HomeSort by relevance Sort by last modified time
    Searched refs:IsError (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/chrome/test/chromedriver/chrome/
status_unittest.cc 11 ASSERT_FALSE(ok.IsError());
19 ASSERT_TRUE(error.IsError());
27 ASSERT_TRUE(error.IsError());
39 ASSERT_TRUE(error.IsError());
dom_tracker_unittest.cc 54 ASSERT_TRUE(tracker.GetFrameIdForNode(101, &frame_id).IsError());
65 ASSERT_TRUE(tracker.GetFrameIdForNode(101, &frame_id).IsError());
72 ASSERT_TRUE(tracker.GetFrameIdForNode(102, &frame_id).IsError());
85 ASSERT_TRUE(tracker.GetFrameIdForNode(1, &frame_id).IsError());
web_view_impl.cc 37 if (status.IsError())
164 if (status.IsError())
184 if (status.IsError())
215 if (status.IsError())
221 if (status.IsError())
240 if (status.IsError())
251 if (status.IsError())
271 if (status.IsError())
294 if (status.IsError())
305 if (status.IsError())
    [all...]
devtools_client_impl.cc 118 if (status.IsError())
147 if (status.IsError())
169 if (status.IsError())
189 if (status.IsError())
199 if (status.IsError() && status.code() != kTimeout)
232 if (status.IsError()) {
254 if (status.IsError())
257 if (status.IsError())
260 if (status.IsError())
304 if (status.IsError())
    [all...]
status.h 49 bool IsError() const;
chrome_desktop_impl.cc 98 if (status.IsError())
118 if (status.IsError())
124 if (status.IsError())
devtools_http_client.cc 160 if (status.IsError())
189 if (status.IsError())
216 if (status.IsError())
234 if (status.IsError() && status.code() != kDisconnected)
243 if (status.IsError() && status.code() != kDisconnected)
251 if (status.IsError())
chrome_impl.cc 27 if (status.IsError())
90 if (status.IsError())
navigation_tracker.cc 53 if (status.IsError())
159 if (status.IsError() || !result->GetString("result.value", &url))
frame_tracker.cc 35 if (status.IsError())
javascript_dialog_manager.cc 40 if (status.IsError())
performance_logger.cc 41 if (status.IsError())
status.cc 96 bool Status::IsError() const {
frame_tracker_unittest.cc 18 ASSERT_TRUE(tracker.GetContextIdForFrame("f", &context_id).IsError());
  /external/chromium_org/gpu/command_buffer/common/
constants.h 29 inline bool IsError(Error error) {
  /external/chromium_org/chrome/test/chromedriver/
alert_commands.cc 23 if (status.IsError())
27 if (status.IsError())
31 if (status.IsError())
36 if (status.IsError() && status.code() != kUnexpectedAlertOpen)
60 if (status.IsError())
session_commands.cc 74 if (status.IsError())
87 if (status.IsError())
94 if (status.IsError())
98 if (status.IsError())
118 if (status.IsError())
139 if (status.IsError())
162 if (status.IsError())
165 if (status.IsError())
169 if (status.IsError())
188 if (status.IsError())
    [all...]
element_util.cc 105 if (status.IsError())
141 if (status.IsError())
152 if (status.IsError())
172 if (status.IsError())
190 if (status.IsError())
195 if (status.IsError())
255 if (status.IsError())
313 if (status.IsError())
330 if (status.IsError())
356 if (status.IsError())
    [all...]
window_commands.cc 48 if (status.IsError())
93 if (status.IsError())
133 if (status.IsError())
137 if (status.IsError())
141 if (status.IsError())
159 if (nav_status.IsError())
169 if (status.IsOk() && nav_status.IsError() &&
264 if (status.IsError())
270 if (status.IsError())
287 if (status.IsError())
    [all...]
element_commands.cc 40 if (status.IsError())
52 if (status.IsError())
61 if (status.IsError())
126 if (status.IsError())
148 if (status.IsError())
154 if (status.IsError())
164 if (status.IsError())
199 if (status.IsError())
238 if (status.IsError())
243 if (status.IsError())
    [all...]
chrome_launcher.cc 97 if (status.IsError())
107 if (status.IsError())
124 if (status.IsError())
156 if (status.IsError())
189 if (status.IsError()) {
272 if (status.IsError())
346 if (status.IsError())
406 if (status.IsError())
413 if (status.IsError())
commands.cc 92 if (status.IsError())
100 if (status.IsError())
112 if (status.IsError())
117 if (status.IsError() || web_view_ids.empty()) {
119 return status.IsError() ? status :
253 if (status.IsError() && session->chrome)
capabilities.cc 212 if (status.IsError())
306 if (status.IsError())
309 if (status.IsError())
323 if (status.IsError())
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc 40 context_lost_ = error::IsError(command_buffer()->GetLastError());
90 error::IsError(command_buffer_->GetLastState().error));
  /external/chromium_org/gpu/command_buffer/service/
cmd_parser.cc 77 if (error::IsError(result)) {

Completed in 356 milliseconds

1 2