Lines Matching refs:Result
97 Result ret;
100 if (ret != Result::SUCCESS || method != "Debugger.paused") {
106 if (ret != Result::SUCCESS) {
112 if (ret != Result::SUCCESS) {
118 if (ret != Result::SUCCESS || breakpoint.find(sourceFile_) == std::string::npos ||
131 Result ret;
134 if (ret != Result::SUCCESS || method != "Debugger.paused") {
140 if (ret != Result::SUCCESS) {
146 if (ret != Result::SUCCESS) {
152 if (ret != Result::SUCCESS || functionName != funcName) {
158 if (ret != Result::SUCCESS) {
164 if (ret != Result::SUCCESS || lineNum != lineNumber) {
176 Result ret;
179 if (ret != Result::SUCCESS) {
185 if (ret != Result::SUCCESS) {
191 if (ret != Result::SUCCESS) {
197 if (ret != Result::SUCCESS || type != "string") {
203 if (ret != Result::SUCCESS || value != "js_test") {
209 if (ret != Result::SUCCESS || description != "js_test") {