Searched refs:enable (Results 101 - 125 of 528) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/inspector/
H A DInspectorProfilerAgent.h69 void enable(ErrorString*);
76 void enable(bool skipRecompile);
H A DInspectorResourceAgent.h119 void enable(ErrorString*);
128 void enable();
/external/webkit/Source/WebCore/platform/haiku/
H A DContextMenuItemHaiku.cpp152 void ContextMenuItem::setEnabled(bool enable) argument
155 m_platformDescription->SetEnabled(enable);
/external/webkit/Source/WebCore/webaudio/
H A DAudioNodeOutput.cpp201 void AudioNodeOutput::enable() function in class:WebCore::AudioNodeOutput
208 input->enable(this);
/external/webrtc/src/modules/audio_processing/
H A Dlevel_estimator_impl.cc115 int LevelEstimatorImpl::Enable(bool enable) { argument
117 return EnableComponent(enable);
H A Dvoice_detection_impl.cc94 int VoiceDetectionImpl::Enable(bool enable) { argument
96 return EnableComponent(enable);
110 // TODO(ajm): enable this assertion?
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view.cpp1827 * @param enable @c EINA_TRUE if we want to enable navigation history;
1832 Eina_Bool ewk_view_history_enable_set(Evas_Object* o, Eina_Bool enable) argument
1836 static_cast<WebCore::BackForwardListImpl*>(priv->page->backForwardList())->setEnabled(enable);
1954 * "calculate" phase. To unset those and enable sub-classes to
2326 * @param o view to enable rendering.
2467 Eina_Bool ewk_view_setting_enable_scripts_set(Evas_Object* o, Eina_Bool enable) argument
2471 enable = !!enable;
2472 if (priv->settings.enable_scripts != enable) {
2486 ewk_view_setting_enable_plugins_set(Evas_Object* o, Eina_Bool enable) argument
2521 ewk_view_setting_enable_frame_flattening_set(Evas_Object* o, Eina_Bool enable) argument
2559 ewk_view_setting_resizable_textareas_set(Evas_Object* o, Eina_Bool enable) argument
2578 ewk_view_setting_private_browsing_set(Evas_Object* o, Eina_Bool enable) argument
2597 ewk_view_setting_offline_app_cache_set(Evas_Object* o, Eina_Bool enable) argument
2617 ewk_view_setting_caret_browsing_set(Evas_Object* o, Eina_Bool enable) argument
2696 ewk_view_setting_encoding_detector_set(Evas_Object* o, Eina_Bool enable) argument
2908 ewk_view_setting_spatial_navigation_set(Evas_Object* o, Eina_Bool enable) argument
2939 ewk_view_setting_local_storage_set(Evas_Object* o, Eina_Bool enable) argument
2970 ewk_view_setting_page_cache_set(Evas_Object* o, Eina_Bool enable) argument
[all...]
/external/webkit/Tools/QtTestBrowser/
H A Dlauncherwindow.cpp774 void LauncherWindow::toggleFullScreenMode(bool enable) argument
777 if (enable ^ alreadyEnabled)
787 void LauncherWindow::toggleInterruptingJavaScriptEnabled(bool enable) argument
789 page()->setInterruptingJavaScriptEnabled(enable);
792 void LauncherWindow::toggleJavascriptCanOpenWindows(bool enable) argument
794 page()->settings()->setAttribute(QWebSettings::JavascriptCanOpenWindows, enable);
797 void LauncherWindow::toggleAutoLoadImages(bool enable) argument
799 page()->settings()->setAttribute(QWebSettings::AutoLoadImages, !enable);
802 void LauncherWindow::togglePlugins(bool enable) argument
804 page()->settings()->setAttribute(QWebSettings::PluginsEnabled, !enable);
808 toggleQGLWidgetViewport(bool enable) argument
831 showFPS(bool enable) argument
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_pan_co.h163 ** Description This function is called by PAN to enable or disable
173 BTA_API extern void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable);
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_api.h309 ** Description Configure Test Mode - 'enable' to 1 puts the device in test mode and 0 exits
315 bt_status_t btif_dut_mode_configure(uint8_t enable);
H A Dbtif_media.h244 void btif_a2dp_set_tx_flush(BOOLEAN enable);
/external/bluetooth/bluedroid/btif/src/
H A Dbluetooth.c125 static int enable( void ) function
127 ALOGI("enable");
325 int dut_mode_configure(uint8_t enable) argument
333 return btif_dut_mode_configure(enable);
349 enable,
/external/chromium/chrome/browser/chromeos/cros/
H A Dinput_method_library.h122 virtual void SetEnableAutoImeShutdown(bool enable) = 0;
/external/chromium/chrome/browser/chromeos/
H A Dversion_loader.h65 void EnablePlatformVersions(bool enable);
/external/chromium/chrome/browser/extensions/
H A Dextension_page_actions_module.h18 bool SetPageActionEnabled(bool enable);
/external/chromium/chrome/browser/ui/gtk/
H A Dslide_animator_gtk.h91 // Used during testing; disable or enable animations (default is enabled).
92 static void SetAnimationsForTesting(bool enable);
/external/chromium/net/url_request/
H A Durl_request_throttler_manager.h63 // uses the network stack should preferably call this function to enable
65 void set_enable_thread_checks(bool enable);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediaengine.h135 virtual bool SetLocalMonitor(bool enable) = 0;
212 virtual bool SetLocalMonitor(bool enable) { argument
213 return voice_.SetLocalMonitor(enable);
300 bool SetLocalMonitor(bool enable) { return true; } argument
/external/icu4c/config/
H A Dmh-cygwin38 SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
39 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
/external/kernel-headers/original/asm-x86/
H A Dcacheflush.h34 void kernel_map_pages(struct page *page, int numpages, int enable);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_sys.h53 /* enable function type */
72 tNFA_SYS_ENABLE *enable; member in struct:__anon7799
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec32 Provides the application with means to enable and disable logging
38 The application can add comments and enable or disable tracing of GL
198 enable or disable tracing of different classes of GL commands.
/external/mesa3d/src/pixelflinger2/
H A Dscanline.cpp582 if (ctx->state.blendState.enable)
587 if (ctx->state.blendState.enable)
594 if (ctx->state.blendState.enable)
599 if (ctx->state.blendState.enable)
/external/qemu/android/skin/
H A Dwindow.h54 extern void skin_window_show_trackball( SkinWindow* window, int enable );
/external/skia/src/animator/
H A DSkHitTest.cpp54 bool SkHitTest::enable(SkAnimateMaker& maker) { function in class:SkHitTest

Completed in 1110 milliseconds

1234567891011>>