Searched refs:IsInitialized (Results 1 - 25 of 270) sorted by relevance

1234567891011

/external/chromium_org/net/quic/
H A Dquic_alarm.cc20 DCHECK(deadline.IsInitialized());
31 if (!deadline.IsInitialized()) {
44 return deadline_.IsInitialized();
48 if (!deadline_.IsInitialized()) {
56 if (!deadline_.IsInitialized() && deadline.IsInitialized()) {
H A Dquic_connection_helper.cc33 DCHECK(deadline().IsInitialized());
34 if (task_deadline_.IsInitialized()) {
58 DCHECK(!deadline().IsInitialized());
65 DCHECK(task_deadline_.IsInitialized());
68 if (!deadline().IsInitialized()) {
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_util.cc15 if (!chromeos::LoginState::IsInitialized())
/external/chromium_org/sync/internal_api/
H A Djs_sync_encryption_handler_observer.cc34 if (!event_handler_.IsInitialized()) {
44 if (!event_handler_.IsInitialized()) {
54 if (!event_handler_.IsInitialized()) {
66 if (!event_handler_.IsInitialized()) {
78 if (!event_handler_.IsInitialized()) {
87 if (!event_handler_.IsInitialized()) {
103 if (!event_handler_.IsInitialized()) {
119 if (!event_handler_.IsInitialized()) {
H A Djs_sync_manager_observer.cc33 if (!event_handler_.IsInitialized()) {
42 if (!event_handler_.IsInitialized()) {
53 if (!event_handler_.IsInitialized()) {
71 if (!event_handler_.IsInitialized()) {
88 if (!event_handler_.IsInitialized()) {
H A Djs_mutation_event_observer.cc50 if (!event_handler_.IsInitialized()) {
76 if (!event_handler_.IsInitialized()) {
88 if (!event_handler_.IsInitialized()) {
102 if (!event_handler_.IsInitialized()) {
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dpref_service_hash_store_contents_unittest.cc29 TEST_F(PrefServiceHashStoreContentsTest, IsInitialized) {
32 ASSERT_FALSE(contents.IsInitialized());
34 ASSERT_TRUE(contents.IsInitialized());
38 ASSERT_TRUE(contents.IsInitialized());
41 ASSERT_FALSE(other_contents.IsInitialized());
51 ASSERT_FALSE(contents.IsInitialized());
53 ASSERT_TRUE(contents.IsInitialized());
65 ASSERT_TRUE(contents.IsInitialized());
67 ASSERT_FALSE(contents.IsInitialized());
75 ASSERT_FALSE(contents.IsInitialized());
[all...]
H A Dhash_store_contents.h46 virtual bool IsInitialized() const = 0;
/external/chromium_org/net/spdy/
H A Dhpack_static_table.cc19 CHECK(!IsInitialized());
34 bool HpackStaticTable::IsInitialized() const { function in class:net::HpackStaticTable
H A Dhpack_static_table.h29 bool IsInitialized() const;
H A Dhpack_static_table_test.cc28 EXPECT_FALSE(table_.IsInitialized());
31 EXPECT_TRUE(table_.IsInitialized());
/external/chromium_org/sync/internal_api/public/util/
H A Dweak_handle_unittest.cc79 EXPECT_FALSE(h.IsInitialized());
83 EXPECT_FALSE(h2.IsInitialized());
89 EXPECT_FALSE(h.IsInitialized());
99 EXPECT_TRUE(h.IsInitialized());
107 EXPECT_TRUE(h.IsInitialized());
121 EXPECT_TRUE(h.IsInitialized());
138 EXPECT_TRUE(h.IsInitialized());
151 EXPECT_TRUE(h.IsInitialized());
241 EXPECT_TRUE(b.AsWeakHandle().IsInitialized());
246 EXPECT_TRUE(h.IsInitialized());
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_factory.cc78 DCHECK(!default_adapter.Get()->IsInitialized());
81 if (!default_adapter.Get()->IsInitialized())
89 DCHECK(default_adapter.Get()->IsInitialized());
92 if (default_adapter.Get()->IsInitialized())
/external/chromium_org/ui/gl/
H A Dgl_state_restorer.h20 virtual bool IsInitialized() = 0;
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_network_state_observer.cc22 if (NetworkHandler::IsInitialized()) {
29 if (NetworkHandler::IsInitialized()) {
/external/chromium_org/media/base/
H A Dmedia.cc33 bool IsInitialized() { function in class:media::MediaInitializer
73 return g_media_library.Get().IsInitialized();
/external/chromium_org/media/audio/sounds/
H A Dsounds_manager.cc50 if (handlers_.find(key) != handlers_.end() && handlers_[key]->IsInitialized())
53 if (!handler->IsInitialized()) {
64 !handlers_[key]->IsInitialized()) {
73 !handlers_[key]->IsInitialized()) {
/external/chromium_org/chrome/browser/notifications/
H A Dlogin_state_notification_blocker_chromeos.cc27 if (chromeos::LoginState::IsInitialized())
36 if (chromeos::LoginState::IsInitialized())
56 if (chromeos::LoginState::IsInitialized())
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dchrome_cryptohome_authenticator.cc43 if (LoginState::IsInitialized()) {
/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());
H A Dresource_buffer.h72 bool IsInitialized() const;
/external/chromium_org/device/nfc/
H A Dnfc_adapter_factory.cc50 if (default_adapter.Get()->IsInitialized())
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_state_restorer_impl.h27 virtual bool IsInitialized() OVERRIDE;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dreflection_ops.h62 static bool IsInitialized(const Message& message);
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.h61 static bool IsInitialized(const Message& message);

Completed in 2226 milliseconds

1234567891011