Home
last modified time | relevance | path

Searched refs:bvr (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/android_webview/native/
Daw_dev_tools_server.cc140 android_webview::BrowserViewRenderer* bvr in GetViewDescription() local
142 if (!bvr) return ""; in GetViewDescription()
144 description.SetBoolean("attached", bvr->IsAttachedToWindow()); in GetViewDescription()
145 description.SetBoolean("visible", bvr->IsVisible()); in GetViewDescription()
146 gfx::Rect screen_rect = bvr->GetScreenRect(); in GetViewDescription()