Searched defs:IsInitialized (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/third_party/libjingle/source/talk/sound/
H A Dalsasoundsystem.h75 bool IsInitialized() { return initialized_; } function in class:cricket::AlsaSoundSystem
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_state_restorer_impl.cc19 bool GLStateRestorerImpl::IsInitialized() { function in class:gpu::GLStateRestorerImpl
/external/chromium_org/media/base/
H A Dmedia.cc35 bool IsInitialized() { function in class:media::MediaInitializer
78 return g_media_library.Get().IsInitialized();
/external/chromium_org/chromeos/cryptohome/
H A Dsystem_salt_getter.cc76 bool SystemSaltGetter::IsInitialized() { function in class:chromeos::SystemSaltGetter
/external/chromium_org/chromeos/network/
H A Dnetwork_handler.cc30 CHECK(DBusThreadManager::IsInitialized());
40 if (CertLoader::IsInitialized()) {
96 bool NetworkHandler::IsInitialized() { function in class:chromeos::NetworkHandler
/external/chromium_org/chrome/browser/signin/
H A Dsignin_manager_base.cc42 DCHECK(!IsInitialized());
58 bool SigninManagerBase::IsInitialized() const { function in class:SigninManagerBase
/external/chromium_org/chromeos/login/
H A Dlogin_state.cc48 bool LoginState::IsInitialized() { function in class:chromeos::LoginState
/external/chromium_org/media/audio/sounds/
H A Daudio_stream_handler.cc152 bool AudioStreamHandler::IsInitialized() const { function in class:media::AudioStreamHandler
160 if (!IsInitialized())
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dreflection_ops.cc139 bool ReflectionOps::IsInitialized(const Message& message) { function in class:google::protobuf::internal::ReflectionOps
164 .IsInitialized()) {
169 if (!reflection->GetMessage(message, field).IsInitialized()) {
/external/protobuf/python/google/protobuf/
H A Dmessage.py120 def IsInitialized(self): member in class:Message
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.cc135 bool ReflectionOps::IsInitialized(const Message& message) { function in class:google::protobuf::internal::ReflectionOps
159 .IsInitialized()) {
164 if (!reflection->GetMessage(message, field).IsInitialized()) {
/external/chromium_org/chrome/browser/chromeos/login/
H A Duser_manager.cc71 bool UserManager::IsInitialized() { function in class:chromeos::UserManager
/external/chromium_org/chrome/browser/storage_monitor/
H A Dstorage_monitor.cc83 bool StorageMonitor::IsInitialized() const { function in class:StorageMonitor
/external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
H A Dfirst_run_handler.cc18 bool FirstRunHandler::IsInitialized() { function in class:chromeos::FirstRunHandler
/external/chromium_org/content/browser/loader/
H A Dresource_buffer.cc47 DCHECK(!IsInitialized());
60 bool ResourceBuffer::IsInitialized() const { function in class:content::ResourceBuffer
68 DCHECK(IsInitialized());
78 DCHECK(IsInitialized());
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_win.cc58 bool BluetoothAdapterWin::IsInitialized() const { function in class:device::BluetoothAdapterWin
/external/chromium_org/media/audio/mac/
H A Daudio_synchronized_mac.h172 bool IsInitialized() const { return id_ != kAudioDeviceUnknown; } function in class:media::AudioSynchronizedStream::AudioDeviceInfo
/external/chromium_org/net/quic/
H A Dquic_time.cc86 bool QuicTime::IsInitialized() const { function in class:net::QuicTime
/external/chromium_org/sync/internal_api/public/util/
H A Dweak_handle.h291 other.IsInitialized() ?
298 bool IsInitialized() const { function in class:syncer::WeakHandle
309 CHECK(IsInitialized());
320 CHECK(IsInitialized());
328 CHECK(IsInitialized());
337 CHECK(IsInitialized());
347 CHECK(IsInitialized());
358 CHECK(IsInitialized());
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dmessage.py134 def IsInitialized(self): member in class:Message
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp70 ObjCSuperCallChecker() : IsInitialized(false) {}
81 mutable bool IsInitialized; member in class:__anon16459::ObjCSuperCallChecker
165 IsInitialized = true;
174 if (!IsInitialized)
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status.cc92 bool PowerStatus::IsInitialized() { function in class:ash::internal::PowerStatus
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_file_stream_reader.cc305 bool DriveFileStreamReader::IsInitialized() const { function in class:drive::DriveFileStreamReader
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcomponent_extension_ime_manager_impl.cc169 bool ComponentExtensionIMEManagerImpl::IsInitialized() { function in class:chromeos::ComponentExtensionIMEManagerImpl
/external/chromium_org/chrome/browser/chromeos/options/
H A Dcert_library.cc119 bool CertLibrary::IsInitialized() { function in class:chromeos::CertLibrary

Completed in 1742 milliseconds

123