Home
last modified time | relevance | path

Searched refs:LocationBarView (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc61 TabContents* GetTabContentsFromDelegate(LocationBarView::Delegate* delegate) { in GetTabContentsFromDelegate()
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[] =
98 LocationBarView::LocationBarView(Profile* profile, in LocationBarView() function in LocationBarView
133 LocationBarView::~LocationBarView() { in ~LocationBarView()
[all …]
Dsuggested_text_view.cc35 SetColor(LocationBarView::GetColor(ToolbarModel::NONE, in StopAnimation()
36 LocationBarView::DEEMPHASIZED_TEXT)); in StopAnimation()
56 SkColor fg_color = LocationBarView::GetColor( in AnimationProgressed()
57 ToolbarModel::NONE, LocationBarView::DEEMPHASIZED_TEXT); in AnimationProgressed()
58 SkColor sel_fg_color = LocationBarView::GetColor( in AnimationProgressed()
59 ToolbarModel::NONE, LocationBarView::SELECTED_TEXT); in AnimationProgressed()
89 SkColor bg_color = LocationBarView::GetColor(ToolbarModel::NONE, in UpdateBackgroundColor()
90 LocationBarView::BACKGROUND); in UpdateBackgroundColor()
Dclick_handler.h11 class LocationBarView; variable
22 ClickHandler(const views::View* owner, LocationBarView* location_bar);
28 LocationBarView* location_bar_;
Dicon_label_bubble_view.cc15 static const int kBubbleOuterPadding = LocationBarView::kEdgeItemPadding -
16 LocationBarView::kBubbleHorizontalPadding;
62 (is_extension_icon_ ? LocationBarView::kIconInternalPadding : 0), 0, in Layout()
80 LocationBarView::kItemPadding; in GetPreLabelWidth()
Dcontent_setting_image_view.h18 class LocationBarView; variable
31 LocationBarView* parent,
62 LocationBarView* parent_;
Dpage_action_image_view.h18 class LocationBarView; variable
30 PageActionImageView(LocationBarView* owner,
75 LocationBarView* owner_;
Dlocation_icon_view.h12 class LocationBarView; variable
22 explicit LocationIconView(LocationBarView* location_bar);
Dev_bubble_view.h12 class LocationBarView; variable
24 LocationBarView* location_bar);
Dlocation_bar_view.h65 class LocationBarView : public LocationBar,
110 LocationBarView(Profile* profile,
115 virtual ~LocationBarView();
415 DISALLOW_IMPLICIT_CONSTRUCTORS(LocationBarView);
Dev_bubble_view.cc10 LocationBarView* location_bar) in EVBubbleView()
Dlocation_icon_view.cc11 LocationIconView::LocationIconView(LocationBarView* location_bar) in LocationIconView()
Dclick_handler.cc14 LocationBarView* location_bar) in ClickHandler()
/external/chromium/chrome/browser/ui/views/
Daccessible_pane_view.cc64 if (initial_focus->GetClassName() == LocationBarView::kViewClassName) { in SetPaneFocus()
65 static_cast<LocationBarView*>(initial_focus)->FocusLocation(true); in SetPaneFocus()
109 focused_view->GetClassName() == LocationBarView::kViewClassName) { in LocationBarSelectAll()
110 static_cast<LocationBarView*>(focused_view)->SelectAll(); in LocationBarSelectAll()
163 if ((focused_view->GetClassName() == LocationBarView::kViewClassName || in AcceleratorPressed()
215 if (focused_now->GetClassName() == LocationBarView::kViewClassName && in FocusWillChange()
Dreload_button.h15 class LocationBarView; variable
33 ReloadButton(LocationBarView* location_bar, Browser* Browser);
59 LocationBarView* location_bar_;
Dtoolbar_view.h41 public LocationBarView::Delegate,
87 LocationBarView* location_bar() const { return location_bar_; } in location_bar()
194 LocationBarView* location_bar_;
Dreload_button.cc19 ReloadButton::ReloadButton(LocationBarView* location_bar, Browser* browser) in ReloadButton()
Dtoolbar_view.cc154 location_bar_ = new LocationBarView(profile, browser_->command_updater(), in Init()
156 LocationBarView::POPUP : LocationBarView::NORMAL); in Init()
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_result_view.cc504 icon_bounds_.SetRect(LocationBarView::kEdgeItemPadding + in Layout()
506 0 : LocationBarView::kIconInternalPadding), in Layout()
509 int text_x = LocationBarView::kEdgeItemPadding + default_icon_size_ + in Layout()
510 LocationBarView::kItemPadding; in Layout()
513 std::max(bounds().width() - text_x - LocationBarView::kEdgeItemPadding, in Layout()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc404 LocationBarView* parent_view, in AutocompleteEditViewWin()
430 background_color_(skia::SkColorToCOLORREF(LocationBarView::GetColor( in AutocompleteEditViewWin()
431 ToolbarModel::NONE, LocationBarView::BACKGROUND))), in AutocompleteEditViewWin()
2203 cf.crTextColor = skia::SkColorToCOLORREF(LocationBarView::GetColor( in EmphasizeURLComponents()
2205 emphasize ? LocationBarView::DEEMPHASIZED_TEXT : LocationBarView::TEXT)); in EmphasizeURLComponents()
2214 cf.crTextColor = skia::SkColorToCOLORREF(LocationBarView::GetColor( in EmphasizeURLComponents()
2215 security_level_, LocationBarView::TEXT)); in EmphasizeURLComponents()
2228 cf.crTextColor = skia::SkColorToCOLORREF(LocationBarView::GetColor( in EmphasizeURLComponents()
2229 security_level_, LocationBarView::SECURITY_TEXT)); in EmphasizeURLComponents()
2323 paint.setColor(LocationBarView::GetColor(security_level_, in DrawSlashForInsecureScheme()
[all …]
Dautocomplete_edit_view_win.h38 class LocationBarView; variable
68 LocationBarView* parent_view,
432 LocationBarView* parent_view_;
/external/chromium/chrome/browser/ui/
Dbrowser_window.h348 class LocationBarView; variable
364 virtual LocationBarView* GetLocationBarView() const = 0;
/external/chromium/chrome/browser/chromeos/frame/
Ddom_browser_view.cc67 LocationBarView* DOMBrowserView::GetLocationBarView() const { in GetLocationBarView()
Ddom_browser_view.h46 virtual LocationBarView* GetLocationBarView() const OVERRIDE;
/external/chromium/chrome/browser/ui/views/extensions/
Dextension_installed_bubble.cc324 LocationBarView* location_bar_view = browser_view->GetLocationBarView(); in ShowInternal()
331 LocationBarView* location_bar_view = browser_view->GetLocationBarView(); in ShowInternal()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.h52 class LocationBarView; variable
315 virtual LocationBarView* GetLocationBarView() const OVERRIDE;

12