OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:web_contents_bounds
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/views/autofill/
new_credit_card_bubble_views.cc
118
gfx::Rect
web_contents_bounds
= contents_view->GetBoundsInScreen();
local
123
x =
web_contents_bounds
.x() - border_insets.left() + kAnchorlessEndPadding;
125
x =
web_contents_bounds
.right() + border_insets.right();
128
int y =
web_contents_bounds
.y() - border_insets.top() + kAnchorlessTopPadding;
Completed in 211 milliseconds