HomeSort by relevance Sort by last modified time
    Searched refs:IsError (Results 26 - 48 of 48) sorted by null

12

  /external/chromium_org/chrome/test/chromedriver/chrome/
frame_tracker_unittest.cc 18 ASSERT_TRUE(tracker.GetContextIdForFrame("f", &context_id).IsError());
web_view_impl_unittest.cc 49 if (status_.IsError())
131 &client, 0, std::string(), &result).IsError());
devtools_http_client_unittest.cc 151 ASSERT_TRUE(status.IsError());
javascript_dialog_manager_unittest.cc 117 if (status.IsError())
navigation_tracker_unittest.cc 188 if (status.IsError())
devtools_client_impl_unittest.cc 217 ASSERT_TRUE(client.SendCommand("method", params).IsError());
263 ASSERT_TRUE(client.SendCommand("method", params).IsError());
483 ASSERT_TRUE(client.SendCommand("method", params).IsError());
494 ASSERT_TRUE(client.SendCommand("method", params).IsError());
505 ASSERT_TRUE(client.SendCommand("method", params).IsError());
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
cmd_parser.cc 72 if (error::IsError(result)) {
gpu_scheduler.cc 91 if (error::IsError(error)) {
107 if (!error::IsError(error) && decoder_->WasContextLost()) {
in_process_command_buffer.cc 501 DCHECK((!error::IsError(state_after_last_flush_.error) && !context_lost_) ||
502 (error::IsError(state_after_last_flush_.error) && context_lost_));
  /external/chromium/chrome/browser/translate/
translate_infobar_delegate.h 87 bool IsError() const { return type_ == TRANSLATION_ERROR; }
translate_infobar_delegate.cc 272 if (!previous_infobar || previous_infobar->IsError() == IsError())
275 background_animation_ = IsError() ? NORMAL_TO_ERROR : ERROR_TO_NORMAL;
translate_manager_browsertest.cc 393 EXPECT_TRUE(infobar->IsError());
    [all...]
  /external/chromium/chrome/browser/ui/views/infobars/
translate_infobar_base.cc 122 return GetDelegate()->IsError() ? error_background_ : *background();
  /external/chromium_org/chrome/test/chromedriver/
session.cc 61 if (status.IsError())
util.cc 59 if (status.IsError())
65 if (status.IsError())
382 if (status.IsError()) {
384 if (entry_status.IsError()) {
capabilities.cc 294 if (status.IsError())
434 if (status.IsError()) {
  /external/chromium_org/chrome/test/chromedriver/net/
port_server.cc 58 if (status.IsError())
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.cc 50 background_error_percent_ = delegate->IsError() ? 1 : 0;
  /external/chromium_org/chrome/test/chromedriver/server/
http_handler.cc 646 if (status.IsError()) {
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 295 !gpu::error::IsError(state.error);
    [all...]

Completed in 490 milliseconds

12