OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:control_view
(Results
1 - 15
of
15
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/location_bar/
image_decoration.h
28
virtual void DrawInFrame(NSRect frame, NSView*
control_view
);
keyword_hint_decoration.h
28
virtual void DrawInFrame(NSRect frame, NSView*
control_view
);
location_bar_decoration.h
41
virtual void DrawInFrame(NSRect frame, NSView*
control_view
);
bubble_decoration.h
33
virtual void DrawInFrame(NSRect frame, NSView*
control_view
);
content_setting_decoration.h
38
virtual void DrawInFrame(NSRect frame, NSView*
control_view
);
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.h
31
virtual void DrawInFrame(NSRect frame, NSView*
control_view
) OVERRIDE;
34
NSView*
control_view
) OVERRIDE;
location_bar_decoration.h
42
virtual void DrawInFrame(NSRect frame, NSView*
control_view
);
51
NSView*
control_view
);
image_decoration.h
27
virtual void DrawInFrame(NSRect frame, NSView*
control_view
) OVERRIDE;
search_button_decoration.h
23
virtual void DrawInFrame(NSRect frame, NSView*
control_view
) OVERRIDE;
keyword_hint_decoration.h
27
virtual void DrawInFrame(NSRect frame, NSView*
control_view
) OVERRIDE;
button_decoration.h
49
virtual void DrawInFrame(NSRect frame, NSView*
control_view
) OVERRIDE;
content_setting_decoration.h
40
virtual void DrawInFrame(NSRect frame, NSView*
control_view
) OVERRIDE;
page_action_decoration.h
61
NSView*
control_view
) OVERRIDE;
/external/chromium/chrome/browser/chromeos/login/
message_bubble.cc
37
views::View*
control_view
= new views::View();
38
GridLayout* layout = new GridLayout(
control_view
);
39
control_view
->SetLayoutManager(layout);
user_controller.cc
387
views::View*
control_view
;
local
392
control_view
= new_user_view;
398
control_view
= guest_user_view;
404
control_view
= existing_user_view;
412
gfx::Size size =
control_view
->GetPreferredSize();
417
WidgetGtk* window = new ControlsWindow(
control_view
);
422
control_view
);
Completed in 464 milliseconds