HomeSort by relevance Sort by last modified time
    Searched refs:setMockGestureTapHighlightsEnabled (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.idl 32 [RaisesException] void setMockGestureTapHighlightsEnabled(boolean enabled);
InternalSettings.h 103 void setMockGestureTapHighlightsEnabled(bool, ExceptionState&);
InternalSettings.cpp 92 settings->setMockGestureTapHighlightsEnabled(m_originalMockGestureTapHighlightsEnabled);
174 void InternalSettings::setMockGestureTapHighlightsEnabled(bool enabled, ExceptionState& exceptionState)
177 settings()->setMockGestureTapHighlightsEnabled(enabled);
  /external/chromium_org/third_party/WebKit/Source/web/
WebSettingsImpl.cpp 479 void WebSettingsImpl::setMockGestureTapHighlightsEnabled(bool enabled)
481 m_settings->setMockGestureTapHighlightsEnabled(enabled);
WebSettingsImpl.h 192 void setMockGestureTapHighlightsEnabled(bool);

Completed in 96 milliseconds