Searched refs:is_error (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/content/public/common/
H A Dinjection_test_mac.h17 // |is_error| - true if this is an error message, false if an info message.
19 bool is_error);
/external/chromium_org/chrome/browser/sync/
H A Dsync_global_error_unittest.cc105 bool is_error) {
115 EXPECT_EQ(error->HasMenuItem(), is_error);
116 EXPECT_EQ(error->HasBubbleView(), is_error);
120 EXPECT_NE(error->MenuItemLabel().empty(), is_error);
121 EXPECT_NE(error->GetBubbleViewAcceptButtonLabel().empty(), is_error);
144 if (is_error) {
99 VerifySyncGlobalErrorResult(NiceMock<ProfileSyncServiceMock>* service, FakeLoginUIService* login_ui_service, Browser* browser, SyncGlobalError* error, GoogleServiceAuthError::State error_state, bool is_signed_in, bool is_error) argument
H A Dsync_ui_util_unittest.cc54 bool is_error) {
64 EXPECT_EQ(label1.empty(), !is_error);
65 EXPECT_EQ(label2.empty(), !is_error);
66 EXPECT_EQ(label3.empty(), !is_error);
50 VerifySyncGlobalErrorResult(NiceMock<ProfileSyncServiceMock>* service, const SigninManagerBase& signin, GoogleServiceAuthError::State error_state, bool is_signed_in, bool is_error) argument
/external/chromium_org/webkit/tools/layout_tests/
H A DPRESUBMIT.py38 is_error = lambda line: (input_api.re.match('^Line:', line) or
40 error = filter(is_error, stdout_data.splitlines())
/external/chromium_org/chrome/browser/signin/
H A Dsignin_global_error_unittest.cc142 bool is_error; member in struct:__anon5926
167 EXPECT_EQ(global_error_->HasMenuItem(), table[i].is_error);
171 EXPECT_EQ(global_error_->HasMenuItem(), table[i].is_error);
172 EXPECT_EQ(global_error_->MenuItemLabel().empty(), !table[i].is_error);
174 !table[i].is_error);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dhir_field_selection.cpp48 if (op->type->is_error()) {
68 if (result->type->is_error()) {
H A Dast_to_hir.cpp631 if (rhs->type->is_error())
678 bool error_emitted = (lhs->type->is_error() || rhs->type->is_error());
1046 error_emitted = result->type->is_error();
1055 error_emitted = type->is_error();
1065 error_emitted = type->is_error();
1081 error_emitted = type->is_error();
1097 error_emitted = type->is_error();
1114 error_emitted = op[0]->type->is_error() || op[1]->type->is_error();
[all...]
H A Dglsl_types.h407 bool is_error() const function in struct:glsl_type
/external/mesa3d/src/glsl/
H A Dhir_field_selection.cpp48 if (op->type->is_error()) {
68 if (result->type->is_error()) {
H A Dast_to_hir.cpp631 if (rhs->type->is_error())
678 bool error_emitted = (lhs->type->is_error() || rhs->type->is_error());
1046 error_emitted = result->type->is_error();
1055 error_emitted = type->is_error();
1065 error_emitted = type->is_error();
1081 error_emitted = type->is_error();
1097 error_emitted = type->is_error();
1114 error_emitted = op[0]->type->is_error() || op[1]->type->is_error();
[all...]
H A Dglsl_types.h407 bool is_error() const function in struct:glsl_type
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Duniform_initializer_utils.cpp140 ASSERT_FALSE(type->is_error());
154 ASSERT_FALSE(element_type->is_error());
158 ASSERT_FALSE(array_type->is_error());
/external/mesa3d/src/glsl/tests/
H A Duniform_initializer_utils.cpp140 ASSERT_FALSE(type->is_error());
154 ASSERT_FALSE(element_type->is_error());
158 ASSERT_FALSE(array_type->is_error());
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.h70 bool is_error) = 0;
109 bool is_error);
/external/chromium_org/tools/grit/grit/
H A Dclique.py44 def _AddMissingTranslation(self, lang, clique, is_error):
46 if is_error:
398 self.uber_clique._AddMissingTranslation(lang, self, is_error=False)
405 self.uber_clique._AddMissingTranslation(lang, self, is_error=True)
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_infobar_delegate.cc311 if (old_delegate && (old_delegate->is_error() != is_error()))
312 background_animation_ = is_error() ? NORMAL_TO_ERROR : ERROR_TO_NORMAL;
H A Dtranslate_infobar_delegate.h109 bool is_error() const { return infobar_type_ == TRANSLATION_ERROR; } function in class:TranslateInfoBarDelegate
/external/srec/portable/src/
H A DPFileWrap.c187 int is_error; local
189 is_error = ferror ( (FILE *)self );
191 if ( is_error != 0 )
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dtranslate_infobar_base.cc114 return GetDelegate()->is_error() ? error_background_ : *background();
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.h57 bool is_error);
H A Dmain_wnd.cc166 bool is_error) {
169 is_error ? GTK_MESSAGE_ERROR : GTK_MESSAGE_INFO,
165 MessageBox(const char* caption, const char* text, bool is_error) argument
/external/chromium_org/chrome_frame/
H A Dextra_system_apis.h94 STDMETHOD(IsErrorUrl)(LPCTSTR url, BOOL* is_error) = 0;
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc319 std::vector<GURL>* urls, bool* is_error) {
320 *is_error = false;
328 *is_error = true;
333 *is_error = true;
358 *is_error = true;
430 bool is_error = true; local
432 &is_error);
433 if (is_error) {
317 ShouldOpenIncognitoWindow( const windows::Create::Params::CreateData* create_data, std::vector<GURL>* urls, bool* is_error) argument
H A Dtabs_api.h74 // |is_error| is set to true (also, error_ member variable is assigned
79 bool* is_error);
/external/chromium_org/chrome/browser/ui/gtk/infobars/
H A Dtranslate_infobar_base_gtk.cc58 background_error_percent_ = translate_delegate->is_error() ? 1 : 0;

Completed in 509 milliseconds

12