HomeSort by relevance Sort by last modified time
    Searched refs:enable (Results 201 - 225 of 1961) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/ui/views/frame/
popup_non_client_frame_view.cc 40 void PopupNonClientFrameView::EnableClose(bool enable) {
  /external/chromium/net/url_request/
url_request_throttler_manager.h 63 // uses the network stack should preferably call this function to enable
65 void set_enable_thread_checks(bool enable);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
EmptyTabObserver.java 36 public void onToggleFullscreenMode(TabBase tab, boolean enable) { }
  /external/chromium_org/chrome/browser/resources/
flags.js 39 elements = document.getElementsByClassName('experiment-enable-link');
154 * Handles a 'enable' or 'disable' button getting clicked.
156 * @param {boolean} enable Whether to enable or disable the experiment.
158 function handleEnableExperiment(node, enable) {
159 // Tell the C++ FlagsDOMHandler to enable/disable the experiment.
161 String(enable)]);
172 // Tell the C++ FlagsDOMHandler to enable the selected choice.
  /external/chromium_org/chrome/browser/resources/task_manager/
commands.js 35 * Sends command to enable taskmanager model.
49 * Sends command to enable or disable the given columns to update the data.
  /external/chromium_org/chrome/browser/ui/gtk/
slide_animator_gtk.h 91 // Used during testing; disable or enable animations (default is enabled).
92 static void SetAnimationsForTesting(bool enable);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.h 49 void EnableDebug(bool enable);
  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.cc 157 void CompositorOutputSurface::SetNeedsBeginImplFrame(bool enable) {
159 if (needs_begin_impl_frame_ != enable)
160 Send(new ViewHostMsg_SetNeedsBeginFrame(routing_id_, enable));
161 OutputSurface::SetNeedsBeginImplFrame(enable);
  /external/chromium_org/content/test/
layouttest_support.cc 121 void SetFocusAndActivate(RenderView* render_view, bool enable) {
123 SetFocusAndActivateForTesting(enable);
138 void UseSynchronousResizeMode(RenderView* render_view, bool enable) {
140 UseSynchronousResizeModeForTesting(enable);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorWorkerAgent.h 62 virtual void enable(ErrorString*);
PageDebuggerAgent.h 62 virtual void enable();
PageRuntimeAgent.h 55 virtual void enable(ErrorString*);
  /external/chromium_org/third_party/WebKit/public/web/
WebWidgetClient.h 79 virtual void suppressCompositorScheduling(bool enable) { }
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_nop.c 45 _glapi_noop_enable_warnings(unsigned char enable)
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayInclude.cpp 39 bool SkInclude::enable(SkAnimateMaker & ) { function in class:SkInclude
SkDisplayInput.cpp 36 bool SkInput::enable(SkAnimateMaker & ) { function in class:SkInput
  /external/elfutils/tests/
test-subr.sh 93 echo >&2 installcheck not possible with --enable-tests-rpath
  /external/llvm/utils/
llvm-native-gcc 117 run "llc -enable-correct-eh-support -march=c -f -o $GeneratedCode $BCFile";
124 run "llc -enable-correct-eh-support -f -o $GeneratedCode $BCFile";
148 run "llc -enable-correct-eh-support -march=c -f -o $GeneratedCode $BCFile";
151 run "llc -enable-correct-eh-support -f -o $GeneratedCode $BCFile";
  /external/mesa3d/src/mapi/glapi/
glapi_nop.c 45 _glapi_noop_enable_warnings(unsigned char enable)
  /external/skia/src/animator/
SkDisplayInclude.cpp 39 bool SkInclude::enable(SkAnimateMaker & ) { function in class:SkInclude
SkDisplayInput.cpp 36 bool SkInput::enable(SkAnimateMaker & ) { function in class:SkInput
  /frameworks/av/include/cpustats/
ThreadCpuUsage.h 31 // only part of each cycle, call enable(), disable(), and/or setEnabled()
60 // Enable tracking of CPU usage by current thread;
63 bool enable() { return setEnabled(true); } function in class:android::ThreadCpuUsage
71 // This method is intended to be used for safe nested enable/disabling.
74 // Add a sample point, and also enable tracking if needed.
80 // sample, or since the first call to sampleAndEnable(), enable(), or
84 // enables tracking. Calling this method rather than enable() followed
97 // enable(), or setEnabled(true) if no previous sample.
104 // Return the elapsed delta wall clock ns since initial enable or reset,
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 34 boolean enable();
84 boolean configHciSnoopLog(boolean enable);
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.h 46 virtual int enable(int32_t handle, int enabled);
PressureSensor.IIO.secondary.h 44 virtual int enable(int32_t handle, int enabled);

Completed in 908 milliseconds

1 2 3 4 5 6 7 891011>>