HomeSort by relevance Sort by last modified time
    Searched refs:IsError (Results 1 - 25 of 48) 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());
heap_snapshot_taker.cc 39 if (status1.IsError())
41 else if (status2.IsError())
43 else if (status3.IsError())
61 if (status.IsError())
72 if (status.IsError())
heap_snapshot_taker_unittest.cc 54 if (status.IsError())
72 if (status.IsError())
76 if (status.IsError())
111 ASSERT_TRUE(status.IsError());
122 ASSERT_TRUE(status.IsError());
133 ASSERT_TRUE(status.IsError());
144 ASSERT_TRUE(status.IsError());
160 if (status.IsError())
192 if (status.IsError())
219 ASSERT_TRUE(status.IsError());
    [all...]
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 38 if (status.IsError())
169 if (status.IsError())
189 if (status.IsError())
220 if (status.IsError())
226 if (status.IsError())
245 if (status.IsError())
256 if (status.IsError())
276 if (status.IsError())
299 if (status.IsError())
310 if (status.IsError())
    [all...]
devtools_client_impl.cc 126 if (status.IsError())
155 if (status.IsError())
183 if (status.IsError())
190 if (status.IsError())
227 if (status.IsError()) {
251 if (status.IsError())
254 if (status.IsError())
257 if (status.IsError())
312 if (status.IsError())
341 if (enable_status.IsError())
    [all...]
status.h 51 bool IsError() const;
chrome_desktop_impl.cc 101 if (status.IsError())
120 if (status.IsError())
139 if (status.IsError())
automation_extension.cc 26 if (status.IsError())
76 if (status.IsError())
navigation_tracker.cc 53 if (status.IsError())
160 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 100 bool Status::IsError() const {
devtools_http_client.cc 160 if (status.IsError())
197 if (status.IsError())
224 if (status.IsError())
241 if (status.IsError() && status.code() != kDisconnected)
250 if (status.IsError() && status.code() != kDisconnected)
259 if (status.IsError())
chrome_impl.cc 43 if (status.IsError())
106 if (status.IsError())
  /external/chromium_org/gpu/command_buffer/common/
constants.h 29 inline bool IsError(Error error) {
  /external/chromium_org/chrome/test/chromedriver/
session_commands.cc 115 if (status.IsError())
129 if (status.IsError())
140 if (status.IsError())
145 if (status.IsError() || web_view_ids.empty()) {
146 return status.IsError() ? status :
166 if (status.IsError())
197 if (status.IsError())
210 if (status.IsError())
217 if (status.IsError())
221 if (status.IsError())
    [all...]
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())
element_util.cc 98 if (status.IsError())
134 if (status.IsError())
145 if (status.IsError())
165 if (status.IsError())
183 if (status.IsError())
188 if (status.IsError())
248 if (status.IsError())
300 if (status.IsError())
331 if (status.IsError())
348 if (status.IsError())
    [all...]
window_commands.cc 51 if (status.IsError())
96 if (status.IsError())
197 if (status.IsError())
201 if (status.IsError())
205 if (status.IsError())
222 if (nav_status.IsError())
231 if (status.IsOk() && nav_status.IsError() &&
329 if (status.IsError())
335 if (status.IsError())
352 if (status.IsError())
    [all...]
element_commands.cc 41 if (status.IsError())
46 if (status.IsError())
58 if (status.IsError())
69 if (status.IsError())
136 if (status.IsError())
158 if (status.IsError())
164 if (status.IsError())
174 if (status.IsError())
209 if (status.IsError())
248 if (status.IsError())
    [all...]
commands.cc 156 if (status.IsError() && session->chrome) {
162 if (quit_status.IsError())
171 if (status_tmp.IsError() && status_tmp.code() != kChromeNotReachable) {
180 if (status.IsError()) {
188 if (status.IsError()) {
chrome_launcher.cc 135 if (status.IsError())
148 if (status.IsError())
165 if (status.IsError())
197 if (status.IsError()) {
225 if (status.IsError())
280 if (status.IsError()) {
327 if (status.IsError()) {
379 if (status.IsError())
413 if (port_status.IsError())
559 if (status.IsError())
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc 43 context_lost_ = error::IsError(command_buffer()->GetLastError());
93 error::IsError(command_buffer_->GetLastState().error));

Completed in 260 milliseconds

1 2