Searched refs:IsValid (Results 76 - 100 of 624) sorted by relevance

1234567891011>>

/external/chromium_org/sync/internal_api/public/base/
H A Dordinal_unittest.cc87 // IsValid() should return false for all of them.
90 EXPECT_FALSE(TestOrdinal(std::string()).IsValid());
91 EXPECT_FALSE(LongOrdinal("0001").IsValid());
97 EXPECT_FALSE(TestOrdinal(kBeforeZero).IsValid());
98 EXPECT_FALSE(TestOrdinal("4").IsValid());
99 EXPECT_FALSE(LongOrdinal(std::string("0000") + kBeforeZero).IsValid());
100 EXPECT_FALSE(LongOrdinal(std::string("0000") + kAfterNine).IsValid());
103 EXPECT_FALSE(TestOrdinal("0").IsValid());
104 EXPECT_FALSE(TestOrdinal("00000").IsValid());
107 EXPECT_FALSE(TestOrdinal("10").IsValid());
[all...]
/external/chromium_org/sandbox/win/src/
H A Dapp_container_test.cc28 if (!event.IsValid())
40 if (!file.IsValid())
63 return event.IsValid() ? event.Take() : NULL;
78 ASSERT_TRUE(handle.IsValid());
102 ASSERT_TRUE(handle.IsValid());
/external/chromium_org/net/dns/
H A Ddns_response.cc215 bool DnsResponse::IsValid() const { function in class:net::DnsResponse
216 return parser_.IsValid();
220 DCHECK(parser_.IsValid());
225 DCHECK(parser_.IsValid());
230 DCHECK(parser_.IsValid());
235 DCHECK(parser_.IsValid());
240 DCHECK(parser_.IsValid());
250 DCHECK(parser_.IsValid());
263 DCHECK(parser_.IsValid());
275 DCHECK(IsValid());
[all...]
/external/chromium_org/base/win/
H A Dscoped_process_information_unittest.cc60 ASSERT_FALSE(process_info.IsValid());
67 EXPECT_TRUE(process_info.IsValid());
83 EXPECT_TRUE(process_info.IsValid());
95 EXPECT_TRUE(process_info.IsValid());
105 EXPECT_FALSE(process_info.IsValid());
118 EXPECT_FALSE(process_info.IsValid());
127 ASSERT_TRUE(process_info.IsValid());
H A Dscoped_process_information.h49 bool IsValid() const;
/external/chromium_org/gpu/config/
H A Dgpu_control_list_version_info_unittest.cc36 EXPECT_TRUE(info.IsValid());
46 EXPECT_TRUE(info.IsValid());
69 EXPECT_TRUE(info.IsValid());
87 EXPECT_FALSE(info.IsValid());
89 EXPECT_TRUE(info.IsValid());
94 EXPECT_TRUE(info.IsValid());
96 EXPECT_FALSE(info.IsValid());
100 EXPECT_TRUE(info.IsValid());
110 EXPECT_FALSE(info.IsValid());
/external/chromium_org/ui/base/range/
H A Drange_unittest.cc15 EXPECT_TRUE(r.IsValid());
27 EXPECT_TRUE(r.IsValid());
39 EXPECT_TRUE(r.IsValid());
51 EXPECT_TRUE(r.IsValid());
62 EXPECT_FALSE(r.IsValid());
130 EXPECT_TRUE(r.IsValid());
142 EXPECT_TRUE(r.IsValid());
148 EXPECT_TRUE(r.IsValid());
201 EXPECT_FALSE(invalid.IsValid());
/external/chromium_org/remoting/host/win/
H A Dwts_session_process_delegate.cc178 if (!job.IsValid()) {
263 if (job_.IsValid())
266 if (worker_process_.IsValid())
276 DCHECK(!pipe_.IsValid());
277 DCHECK(!worker_process_.IsValid());
326 if (!worker_process.IsValid()) {
348 DCHECK(!pipe_.IsValid());
349 DCHECK(!worker_process_.IsValid());
354 if (!job_.IsValid()) {
447 if (job_.IsValid()) {
[all...]
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state_unittest.cc271 ASSERT_TRUE(new_version.IsValid());
272 ASSERT_TRUE(old_version.IsValid());
303 EXPECT_TRUE(file.IsValid());
368 EXPECT_TRUE(found_version.IsValid());
369 if (found_version.IsValid())
516 ASSERT_TRUE(new_version.IsValid());
517 ASSERT_TRUE(old_version.IsValid());
518 ASSERT_TRUE(old_chrome_exe_version.IsValid());
519 ASSERT_TRUE(chrome_exe_version.IsValid());
520 ASSERT_TRUE(new_chrome_exe_version.IsValid());
[all...]
/external/chromium/base/memory/
H A Dscoped_temp_dir.cc82 bool ScopedTempDir::IsValid() const { function in class:ScopedTempDir
/external/chromium/base/win/
H A Dscoped_handle.h19 // IsValid() method since invalid handles on windows can be either NULL or
48 bool IsValid() const { function in class:base::win::ScopedHandle
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_folder_editor_controller.h44 virtual bool IsValid(const std::wstring& text);
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_pattern.h16 // A pattern used in content setting rules. See |IsValid| for a description of
38 bool IsValid() const;
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc41 bool AppModalDialog::IsValid() { function in class:AppModalDialog
H A Dapp_modal_dialog_queue.cc64 if (dialog->IsValid())
/external/chromium/chrome/common/
H A Dservice_process_util_win.cc84 if (!shutdown_event.IsValid())
94 if (!event.IsValid())
121 DCHECK(service_process_ready_event.IsValid());
129 DCHECK(state_->ready_event.IsValid());
/external/chromium/net/http/
H A Dhttp_auth_filter.cc43 bool HttpAuthFilterWhitelist::IsValid(const GURL& url, function in class:net::HttpAuthFilterWhitelist
/external/chromium_org/base/files/
H A Dscoped_temp_dir.cc81 bool ScopedTempDir::IsValid() const { function in class:base::ScopedTempDir
/external/chromium_org/cc/output/
H A Dbegin_frame_args.h40 bool IsValid() const { function in struct:cc::BeginFrameArgs
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_unittest.cc46 EXPECT_FALSE(pattern.IsValid());
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc44 bool AppModalDialog::IsValid() { function in class:AppModalDialog
H A Dapp_modal_dialog_queue.cc71 if (dialog->IsValid())
/external/chromium_org/chrome/common/
H A Dservice_process_util_win.cc93 if (!terminate_event.IsValid())
103 if (!event.IsValid())
130 DCHECK(service_process_ready_event.IsValid());
139 DCHECK(state_->ready_event.IsValid());
/external/chromium_org/chrome/installer/mini_installer/
H A Dpe_resource.cc16 bool PEResource::IsValid() { function in class:PEResource
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_key.cc81 DCHECK(IsValid());
82 DCHECK(other.IsValid());
121 bool IndexedDBKey::IsValid() const { function in class:content::IndexedDBKey
127 if (!array_[i].IsValid())

Completed in 1049 milliseconds

1234567891011>>