OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInitialized
(Results
101 - 125
of
277
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/chromeos/drive/
drive_file_stream_reader.h
155
bool
IsInitialized
() const;
/external/chromium_org/chrome/browser/chromeos/first_run/
first_run_browsertest.cc
68
initialized_ = controller()->actor_->
IsInitialized
();
/external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.cc
31
if (NetworkHandler::
IsInitialized
()) {
/external/chromium_org/chrome/browser/chromeos/settings/
cros_settings.h
34
static bool
IsInitialized
();
/external/chromium_org/chrome/browser/ui/ash/
screenshot_taker_unittest.cc
104
ASSERT_FALSE(chromeos::LoginState::
IsInitialized
());
/external/chromium_org/chrome/renderer/safe_browsing/
scorer.cc
62
} else if (!model.
IsInitialized
()) {
/external/chromium_org/chromeos/audio/
cras_audio_handler.h
76
static bool
IsInitialized
();
/external/chromium_org/chromeos/
cert_loader.h
68
static bool
IsInitialized
();
/external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h
45
static bool
IsInitialized
();
/external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.h
43
virtual bool
IsInitialized
() const OVERRIDE;
bluetooth_adapter_win.h
42
virtual bool
IsInitialized
() const OVERRIDE;
/external/chromium_org/device/nfc/
nfc_adapter_chromeos.h
37
virtual bool
IsInitialized
() const OVERRIDE;
/external/chromium_org/media/audio/mac/
audio_synchronized_mac.h
172
bool
IsInitialized
() const { return id_ != kAudioDeviceUnknown; }
/external/chromium_org/net/quic/congestion_control/
cubic.cc
152
if (!epoch_.
IsInitialized
()) {
pacing_sender.cc
100
(!next_packet_send_time_.
IsInitialized
() ||
/external/chromium_org/net/quic/
quic_time.h
74
// Creates a new QuicTime with an internal value of 0.
IsInitialized
()
84
bool
IsInitialized
() const;
/external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.h
80
bool
IsInitialized
();
/external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py
134
def
IsInitialized
(self):
/external/chromium_org/ash/system/chromeos/network/
network_state_notifier.cc
81
if (!NetworkHandler::
IsInitialized
())
89
if (!NetworkHandler::
IsInitialized
())
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.cc
121
DCHECK(NetworkHandler::
IsInitialized
());
134
if (NetworkHandler::
IsInitialized
()) {
/external/chromium_org/chromeos/network/
network_cert_migrator.cc
242
if (CertLoader::
IsInitialized
())
251
DCHECK(CertLoader::
IsInitialized
());
/external/protobuf/src/google/protobuf/
descriptor.pb.cc
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc
643
// 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/
cpp_unittest.cc
526
// 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/notifications/
message_center_settings_controller.cc
121
if (chromeos::UserManager::
IsInitialized
())
129
if (chromeos::UserManager::
IsInitialized
())
464
if (chromeos::UserManager::
IsInitialized
()) {
Completed in 583 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>