/external/chromium_org/chrome/browser/ui/views/toolbar/ |
reload_button.h | 44 // Enable reload drop-down menu. 45 void set_menu_enabled(bool enable) { menu_enabled_ = enable; }
|
/external/chromium_org/content/public/test/ |
layouttest_support.h | 42 // Enable injecting of a WebTestProxy between WebViews and RenderViews. 76 // Sets the focus of the render view depending on |enable|. This only overrides 79 void SetFocusAndActivate(RenderView* render_view, bool enable); 96 void UseSynchronousResizeMode(RenderView* render_view, bool enable);
|
/external/chromium_org/content/renderer/compositor_bindings/ |
web_content_layer_impl.cc | 46 void WebContentLayerImpl::setDrawCheckerboardForMissingTiles(bool enable) { 47 layer_->layer()->SetDrawCheckerboardForMissingTiles(enable);
|
/external/chromium_org/remoting/host/ |
me2me_desktop_environment.h | 73 virtual void SetEnableCurtaining(bool enable) OVERRIDE; 74 virtual void SetEnableGnubbyAuth(bool enable) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
WorkerRuntimeAgent.cpp | 62 void WorkerRuntimeAgent::enable(ErrorString* errorString) function in class:WebCore::WorkerRuntimeAgent 67 InspectorRuntimeAgent::enable(errorString);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
testturnserver.h | 58 void set_enable_otu_nonce(bool enable) { 59 server_.set_enable_otu_nonce(enable);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_query.c | 97 uint32_t enable; member in struct:nv30_query 119 q->enable = 0x0000; 123 q->enable = NV30_3D_QUERY_ENABLE; 130 q->enable = 0x1804; 170 if (q->enable) { 171 BEGIN_NV04(push, SUBC_3D(q->enable), 1); 190 if (q->enable) { 191 BEGIN_NV04(push, SUBC_3D(q->enable), 1);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimateActive.h | 28 bool enable() { return immediate(true); } function in class:SkActive 41 bool immediate(bool enable);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/ |
utility.h | 91 void SetArithMean(bool enable); 92 void SetVariance(bool enable);
|
/external/chromium_org/third_party/webrtc/modules/audio_device/ |
audio_device_impl.h | 108 virtual int32_t SetAGC(bool enable) OVERRIDE; 145 virtual int32_t SetSpeakerMute(bool enable) OVERRIDE; 150 virtual int32_t SetMicrophoneMute(bool enable) OVERRIDE; 155 virtual int32_t SetMicrophoneBoost(bool enable) OVERRIDE; 160 virtual int32_t SetStereoPlayout(bool enable) OVERRIDE; 163 virtual int32_t SetStereoRecording(bool enable) OVERRIDE; 199 virtual int32_t SetLoudspeakerStatus(bool enable) OVERRIDE; 202 virtual int32_t EnableBuiltInAEC(bool enable) OVERRIDE;
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/ |
aec_core.h | 100 void WebRtcAec_enable_reported_delay(AecCore* self, int enable); 109 void WebRtcAec_enable_delay_correction(AecCore* self, int enable);
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ |
gain_control_impl.h | 44 virtual int Enable(bool enable) OVERRIDE; 52 virtual int enable_limiter(bool enable) OVERRIDE;
|
level_estimator_impl.cc | 40 int LevelEstimatorImpl::Enable(bool enable) { 42 return EnableComponent(enable);
|
/external/chromium_org/third_party/webrtc/modules/video_capture/include/ |
video_capture.h | 151 virtual void EnableFrameRateCallback(const bool enable) = 0; 152 virtual void EnableNoPictureAlarm(const bool enable) = 0;
|
/external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/ |
video_processing.h | 213 Enable/disable temporal decimation 215 \param[in] enable when true, temporal decimation is enabled 217 virtual void EnableTemporalDecimation(bool enable) = 0; 282 Enable content analysis 284 virtual void EnableContentAnalysis(bool enable) = 0;
|
/external/chromium_org/third_party/webrtc/voice_engine/include/ |
voe_codec.h | 109 virtual int SetFECStatus(int channel, bool enable) { return -1; } 119 // specified |channel|. Disabling VAD (through |enable|) will also disable 121 virtual int SetVADStatus(int channel, bool enable,
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
voe_codec_impl.h | 43 virtual int SetFECStatus(int channel, bool enable); 48 bool enable,
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-3255.js | 5 // Flags: --allow-natives-syntax --enable-slow-asserts
|
regress-369450.js | 5 // Flags: --allow-natives-syntax --enable-slow-asserts
|
regress-observe-map-cache.js | 5 // Flags: --allow-natives-syntax --enable-slow-asserts
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_file_system_backend.h | 64 void set_enable_temporary_file_system_in_incognito(bool enable) { 65 enable_temporary_file_system_in_incognito_ = enable;
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_query.c | 97 uint32_t enable; member in struct:nv30_query 119 q->enable = 0x0000; 123 q->enable = NV30_3D_QUERY_ENABLE; 130 q->enable = 0x1804; 170 if (q->enable) { 171 BEGIN_NV04(push, SUBC_3D(q->enable), 1); 190 if (q->enable) { 191 BEGIN_NV04(push, SUBC_3D(q->enable), 1);
|
/external/skia/src/animator/ |
SkAnimateActive.h | 28 bool enable() { return immediate(true); } function in class:SkActive 41 bool immediate(bool enable);
|
/external/strace/ |
make-dist | 21 ./configure --enable-maintainer-mode
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothManager.aidl | 36 boolean enable();
|