OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:content_view_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/controls/menu/
menu_scroll_view_container.h
63
SubmenuView*
content_view_
;
member in class:views::MenuScrollViewContainer
/external/chromium_org/chrome/test/base/
view_event_test_base.h
140
views::View*
content_view_
;
member in class:ViewEventTestBase
/external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller_bubble.cc
159
views::View*
content_view_
;
member in class:ash::MaximizeBubbleBorder
171
content_view_
(content_view) {
182
int right = inset.left() +
content_view_
->width() + kLineWidth;
184
int bottom = inset.top() +
content_view_
->height() + kLineWidth;
219
content_view_
->width(),
224
y +
content_view_
->height(),
225
content_view_
->width(),
232
content_view_
->height() + 2 * kLineWidth),
235
canvas->FillRect(gfx::Rect(inset.left() +
content_view_
->width(),
238
content_view_
->height() + 2 * kLineWidth)
[
all
...]
Completed in 378 milliseconds