Searched refs:LocationBarView (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dpage_info_helper.h10 class LocationBarView;
24 PageInfoHelper(const views::View* owner, LocationBarView* location_bar);
28 LocationBarView* location_bar() const { return location_bar_; }
32 LocationBarView* location_bar_;
H A Dgenerated_credit_card_view.h30 explicit GeneratedCreditCardView(LocationBarView::Delegate* delegate);
45 LocationBarView::Delegate* delegate_; // weak; outlives us.
H A Dlocation_icon_view.h11 class LocationBarView;
18 explicit LocationIconView(LocationBarView* location_bar);
H A Dlocation_bar_view.cc192 // LocationBarView -----------------------------------------------------------
195 const int LocationBarView::kNormalEdgeThickness = 2;
196 const int LocationBarView::kPopupEdgeThickness = 1;
197 const int LocationBarView::kItemPadding = 3;
198 const int LocationBarView::kIconInternalPadding = 2;
199 const int LocationBarView::kBubblePadding = 1;
200 const char LocationBarView::kViewClassName[] = "LocationBarView";
202 LocationBarView::LocationBarView(Browse function in class:LocationBarView
[all...]
H A Dev_bubble_view.h11 class LocationBarView;
13 // EVBubbleView displays the EV Bubble in the LocationBarView.
19 LocationBarView* parent);
H A Dzoom_view.h21 // LocationBarView::Delegate is passed here so that it can be queried for the
23 explicit ZoomView(LocationBarView::Delegate* location_bar_delegate);
47 LocationBarView::Delegate* location_bar_delegate_;
H A Dadd_to_app_launcher_view.h14 class LocationBarView;
33 AddToAppLauncherView(LocationBarView* parent,
53 LocationBarView* parent_; // Weak, owns us.
H A Dadd_to_app_launcher_view.cc37 return LocationBarView::kItemPadding - LocationBarView::kBubblePadding +
38 (by_icon ? 0 : LocationBarView::kIconInternalPadding);
42 return GetBubbleOuterPadding(true) + LocationBarView::kItemPadding +
48 AddToAppLauncherView::AddToAppLauncherView(LocationBarView* parent,
138 // Height will be ignored by the LocationBarView.
168 icon_->bounds().right() + LocationBarView::kItemPadding,
H A Dcontent_setting_image_view.h17 class LocationBarView;
40 LocationBarView* parent,
88 LocationBarView* parent_; // Weak, owns us.
H A Dorigin_chip_view.h15 class LocationBarView;
41 OriginChipView(LocationBarView* location_bar_view,
97 LocationBarView* location_bar_view_;
H A Dpage_action_image_view.h21 class LocationBarView;
30 // PageActionImageView is used by the LocationBarView to display the icon for a
38 PageActionImageView(LocationBarView* owner,
96 LocationBarView* owner_;
H A Dicon_label_bubble_view.cc83 // Height will be ignored by the LocationBarView.
116 return LocationBarView::kItemPadding - LocationBarView::kBubblePadding +
117 (by_icon ? 0 : LocationBarView::kIconInternalPadding);
129 (image_width ? (image_width + LocationBarView::kItemPadding) : 0);
H A Dpage_info_helper.cc20 LocationBarView* location_bar)
H A Dgenerated_credit_card_view.cc12 LocationBarView::Delegate* delegate)
H A Dcontent_setting_image_view.cc35 LocationBarView* parent,
130 return LocationBarView::kItemPadding - LocationBarView::kBubblePadding +
131 (by_icon ? 0 : LocationBarView::kIconInternalPadding);
157 // Height will be ignored by the LocationBarView.
185 icon_->bounds().right() + LocationBarView::kItemPadding, 0,
227 return GetBubbleOuterPadding(true) + LocationBarView::kItemPadding +
H A Dlocation_bar_view.h75 // LocationBarView class
77 // The LocationBarView class is a View subclass that paints the background
81 class LocationBarView : public LocationBar, class in inherits:LocationBar,LocationBarTesting,views::View,views::ButtonListener,views::DragController,OmniboxEditController,DropdownBarHostDelegate,gfx::AnimationDelegate,TemplateURLServiceObserver,content::NotificationObserver,SearchModelObserver
116 LocationBarView* owner,
140 LocationBarView(Browser* browser,
146 virtual ~LocationBarView();
148 // Initializes the LocationBarView.
224 // The point will be returned in the coordinates of the LocationBarView.
428 // The Browser this LocationBarView is in. Note that at least
429 // chromeos::SimpleWebViewDialog uses a LocationBarView outsid
[all...]
H A Dev_bubble_view.cc19 LocationBarView* location_bar)
H A Dlocation_icon_view.cc12 LocationIconView::LocationIconView(LocationBarView* location_bar)
H A Dzoom_view.cc19 ZoomView::ZoomView(LocationBarView::Delegate* location_bar_delegate)
H A Dorigin_chip_view.cc140 OriginChipView::OriginChipView(LocationBarView* location_bar_view,
288 LocationBarView::kNormalEdgeThickness,
290 height() - 2 * LocationBarView::kNormalEdgeThickness);
294 const int label_y = LocationBarView::kNormalEdgeThickness;
295 const int label_height = height() - 2 * LocationBarView::kNormalEdgeThickness;
378 // TODO(gbillock): Make the LocationBarView or OmniboxView the listener for
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_interactive_uitest.cc48 LocationBarView* location_bar_view = browser_view->GetLocationBarView();
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.h18 class LocationBarView;
33 LocationBarView* location_bar_view);
81 LocationBarView* location_bar_view);
84 LocationBarView* location_bar_view() { return location_bar_view_; }
146 LocationBarView* location_bar_view_;
H A Domnibox_result_view.h20 class LocationBarView;
51 LocationBarView* location_bar_view,
162 LocationBarView* location_bar_view_;
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dsimple_web_view_dialog.h40 public LocationBarView::Delegate,
76 // Implements LocationBarView::Delegate:
84 LocationBarView* owner,
116 LocationBarView* location_bar_;
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.h47 public LocationBarView::Delegate,
104 LocationBarView* location_bar() const { return location_bar_; }
116 // Overridden from LocationBarView::Delegate:
124 LocationBarView* owner, ExtensionAction* action) OVERRIDE;
235 LocationBarView* location_bar_;

Completed in 151 milliseconds

12