OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contents_rect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/app_list/views/
app_list_background.cc
76
gfx::Rect
contents_rect
(bounds.x(),
82
canvas->DrawRect(
contents_rect
, paint);
89
gfx::Rect separator_rect(
contents_rect
);
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc
113
gfx::Rect
contents_rect
= GetContentsBounds();
local
115
contents_rect
.Inset(left_margin_,
119
int top =
contents_rect
.y();
123
v->SetBounds(
contents_rect
.x(), top,
contents_rect
.width(),
Completed in 66 milliseconds