Home
last modified time | relevance | path

Searched refs:control_view (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Duser_controller.cc387 views::View* control_view; in CreateControlsWindow() local
392 control_view = new_user_view; in CreateControlsWindow()
398 control_view = guest_user_view; in CreateControlsWindow()
404 control_view = existing_user_view; in CreateControlsWindow()
412 gfx::Size size = control_view->GetPreferredSize(); in CreateControlsWindow()
417 WidgetGtk* window = new ControlsWindow(control_view); in CreateControlsWindow()
422 control_view); in CreateControlsWindow()
Dmessage_bubble.cc37 views::View* control_view = new views::View(); in MessageBubble() local
38 GridLayout* layout = new GridLayout(control_view); in MessageBubble()
39 control_view->SetLayoutManager(layout); in MessageBubble()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dimage_decoration.h28 virtual void DrawInFrame(NSRect frame, NSView* control_view);
Dkeyword_hint_decoration.h28 virtual void DrawInFrame(NSRect frame, NSView* control_view);
Dlocation_bar_decoration.h41 virtual void DrawInFrame(NSRect frame, NSView* control_view);
Dbubble_decoration.h33 virtual void DrawInFrame(NSRect frame, NSView* control_view);
Dcontent_setting_decoration.h38 virtual void DrawInFrame(NSRect frame, NSView* control_view);
Dlocation_bar_decoration.mm25 void LocationBarDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
Dimage_decoration.mm48 void ImageDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
Dcontent_setting_decoration.mm271 // Consider passing in |control_view|. Or refactoring to be
327 void ContentSettingDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
359 ImageDecoration::DrawInFrame(icon_rect, control_view);
375 ImageDecoration::DrawInFrame(frame, control_view);
Dbubble_decoration.mm90 void BubbleDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
Dkeyword_hint_decoration.mm119 void KeywordHintDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
Dautocomplete_text_field_cell_unittest.mm42 MOCK_METHOD2(DrawInFrame, void(NSRect frame, NSView* control_view));
Dautocomplete_text_field_unittest.mm35 virtual void DrawInFrame(NSRect frame, NSView* control_view) { ; }