HomeSort by relevance Sort by last modified time
    Searched full:control_view (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
image_decoration.h 28 virtual void DrawInFrame(NSRect frame, NSView* control_view);
location_bar_decoration.mm 25 void LocationBarDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
image_decoration.mm 48 void ImageDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
keyword_hint_decoration.h 28 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);
location_bar_decoration.h 41 virtual void DrawInFrame(NSRect frame, NSView* control_view);
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);
bubble_decoration.mm 90 void BubbleDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
keyword_hint_decoration.mm 119 void KeywordHintDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
autocomplete_text_field_cell_unittest.mm 42 MOCK_METHOD2(DrawInFrame, void(NSRect frame, NSView* control_view));
autocomplete_text_field_unittest.mm 35 virtual void DrawInFrame(NSRect frame, NSView* control_view) { ; }
    [all...]
  /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 205 milliseconds