OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInitialized
(Results
1 - 25
of
277
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/tests/device/test-cxx-init-array/jni/
global_ctor.h
12
bool
IsInitialized
() const
test.cpp
8
if (Obj.
IsInitialized
())
/external/chromium_org/net/quic/
quic_alarm.cc
20
DCHECK(deadline.
IsInitialized
());
31
return deadline_.
IsInitialized
();
35
if (!deadline_.
IsInitialized
()) {
43
if (!deadline_.
IsInitialized
() && deadline.
IsInitialized
()) {
quic_connection_helper.cc
33
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/
profile_util.cc
13
if (!chromeos::LoginState::
IsInitialized
())
/external/chromium_org/ui/gl/
gl_state_restorer.h
20
virtual bool
IsInitialized
() = 0;
/external/chromium_org/sync/internal_api/
js_sync_encryption_handler_observer.cc
35
if (!event_handler_.
IsInitialized
()) {
45
if (!event_handler_.
IsInitialized
()) {
55
if (!event_handler_.
IsInitialized
()) {
67
if (!event_handler_.
IsInitialized
()) {
79
if (!event_handler_.
IsInitialized
()) {
88
if (!event_handler_.
IsInitialized
()) {
104
if (!event_handler_.
IsInitialized
()) {
120
if (!event_handler_.
IsInitialized
()) {
js_sync_manager_observer.cc
34
if (!event_handler_.
IsInitialized
()) {
43
if (!event_handler_.
IsInitialized
()) {
54
if (!event_handler_.
IsInitialized
()) {
67
if (!event_handler_.
IsInitialized
()) {
82
if (!event_handler_.
IsInitialized
()) {
91
if (!event_handler_.
IsInitialized
()) {
js_mutation_event_observer.cc
50
if (!event_handler_.
IsInitialized
()) {
77
if (!event_handler_.
IsInitialized
()) {
89
if (!event_handler_.
IsInitialized
()) {
103
if (!event_handler_.
IsInitialized
()) {
/external/chromium_org/sync/notifier/
dropped_invalidation_tracker.cc
29
if (drop_ack_handler_.
IsInitialized
()) {
39
return drop_ack_handler_.
IsInitialized
();
/external/chromium_org/sync/internal_api/public/util/
weak_handle_unittest.cc
79
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/gpu/command_buffer/service/
gl_state_restorer_impl.h
26
virtual bool
IsInitialized
() OVERRIDE;
gl_state_restorer_impl.cc
19
bool GLStateRestorerImpl::
IsInitialized
() {
/external/chromium_org/ash/system/chromeos/network/
tray_network_state_observer.cc
23
if (NetworkHandler::
IsInitialized
()) {
30
if (NetworkHandler::
IsInitialized
()) {
/development/host/windows/usb/api/
adb_api_instance.h
95
bool
IsInitialized
() const {
/external/protobuf/src/google/protobuf/
reflection_ops.h
61
static bool
IsInitialized
(const Message& message);
/external/chromium_org/chrome/browser/notifications/
login_state_notification_blocker_chromeos.cc
27
if (chromeos::LoginState::
IsInitialized
())
36
if (chromeos::LoginState::
IsInitialized
())
56
if (chromeos::LoginState::
IsInitialized
())
/external/chromium_org/chromeos/network/
network_handler.cc
30
CHECK(DBusThreadManager::
IsInitialized
());
40
if (CertLoader::
IsInitialized
()) {
96
bool NetworkHandler::
IsInitialized
() {
/external/chromium_org/sync/js/
sync_js_controller.cc
41
if (js_backend_.
IsInitialized
()) {
55
if (js_backend_.
IsInitialized
()) {
71
if (js_backend_.
IsInitialized
()) {
/external/chromium_org/chromeos/cryptohome/
system_salt_getter.h
27
static bool
IsInitialized
();
/external/chromium_org/content/browser/loader/
resource_buffer.cc
47
DCHECK(!
IsInitialized
());
60
bool ResourceBuffer::
IsInitialized
() const {
68
DCHECK(
IsInitialized
());
78
DCHECK(
IsInitialized
());
resource_buffer.h
72
bool
IsInitialized
() const;
/external/chromium_org/device/nfc/
nfc_adapter_factory.cc
50
if (default_adapter.Get()->
IsInitialized
())
/external/chromium_org/media/audio/sounds/
audio_stream_handler.h
43
bool
IsInitialized
() const;
sounds_manager.cc
50
if (handlers_.find(key) != handlers_.end() && handlers_[key]->
IsInitialized
())
53
if (!handler->
IsInitialized
()) {
64
!handlers_[key]->
IsInitialized
()) {
73
!handlers_[key]->
IsInitialized
()) {
Completed in 1419 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>