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 81 IntRect anchorInRootView = currentView()->contentsToRootView(anchor.pixelSnappedBoundingBox());
82 m_lastAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(anchorInRootView);
88 m_client.showValidationMessage(anchorInRootView, m_message, title, dir);
  /external/chromium_org/third_party/WebKit/public/web/
WebValidationMessageClient.h 47 virtual void showValidationMessage(const WebRect& anchorInRootView, const WebString& mainText, const WebString& supplementalText, WebTextDirection hint) { }
53 virtual void moveValidationMessage(const WebRect& anchorInRootView) { }

Completed in 91 milliseconds