HomeSort by relevance Sort by last modified time
    Searched full:anchorinrootview (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 78 IntRect anchorInRootView = currentView()->contentsToRootView(anchor.pixelSnappedBoundingBox());
79 m_lastAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(anchorInRootView);
85 m_webView.client()->showValidationMessage(anchorInRootView, m_message, title, dir);
  /external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h 166 virtual void showValidationMessage(const WebRect& anchorInRootView, const WebString& mainText, const WebString& supplementalText, WebTextDirection hint) { }
172 virtual void moveValidationMessage(const WebRect& anchorInRootView) { }

Completed in 147 milliseconds