Searched refs:IsInitialized (Results 176 - 200 of 270) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.h195 bool IsInitialized() const;
H A Dmedia_galleries_scan_result_controller.cc261 DCHECK(preferences->IsInitialized());
/external/chromium_org/chrome/browser/metrics/
H A Dchromeos_metrics_provider_unittest.cc96 if (!chromeos::LoginState::IsInitialized())
/external/chromium_org/chrome/browser/signin/
H A Dchrome_signin_client.cc125 if (user_manager::UserManager::IsInitialized() &&
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.cc344 bool SpellcheckWordIterator::IsInitialized() const { function in class:SpellcheckWordIterator
/external/chromium_org/chromeos/dbus/
H A Ddbus_thread_manager.h100 static bool IsInitialized();
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter.h211 virtual bool IsInitialized() const = 0;
H A Dbluetooth_adapter_chromeos.h55 virtual bool IsInitialized() const OVERRIDE;
H A Dbluetooth_adapter_win_unittest.cc219 EXPECT_FALSE(adapter_win_->IsInitialized());
223 EXPECT_TRUE(adapter_win_->IsInitialized());
/external/chromium_org/extensions/browser/api/system_info/
H A Dsystem_info_api.cc126 DCHECK(StorageMonitor::GetInstance()->IsInitialized());
/external/chromium_org/net/quic/
H A Dquic_time.cc110 bool QuicTime::IsInitialized() const { function in class:net::QuicTime
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc452 bool CodeGeneratorRequest::IsInitialized() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
455 if (!this->proto_file(i).IsInitialized()) return false;
794 bool CodeGeneratorResponse_File::IsInitialized() const { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
1060 bool CodeGeneratorResponse::IsInitialized() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.cc43 bool MessageQueueManager::IsInitialized() { function in class:rtc::MessageQueueManager
H A Dmessagequeue.h48 static bool IsInitialized();
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc444 bool CodeGeneratorRequest::IsInitialized() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
447 if (!this->proto_file(i).IsInitialized()) return false;
788 bool CodeGeneratorResponse_File::IsInitialized() const { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
1054 bool CodeGeneratorResponse::IsInitialized() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_api.cc349 ->IsInitialized());
559 DCHECK(registry->GetPreferences(GetProfile())->IsInitialized());
582 DCHECK(prefs->IsInitialized());
737 DCHECK(registry->GetPreferences(GetProfile())->IsInitialized());
897 DCHECK(registry->GetPreferences(GetProfile())->IsInitialized());
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_detector_impl.cc62 return LoginState::IsInitialized() && LoginState::Get()->IsUserLoggedIn();
266 if (NetworkHandler::IsInitialized()) {
/external/chromium_org/components/sync_driver/
H A Ddata_type_manager_impl.cc462 if (!debug_info_listener_.IsInitialized())
574 if (debug_info_listener_.IsInitialized() &&
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc177 DCHECK(!CompositorImpl::IsInitialized());
185 bool CompositorImpl::IsInitialized() { function in class:content::CompositorImpl
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_util.cc125 user_manager::UserManager::IsInitialized()
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_helper.cc67 if (user_manager::UserManager::IsInitialized())
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dcros_settings.cc31 bool CrosSettings::IsInitialized() { function in class:chromeos::CrosSettings
H A Ddevice_settings_service.cc109 bool DeviceSettingsService::IsInitialized() { function in class:chromeos::DeviceSettingsService
/external/chromium_org/chrome/browser/sync/
H A Dsync_ui_util.cc57 if (user_manager::UserManager::IsInitialized()) {
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.h148 bool IsInitialized() const;

Completed in 808 milliseconds

1234567891011