HomeSort by relevance Sort by last modified time
    Searched refs:bubble_type (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
first_run_bubble.h 32 FirstRun::BubbleType bubble_type);
49 FirstRun::BubbleType bubble_type);
first_run_bubble.cc 42 FirstRun::BubbleType bubble_type) {
43 new FirstRunBubble(profile, anchor, rect, bubble_type);
76 FirstRun::BubbleType bubble_type)
88 if (bubble_type == FirstRun::LARGE_BUBBLE) {
91 } else if (bubble_type == FirstRun::OEM_BUBBLE) {
94 } else if (bubble_type == FirstRun::MINIMAL_BUBBLE) {
location_bar_view_gtk.h 111 virtual void ShowFirstRunBubble(FirstRun::BubbleType bubble_type);
346 void ShowFirstRunBubbleInternal(FirstRun::BubbleType bubble_type);
location_bar_view_gtk.cc 576 void LocationBarViewGtk::ShowFirstRunBubble(FirstRun::BubbleType bubble_type) {
580 &LocationBarViewGtk::ShowFirstRunBubbleInternal, bubble_type);
    [all...]
  /external/chromium/chrome/browser/ui/views/
first_run_bubble.h 23 FirstRun::BubbleType bubble_type);
first_run_bubble.cc 476 FirstRun::BubbleType bubble_type) {
480 switch (bubble_type) {
  /external/chromium/chrome/browser/ui/omnibox/
location_bar.h 33 virtual void ShowFirstRunBubble(FirstRun::BubbleType bubble_type) = 0;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 57 virtual void ShowFirstRunBubble(FirstRun::BubbleType bubble_type);
172 void ShowFirstRunBubbleInternal(FirstRun::BubbleType bubble_type);
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.h 229 virtual void ShowFirstRunBubble(FirstRun::BubbleType bubble_type) OVERRIDE;
324 void ShowFirstRunBubbleInternal(FirstRun::BubbleType bubble_type);
location_bar_view.cc     [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 438 FirstRun::BubbleType bubble_type = FirstRun::LARGE_BUBBLE; local
442 bubble_type = FirstRun::OEM_BUBBLE;
446 bubble_type = FirstRun::MINIMAL_BUBBLE;
450 window_->GetLocationBar()->ShowFirstRunBubble(bubble_type);
    [all...]

Completed in 222 milliseconds