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

  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 161 bool EditorClientImpl::shouldEndEditing(Range* range)
164 return m_webView->client()->shouldEndEditing(WebRange(range));
  /external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h 168 virtual bool shouldEndEditing(const WebRange&) { return true; }
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 159 bool shouldEndEditing(const WebKit::WebRange&);
320 virtual bool shouldEndEditing(const WebKit::WebRange& range)
322 WebTestProxyBase::shouldEndEditing(range);
323 return Base::shouldEndEditing(range);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp 932 bool WebTestProxyBase::shouldEndEditing(const WebRange& range)
    [all...]

Completed in 76 milliseconds