OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:webcontents_rect
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/views/
find_bar_host_gtk.cc
22
gfx::Rect
webcontents_rect
;
local
23
tab_view->GetViewBounds(&
webcontents_rect
);
24
avoid_overlapping_rect->Offset(0,
webcontents_rect
.y() - frame_rect.y());
find_bar_host_win.cc
21
RECT frame_rect = {0},
webcontents_rect
= {0};
local
27
&
webcontents_rect
);
28
avoid_overlapping_rect->Offset(0,
webcontents_rect
.top - frame_rect.top);
/external/chromium_org/chrome/browser/ui/views/
find_bar_host.cc
371
gfx::Rect
webcontents_rect
= tab_view->GetViewBounds();
local
372
avoid_overlapping_rect->Offset(0,
webcontents_rect
.y() - frame_rect.y());
Completed in 184 milliseconds