Searched refs:control_view (Results 1 – 14 of 14) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
D | user_controller.cc | 387 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()
|
D | message_bubble.cc | 37 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/ |
D | image_decoration.h | 28 virtual void DrawInFrame(NSRect frame, NSView* control_view);
|
D | keyword_hint_decoration.h | 28 virtual void DrawInFrame(NSRect frame, NSView* control_view);
|
D | location_bar_decoration.h | 41 virtual void DrawInFrame(NSRect frame, NSView* control_view);
|
D | bubble_decoration.h | 33 virtual void DrawInFrame(NSRect frame, NSView* control_view);
|
D | content_setting_decoration.h | 38 virtual void DrawInFrame(NSRect frame, NSView* control_view);
|
D | location_bar_decoration.mm | 25 void LocationBarDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
|
D | image_decoration.mm | 48 void ImageDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
|
D | content_setting_decoration.mm | 271 // 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);
|
D | bubble_decoration.mm | 90 void BubbleDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
|
D | keyword_hint_decoration.mm | 119 void KeywordHintDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
|
D | autocomplete_text_field_cell_unittest.mm | 42 MOCK_METHOD2(DrawInFrame, void(NSRect frame, NSView* control_view));
|
D | autocomplete_text_field_unittest.mm | 35 virtual void DrawInFrame(NSRect frame, NSView* control_view) { ; }
|