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

  /external/chromium_org/content/renderer/
text_input_client_observer.cc 65 size_t index = webview()->focusedFrame()->characterIndexForPoint(web_point);
78 blink::WebFrame* frame = webview()->focusedFrame();
92 blink::WebLocalFrame* frame = webview()->focusedFrame()->toWebLocalFrame();
render_view_impl.cc     [all...]
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 119 WebFrame* frame = render_view()->GetWebView()->focusedFrame();
261 render_view()->GetWebView()->focusedFrame()->executeCommand(
294 render_view()->GetWebView()->focusedFrame()->executeCommand(
303 WebFrame* frame = render_view()->GetWebView()->focusedFrame();
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.h 70 Frame* focusedFrame() const { return m_focusedFrame.get(); }
FocusController.cpp 273 RefPtrWillBeRawPtr<LocalFrame> focusedFrame = (m_focusedFrame && m_focusedFrame->isLocalFrame()) ? toLocalFrame(m_focusedFrame.get()) : 0;
274 if (focusedFrame && focusedFrame->view()) {
275 RefPtrWillBeRawPtr<Document> document = focusedFrame->document();
306 if (Frame* frame = focusedFrame())
680 RefPtrWillBeRawPtr<LocalFrame> oldFocusedFrame = toLocalFrame(focusedFrame());
790 Element* focusedElement = (focusedFrame() && toLocalFrame(focusedFrame())->document()) ? toLocalFrame(focusedFrame())->document()->focusedElement() : 0;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 358 static Element* focusedFrameOwnerElement(Frame* focusedFrame, Frame* currentFrame)
360 for (; focusedFrame; focusedFrame = focusedFrame->tree().parent()) {
361 if (focusedFrame->tree().parent() == currentFrame) {
363 return focusedFrame->deprecatedLocalOwner();
374 element = focusedFrameOwnerElement(document.page()->focusController().focusedFrame(), document.frame());
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]
WebViewImpl.h 181 virtual WebFrame* focusedFrame() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.cpp 189 else if (page->focusController().focusedFrame() == contentFrame()) // Focus may have already been given to another frame, don't take it away.
  /external/chromium_org/third_party/WebKit/public/web/
WebView.h 172 virtual WebFrame* focusedFrame() = 0;
  /external/chromium_org/content/shell/renderer/test_runner/
text_input_controller.cc 234 if (!view_->focusedFrame() ||
235 !view_->focusedFrame()->firstRectForCharacterRange(
test_runner.cc     [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 901 blink::WebLocalFrame* focusedFrame =
902 webView->focusedFrame()->toWebLocalFrame()
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc     [all...]
print_web_view_helper_browsertest.cc 349 ASSERT_NE(view_->GetWebView()->focusedFrame(),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 331 if (page() && page()->focusController().focusedFrame() == this)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp 103 , m_focused(frame && frame->page() && frame->page()->focusController().focusedFrame() == frame)
    [all...]

Completed in 1348 milliseconds