/external/webkit/Source/WebCore/inspector/ |
InspectorController.cpp | 34 #if ENABLE(INSPECTOR) 117 #if ENABLE(OFFLINE_WEB_APPLICATIONS) 120 #if ENABLE(JAVASCRIPT_DEBUGGER) 126 #if ENABLE(DOM_STORAGE) 129 #if ENABLE(DATABASE) 132 #if ENABLE(JAVASCRIPT_DEBUGGER) 137 #if ENABLE(JAVASCRIPT_DEBUGGER) 263 #if ENABLE(JAVASCRIPT_DEBUGGER) 267 m_inspectorAgent->profilerAgent()->enable(&error); 334 #endif // ENABLE(INSPECTOR [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
DebuggerModel.js | 53 DebuggerAgent.enable();
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerRendererChromium.cpp | 403 // Re-enable color writes to layers, which may be partially transparent. 406 GLC(m_context.get(), m_context->enable(GraphicsContext3D::BLEND)); 408 GLC(m_context.get(), m_context->enable(GraphicsContext3D::SCISSOR_TEST)); 427 GLC(m_context.get(), m_context->enable(GraphicsContext3D::SCISSOR_TEST)); 438 GLC(m_context.get(), m_context->enable(GraphicsContext3D::BLEND)); [all...] |
/external/webkit/Source/WebCore/storage/ |
DatabaseAuthorizer.cpp | 32 #if ENABLE(DATABASE) 391 void DatabaseAuthorizer::enable() function in class:WebCore::DatabaseAuthorizer
|
/external/webkit/Source/WebKit/chromium/src/ |
WebFrameImpl.h | 137 virtual void enableViewSourceMode(bool enable);
|
WebPopupMenuImpl.cpp | 234 void WebPopupMenuImpl::setFocus(bool enable)
|
/external/webkit/Tools/DumpRenderTree/gtk/fonts/ |
fonts.conf | 292 <!-- We need to enable simulated bold to for DejaVu Serif to ensure that we interpret 312 <!-- We need to enable simulated oblique to for DejaVu Serif to ensure that we interpret
|
/frameworks/av/libvideoeditor/lvpp/ |
PreviewPlayer.h | 274 M4VSS3GPP_VideoEffectType type, M4OSA_Bool enable);
|
/frameworks/av/media/libeffects/testlibs/ |
AudioBiquadFilter.cpp | 70 void AudioBiquadFilter::enable(bool immediate) { function in class:android::AudioBiquadFilter
|
/frameworks/av/services/audioflinger/ |
AudioMixer.h | 107 // Enable or disable an allocated track by name 108 void enable(int name);
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabase.java | 315 * @param lockingEnabled set to true to enable locks, false otherwise [all...] |
/frameworks/base/core/java/android/webkit/ |
WebSettings.java | 42 * It is recommended to enable zoom support {@link #setSupportZoom} when 354 * Sets whether the WebView will enable smooth transition while panning or 363 public void setEnableSmoothTransition(boolean enable) { 603 * Sets whether the WebView should enable support for the "viewport" 611 * @param use whether to enable support for the viewport meta tag 951 * Tells the WebView to enable JavaScript execution. 964 * {@link #setAllowFileAccessFromFileURLs}. To enable the most restrictive, [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
ActionBarImpl.java | 341 public void setHomeButtonEnabled(boolean enable) { 342 mActionView.setHomeButtonEnabled(enable); [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
StateMachine.java | 599 synchronized void setLogOnlyTransitions(boolean enable) { 600 mLogOnlyTransitions = enable; [all...] |
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/ |
FusionEngine.java | 99 public void enable() { method in class:FusionEngine
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
QuickSettings.java | 392 final boolean enable = 399 if (enable && ((wifiApState == WifiManager.WIFI_AP_STATE_ENABLING) || 404 mWifiManager.setWifiEnabled(enable); 555 mBluetoothAdapter.enable(); [all...] |
/frameworks/base/services/java/com/android/server/ |
BluetoothManagerService.java | 171 // enable without persisting the setting 181 //Enable 383 throw new SecurityException("no permission to enable Bluetooth quietly"); 394 public boolean enable() { method in class:BluetoothManagerService 397 Log.w(TAG,"enable(): not allowed for non-active and non system user"); 404 Log.d(TAG,"enable(): mBluetooth =" + mBluetooth + 664 // if enable is also called to bind the service 678 mBluetooth.enable(); 680 Log.e(TAG,"Unable to call enable()",e); [all...] |
/frameworks/base/services/java/com/android/server/power/ |
DisplayPowerController.java | [all...] |
/frameworks/wilhelm/include/SLES/ |
OpenSLES_Android.h | 87 SLboolean enable,
|
/hardware/invensense/libsensors_iio/ |
MPLSensor.h | 49 /* Sensors Enable/Disable Mask
74 /* Uncomment to enable Low Power Quaternion */
77 /* Uncomment to enable DMP display orientation
136 virtual int enable(int32_t handle, int enabled);
|
sensors_mpl.cpp | 146 return mSensor->enable(handle, enabled);
|
/hardware/qcom/display/liboverlay/ |
mdpWrapper.h | 248 rot.rotations, rot.enable, rot.downscale_ratio);
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_audio.h | 327 uint32_t enable; member in struct:msm_audio_eq_stream_config
|
/hardware/qcom/msm8960/kernel-headers/media/ |
msm_isp.h | 386 int enable; member in struct:msm_mctl_pp_divert_pp
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_audio.h | 258 uint32_t pcm_feedback; /* 0 - disable > 0 - enable */ 350 uint32_t enable; /* Number of consequtive bands specified */ member in struct:msm_audio_eq_stream_config
|