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

  /external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h 69 virtual bool shouldBeginEditing(Range*) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h 60 virtual bool shouldBeginEditing(WebCore::Range*) OVERRIDE;
EditorClientImpl.cpp 154 bool EditorClientImpl::shouldBeginEditing(Range* range)
157 return m_webView->client()->shouldBeginEditing(WebRange(range));
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 158 bool shouldBeginEditing(const WebKit::WebRange&);
315 virtual bool shouldBeginEditing(const WebKit::WebRange& range)
317 WebTestProxyBase::shouldBeginEditing(range);
318 return Base::shouldBeginEditing(range);
  /external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h 167 virtual bool shouldBeginEditing(const WebRange&) { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 208 bool shouldBeginEditing(Range*);
Editor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 278 virtual bool shouldBeginEditing(Range*) OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp 922 bool WebTestProxyBase::shouldBeginEditing(const WebRange& range)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 300 return frame->editor()->shouldBeginEditing(rangeOfContents(root).get());
    [all...]

Completed in 8171 milliseconds