OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Disable
(Results
26 - 50
of
199
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.h
76
void
Disable
();
/external/chromium_org/net/disk_cache/
stats_histogram.cc
73
void StatsHistogram::
Disable
() {
/external/chromium_org/sync/notifier/
registration_manager.h
123
void
Disable
();
/external/chromium_org/ui/base/ime/chromeos/
ibus_bridge.h
80
virtual void
Disable
() = 0;
/external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.h
37
void
Disable
();
appcache_working_set.cc
22
void AppCacheWorkingSet::
Disable
() {
appcache_working_set.h
29
void
Disable
();
/external/chromium_org/content/browser/frame_host/
interstitial_page_impl.cc
258
// called
Disable
.
262
Disable
();
331
Disable
();
382
// We cannot check for enabled() here, because we may have called
Disable
563
// enabled() here, because we may have called
Disable
without calling Hide.
571
Disable
();
601
// enabled() here, because we may have called
Disable
without calling Hide.
606
Disable
();
636
//
disable
the interstitial, but keep it visible until the navigation
638
Disable
();
[
all
...]
/external/chromium/chrome/browser/chromeos/
audio_handler.cc
27
// A flag to
disable
mixer.
101
void AudioHandler::
Disable
() {
/external/chromium/chrome/browser/instant/
instant_controller.h
69
static void
Disable
(Profile* profile);
/external/chromium_org/chrome/browser/
chrome_browser_field_trials_desktop.cc
67
trial->
Disable
();
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.h
86
virtual void
Disable
() OVERRIDE;
/external/chromium_org/chrome/common/metrics/variations/
uniformity_field_trials.cc
82
trial->
Disable
();
/external/llvm/include/llvm/Support/
CrashRecoveryContext.h
59
/// \brief
Disable
crash recovery.
60
static void
Disable
();
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp
232
GL_CALL(
Disable
(GR_GL_DEPTH_TEST));
241
GL_CALL(
Disable
(GR_GL_POINT_SMOOTH));
242
GL_CALL(
Disable
(GR_GL_LINE_SMOOTH));
243
GL_CALL(
Disable
(GR_GL_POLYGON_SMOOTH));
244
GL_CALL(
Disable
(GR_GL_POLYGON_STIPPLE));
245
GL_CALL(
Disable
(GR_GL_COLOR_LOGIC_OP));
246
GL_CALL(
Disable
(GR_GL_INDEX_LOGIC_OP));
252
GL_CALL(
Disable
(GR_GL_COLOR_TABLE));
254
GL_CALL(
Disable
(GR_GL_POLYGON_OFFSET_FILL));
312
GL_CALL(
Disable
(GR_GL_TEXTURE_GEN_S))
[
all
...]
/external/skia/src/gpu/gl/
GrGpuGL.cpp
232
GL_CALL(
Disable
(GR_GL_DEPTH_TEST));
241
GL_CALL(
Disable
(GR_GL_POINT_SMOOTH));
242
GL_CALL(
Disable
(GR_GL_LINE_SMOOTH));
243
GL_CALL(
Disable
(GR_GL_POLYGON_SMOOTH));
244
GL_CALL(
Disable
(GR_GL_POLYGON_STIPPLE));
245
GL_CALL(
Disable
(GR_GL_COLOR_LOGIC_OP));
246
GL_CALL(
Disable
(GR_GL_INDEX_LOGIC_OP));
252
GL_CALL(
Disable
(GR_GL_COLOR_TABLE));
254
GL_CALL(
Disable
(GR_GL_POLYGON_OFFSET_FILL));
312
GL_CALL(
Disable
(GR_GL_TEXTURE_GEN_S))
[
all
...]
/cts/build/
test_gtest_package.mk
22
#
Disable
by default so "m cts" will work in emulator builds
test_package.mk
22
#
Disable
by default so "m cts" will work in emulator builds
/external/chromium/base/synchronization/
waitable_event_posix.cc
133
void
Disable
() {
191
//
Disable
which makes sw::Fire return false.
192
sw.
Disable
();
/external/chromium_org/base/synchronization/
waitable_event_posix.cc
136
void
Disable
() {
196
//
Disable
which makes sw::Fire return false.
197
sw.
Disable
();
/external/chromium_org/chrome/browser/extensions/error_console/
error_console.cc
166
Disable
();
195
void ErrorConsole::
Disable
() {
/external/chromium_org/chrome/browser/ui/gtk/
global_menu_bar.cc
206
Disable
();
212
void GlobalMenuBar::
Disable
() {
/libcore/
Android.mk
44
#
Disable
test modules if LIBCORE_SKIP_TESTS environment variable is set.
/external/chromium_org/media/mp2t/
mp2t_stream_parser.cc
55
// Enable/
disable
the PID.
59
void
Disable
();
125
void PidState::
Disable
() {
401
//
Disable
all the other audio and video PIDs.
407
pid_state->
Disable
();
/external/chromium_org/base/metrics/
field_trial.h
121
void
Disable
();
Completed in 689 milliseconds
1
2
3
4
5
6
7
8