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

  /external/chromium_org/android_webview/browser/
browser_view_renderer.h 46 virtual gfx::Point GetLocationOnScreen() = 0;
in_process_view_renderer.cc 725 return gfx::Rect(client_->GetLocationOnScreen(), gfx::Size(width_, height_));
    [all...]
  /external/chromium_org/android_webview/native/
aw_contents.h 168 virtual gfx::Point GetLocationOnScreen() OVERRIDE;
aw_contents.cc 814 gfx::Point AwContents::GetLocationOnScreen() {
    [all...]

Completed in 601 milliseconds