HomeSort by relevance Sort by last modified time
    Searched defs:OriginChipView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/location_bar/
origin_chip_view.h 37 class OriginChipView : public views::LabelButton,
41 OriginChipView(LocationBarView* location_bar_view,
44 virtual ~OriginChipView();
111 DISALLOW_COPY_AND_ASSIGN(OriginChipView);
origin_chip_view.cc 95 // OriginChipView -------------------------------------------------------------
138 OriginChipView::OriginChipView(LocationBarView* location_bar_view,
182 OriginChipView::~OriginChipView() {
189 void OriginChipView::OnChanged() {
257 void OriginChipView::FadeIn() {
261 void OriginChipView::CancelFade() {
265 int OriginChipView::HostLabelOffset() const {
269 int OriginChipView::WidthFromStartOfLabels() const
    [all...]

Completed in 54 milliseconds