OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disabled_
(Results
1 - 20
of
20
) sorted by null
/bionic/libc/bionic/
malloc_debug_disable.h
47
ScopedDisableDebugCalls() :
disabled_
(DebugCallsDisabled()) {
48
if (!
disabled_
) {
53
if (!
disabled_
) {
59
bool
disabled_
;
member in class:ScopedDisableDebugCalls
/external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.h
42
static void set_disabled(bool disabled) {
disabled_
= disabled; }
75
static bool
disabled_
;
member in class:HistoryQuickProvider
history_quick_provider.cc
51
bool HistoryQuickProvider::
disabled_
= false;
61
if (
disabled_
)
/external/chromium_org/chrome/test/chromedriver/chrome/
heap_snapshot_taker_unittest.cc
32
disabled_
(false) {}
35
bool IsDisabled() { return
disabled_
; }
53
if (!
disabled_
)
54
disabled_
= method == "Debugger.disable";
73
bool
disabled_
; // True if Debugger.disable was issued.
member in class:__anon10548::DummyDevToolsClient
/external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_button.cc
36
disabled_
(disabled),
97
return !
disabled_
&&
104
if (!
disabled_
)
avatar_menu_button.h
63
bool
disabled_
;
member in class:AvatarMenuButton
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
mouse_inactivity_watcher.js
34
this.
disabled_
= false;
36
this.
disabled_
= value;
43
return this.
disabled_
;
96
if (this.
disabled_
|| this.mouseOverTool_ || this.toolsActive_())
141
if (this.
disabled_
)
155
if (!this.
disabled_
)
167
if (!this.
disabled_
)
177
if (!this.
disabled_
&& !this.toolsActive_())
/external/chromium_org/third_party/webrtc/base/
macasyncsocket.h
87
bool
disabled_
;
member in class:rtc::MacAsyncSocket
macasyncsocket.cc
38
disabled_
(false),
308
disabled_
= false;
315
disabled_
= true;
327
disabled_
(false),
413
if (this_socket->
disabled_
)
/external/chromium_org/net/disk_cache/blockfile/
backend_impl.cc
130
disabled_
(false),
157
disabled_
(false),
271
disabled_
= false;
275
disabled_
= !rankings_.Init(this, new_eviction_);
293
if (!
disabled_
&& should_create_timer) {
301
return
disabled_
? net::ERR_FAILED : net::OK;
344
if (
disabled_
)
362
return
disabled_
? net::ERR_FAILED : net::OK;
364
if (
disabled_
)
380
if (
disabled_
)
[
all
...]
backend_impl_v3.cc
71
disabled_
(false),
188
if (
disabled_
|| old_size == new_size)
420
if (
disabled_
)
428
if (
disabled_
)
473
if (
disabled_
|| key.empty())
572
if (
disabled_
)
590
return
disabled_
? net::ERR_FAILED : net::OK;
592
if (
disabled_
)
609
if (
disabled_
)
641
if (
disabled_
)
[
all
...]
backend_worker_v3.cc
184
disabled_
= false;
188
disabled_
= !rankings_.Init(this, new_eviction_);
206
return
disabled_
? net::ERR_FAILED : net::OK;
217
disabled_
= true;
backend_impl_v3.h
264
bool
disabled_
;
member in class:disk_cache::BackendImplV3
eviction_v3.cc
119
if (backend_->
disabled_
|| trimming_)
393
if (backend_->
disabled_
)
backend_impl.h
388
bool
disabled_
;
member in class:disk_cache::BackendImpl
eviction.cc
115
if (backend_->
disabled_
|| trimming_)
498
if (backend_->
disabled_
)
/external/chromium_org/base/debug/
trace_event_impl.cc
[
all
...]
trace_event_impl.h
370
StringList
disabled_
;
/external/chromium_org/gpu/config/
gpu_control_list.h
426
bool
disabled_
;
member in class:gpu::GpuControlList::GpuControlListEntry
gpu_control_list.cc
774
disabled_
(false),
792
disabled_
= disabled;
[
all
...]
Completed in 1058 milliseconds