Searched refs:IsInitialized (Results 126 - 150 of 270) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/extensions/api/audio/
H A Daudio_service_chromeos.cc70 if (chromeos::CrasAudioHandler::IsInitialized()) {
77 if (cras_audio_handler_ && chromeos::CrasAudioHandler::IsInitialized()) {
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dtest_utils.cc162 if (!chromeos::DBusThreadManager::IsInitialized()) {
199 if (chromeos::DBusThreadManager::IsInitialized()) {
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dmedia_galleries_private_api.cc147 GetPreferences(profile_)->IsInitialized());
226 ->IsInitialized());
/external/chromium_org/chrome/browser/ui/ash/
H A Dsession_state_delegate_chromeos.cc37 if (chromeos::LoginState::IsInitialized()) {
49 if (chromeos::LoginState::IsInitialized())
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_dropdown.cc119 DCHECK(NetworkHandler::IsInitialized());
132 if (NetworkHandler::IsInitialized()) {
H A Dnetwork_state_informer.cc94 if (NetworkHandler::IsInitialized()) {
/external/chromium_org/net/quic/
H A Dquic_time_test.cc79 EXPECT_FALSE(QuicTime::Zero().IsInitialized());
81 QuicTime::Delta::FromMicroseconds(1)).IsInitialized());
/external/chromium_org/net/spdy/
H A Dhpack_constants.cc28 CHECK(mutable_table->IsInitialized());
47 CHECK(mutable_table->IsInitialized());
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc828 bool FileDescriptorSet::IsInitialized() const { function in class:google::protobuf::FileDescriptorSet
831 if (!this->file(i).IsInitialized()) return false;
1359 bool FileDescriptorProto::IsInitialized() const { function in class:google::protobuf::FileDescriptorProto
1362 if (!this->message_type(i).IsInitialized()) return false;
1365 if (!this->enum_type(i).IsInitialized()) return false;
1368 if (!this->service(i).IsInitialized()) return false;
1371 if (!this->extension(i).IsInitialized()) return false;
1374 if (!this->options().IsInitialized()) return false;
1627 bool DescriptorProto_ExtensionRange::IsInitialized() const { function in class:google::protobuf::DescriptorProto_ExtensionRange
2092 bool DescriptorProto::IsInitialized() cons function in class:google::protobuf::DescriptorProto
2758 bool FieldDescriptorProto::IsInitialized() const { function in class:google::protobuf::FieldDescriptorProto
3076 bool EnumDescriptorProto::IsInitialized() const { function in class:google::protobuf::EnumDescriptorProto
3392 bool EnumValueDescriptorProto::IsInitialized() const { function in class:google::protobuf::EnumValueDescriptorProto
3705 bool ServiceDescriptorProto::IsInitialized() const { function in class:google::protobuf::ServiceDescriptorProto
4096 bool MethodDescriptorProto::IsInitialized() const { function in class:google::protobuf::MethodDescriptorProto
4656 bool FileOptions::IsInitialized() const { function in class:google::protobuf::FileOptions
4966 bool MessageOptions::IsInitialized() const { function in class:google::protobuf::MessageOptions
5396 bool FieldOptions::IsInitialized() const { function in class:google::protobuf::FieldOptions
5624 bool EnumOptions::IsInitialized() const { function in class:google::protobuf::EnumOptions
5848 bool EnumValueOptions::IsInitialized() const { function in class:google::protobuf::EnumValueOptions
6072 bool ServiceOptions::IsInitialized() const { function in class:google::protobuf::ServiceOptions
6296 bool MethodOptions::IsInitialized() const { function in class:google::protobuf::MethodOptions
6563 bool UninterpretedOption_NamePart::IsInitialized() const { function in class:google::protobuf::UninterpretedOption_NamePart
6993 bool UninterpretedOption::IsInitialized() const { function in class:google::protobuf::UninterpretedOption
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc643 // Test that IsInitialized() returns false if required fields are missing.
646 EXPECT_FALSE(message.IsInitialized());
648 EXPECT_FALSE(message.IsInitialized());
650 EXPECT_FALSE(message.IsInitialized());
652 EXPECT_TRUE(message.IsInitialized());
656 // Test that IsInitialized() returns false if required fields in nested
660 EXPECT_TRUE(message.IsInitialized());
663 EXPECT_FALSE(message.IsInitialized());
668 EXPECT_TRUE(message.IsInitialized());
671 EXPECT_FALSE(message.IsInitialized());
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc526 // Test that IsInitialized() returns false if required fields are missing.
529 EXPECT_FALSE(message.IsInitialized());
531 EXPECT_FALSE(message.IsInitialized());
533 EXPECT_FALSE(message.IsInitialized());
535 EXPECT_TRUE(message.IsInitialized());
539 // Test that IsInitialized() returns false if required fields in nested
543 EXPECT_TRUE(message.IsInitialized());
546 EXPECT_FALSE(message.IsInitialized());
551 EXPECT_TRUE(message.IsInitialized());
554 EXPECT_FALSE(message.IsInitialized());
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_file_stream_reader.h161 bool IsInitialized() const;
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dmount_path_util.cc54 user_manager::UserManager::IsInitialized()
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run_controller.cc95 if (actor_->IsInitialized())
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_service.h88 static bool IsInitialized();
/external/chromium_org/chrome/browser/signin/
H A Dsignin_error_notifier_ash.cc172 if (user_manager::UserManager::IsInitialized()) {
/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/chromeos/audio/
H A Dcras_audio_handler.h77 static bool IsInitialized();
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor.cc105 bool StorageMonitor::IsInitialized() const { function in class:storage_monitor::StorageMonitor
/external/chromium_org/components/user_manager/
H A Duser_manager.h85 static bool IsInitialized();
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.h50 static bool IsInitialized();
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_unittest.cc40 virtual bool IsInitialized() const OVERRIDE {
H A Dbluetooth_adapter_win.h45 virtual bool IsInitialized() const OVERRIDE;
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_message_util.cc62 return message_proto->IsInitialized();
/external/chromium_org/net/quic/congestion_control/
H A Dpacing_sender.cc82 last_delayed_packet_sent_time_.IsInitialized() &&

Completed in 1577 milliseconds

1234567891011