HomeSort by relevance Sort by last modified time
    Searched refs:LocationBarView (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/chrome/browser/ui/views/location_bar/
click_handler.h 11 class LocationBarView;
22 ClickHandler(const views::View* owner, LocationBarView* location_bar);
28 LocationBarView* location_bar_;
ev_bubble_view.h 12 class LocationBarView;
18 // EVBubbleView displays the EV Bubble in the LocationBarView.
24 LocationBarView* location_bar);
location_icon_view.h 12 class LocationBarView;
22 explicit LocationIconView(LocationBarView* location_bar);
location_bar_view.cc 61 TabContents* GetTabContentsFromDelegate(LocationBarView::Delegate* delegate) {
69 const int LocationBarView::kNormalHorizontalEdgeThickness = 1;
70 const int LocationBarView::kVerticalEdgeThickness = 2;
71 const int LocationBarView::kItemPadding = 3;
72 const int LocationBarView::kIconInternalPadding = 2;
73 const int LocationBarView::kEdgeItemPadding = kItemPadding;
74 const int LocationBarView::kBubbleHorizontalPadding = 1;
75 const char LocationBarView::kViewClassName[] =
76 "browser/ui/views/location_bar/LocationBarView";
96 // LocationBarView ----------------------------------------------------------
    [all...]
suggested_text_view.cc 35 SetColor(LocationBarView::GetColor(ToolbarModel::NONE,
36 LocationBarView::DEEMPHASIZED_TEXT));
56 SkColor fg_color = LocationBarView::GetColor(
57 ToolbarModel::NONE, LocationBarView::DEEMPHASIZED_TEXT);
58 SkColor sel_fg_color = LocationBarView::GetColor(
59 ToolbarModel::NONE, LocationBarView::SELECTED_TEXT);
89 SkColor bg_color = LocationBarView::GetColor(ToolbarModel::NONE,
90 LocationBarView::BACKGROUND);
ev_bubble_view.cc 10 LocationBarView* location_bar)
click_handler.cc 14 LocationBarView* location_bar)
icon_label_bubble_view.cc 15 static const int kBubbleOuterPadding = LocationBarView::kEdgeItemPadding -
16 LocationBarView::kBubbleHorizontalPadding;
62 (is_extension_icon_ ? LocationBarView::kIconInternalPadding : 0), 0,
80 LocationBarView::kItemPadding;
location_icon_view.cc 11 LocationIconView::LocationIconView(LocationBarView* location_bar)
content_setting_image_view.h 18 class LocationBarView;
31 LocationBarView* parent,
61 // The owning LocationBarView.
62 LocationBarView* parent_;
page_action_image_view.h 18 class LocationBarView;
23 // PageActionImageView is used by the LocationBarView to display the icon for a
30 PageActionImageView(LocationBarView* owner,
75 LocationBarView* owner_;
location_bar_view.h 59 // LocationBarView class
61 // The LocationBarView class is a View subclass that paints the background
65 class LocationBarView : public LocationBar,
110 LocationBarView(Profile* profile,
115 virtual ~LocationBarView();
372 // LocationBarView. At most one is visible at a time. Preference is
415 DISALLOW_IMPLICIT_CONSTRUCTORS(LocationBarView);
  /external/chromium/chrome/browser/ui/views/
reload_button.h 15 class LocationBarView;
33 ReloadButton(LocationBarView* location_bar, Browser* Browser);
59 LocationBarView* location_bar_;
accessible_pane_view.cc 64 if (initial_focus->GetClassName() == LocationBarView::kViewClassName) {
65 static_cast<LocationBarView*>(initial_focus)->FocusLocation(true);
109 focused_view->GetClassName() == LocationBarView::kViewClassName) {
110 static_cast<LocationBarView*>(focused_view)->SelectAll();
163 if ((focused_view->GetClassName() == LocationBarView::kViewClassName ||
215 if (focused_now->GetClassName() == LocationBarView::kViewClassName &&
toolbar_view.h 41 public LocationBarView::Delegate,
87 LocationBarView* location_bar() const { return location_bar_; }
97 // Overridden from LocationBarView::Delegate:
194 LocationBarView* location_bar_;
reload_button.cc 19 ReloadButton::ReloadButton(LocationBarView* location_bar, Browser* browser)
toolbar_view.cc 154 location_bar_ = new LocationBarView(profile, browser_->command_updater(),
156 LocationBarView::POPUP : LocationBarView::NORMAL);
304 // ToolbarView, LocationBarView::Delegate implementation:
  /external/chromium/chrome/browser/ui/
browser_window.h 348 class LocationBarView;
363 // Returns the LocationBarView.
364 virtual LocationBarView* GetLocationBarView() const = 0;
  /external/chromium/chrome/browser/chromeos/frame/
dom_browser_view.cc 67 LocationBarView* DOMBrowserView::GetLocationBarView() const {
dom_browser_view.h 46 virtual LocationBarView* GetLocationBarView() const OVERRIDE;
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 504 icon_bounds_.SetRect(LocationBarView::kEdgeItemPadding +
506 0 : LocationBarView::kIconInternalPadding),
509 int text_x = LocationBarView::kEdgeItemPadding + default_icon_size_ +
510 LocationBarView::kItemPadding;
513 std::max(bounds().width() - text_x - LocationBarView::kEdgeItemPadding,
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.h 38 class LocationBarView;
68 LocationBarView* parent_view,
80 // LocationBarView::Layout as to why this uses -1.
432 LocationBarView* parent_view_;
autocomplete_edit_view_win.cc 404 LocationBarView* parent_view,
430 background_color_(skia::SkColorToCOLORREF(LocationBarView::GetColor(
431 ToolbarModel::NONE, LocationBarView::BACKGROUND))),
    [all...]
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 324 LocationBarView* location_bar_view = browser_view->GetLocationBarView();
331 LocationBarView* location_bar_view = browser_view->GetLocationBarView();
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 52 class LocationBarView;
315 virtual LocationBarView* GetLocationBarView() const OVERRIDE;

Completed in 252 milliseconds

1 2