Searched defs:popup_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_account_chooser.h21 base::scoped_nsobject<MenuButton> popup_; variable
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_popup_view_mac.h59 // Create the popup_ instance if needed.
81 base::scoped_nsobject<NSWindow> popup_; member in class:OmniboxPopupViewMac
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_controller.h57 popup_ = popup_model;
62 OmniboxPopupModel* popup_model() const { return popup_; }
83 OmniboxPopupModel* popup_; member in class:OmniboxController
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_started_animation_views.cc45 views::Widget* popup_; member in class:__anon5246::DownloadStartedAnimationViews
60 popup_(NULL) {
75 popup_ = new views::Widget;
81 popup_->Init(params);
82 popup_->SetOpacity(0x00);
83 popup_->SetContentsView(this);
85 popup_->Show();
96 popup_->SetBounds(gfx::Rect(
105 popup_->Close();
118 popup_
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble_views.h40 // Repositions |popup_| if it is visible.
51 // Starts or stops polling the mouse location based on |popup_| and
88 views::Widget* popup_; member in class:FullscreenExitBubbleViews
H A Dstatus_bubble_views.h67 views::Widget* popup() { return popup_.get(); }
132 scoped_ptr<views::Widget> popup_; member in class:StatusBubbleViews
H A Dstatus_bubble_views.cc179 views::Widget* popup_; member in class:StatusBubbleViews::StatusView
196 popup_(popup),
225 popup_->ShowInactive();
234 popup_->Hide();
293 popup_->Hide();
308 popup_->ShowInactive();
332 popup_->SetOpacity(static_cast<unsigned char>(opacity * 255));
345 popup_->Hide();
359 gfx::Rect popup_bounds = popup_->GetWindowBoundsInScreen();
564 if (popup_
[all...]
/external/chromium_org/chrome/browser/first_run/
H A Dtry_chrome_dialog_view.h117 // We don't own any of these pointers. The |popup_| owns itself and owns the
119 views::Widget* popup_; member in class:TryChromeDialogView
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.h146 base::WeakPtr<AutocompletePopupWidget> popup_; member in class:OmniboxPopupContentsView
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_action_view_controller.h97 ExtensionPopup* popup() { return popup_; }
166 ExtensionPopup* popup_; member in class:ExtensionActionViewController
/external/chromium_org/chrome/browser/ui/ash/
H A Dwindow_positioner_unittest.cc66 aura::Window* popup() { return popup_.get(); }
84 scoped_ptr<aura::Window> popup_; member in class:ash::test::WindowPositionerTest
105 popup_.reset(CreateTestWindowInShellWithId(1));
106 popup_->SetBounds(gfx::Rect(16, 32, 128, 256));
116 browser_popup_.reset(new TestBrowserWindowAura(popup_.get()));
139 popup_.reset(NULL);
/external/chromium_org/chrome/browser/ui/views/link_disambiguation/
H A Dlink_disambiguation_popup.cc44 LinkDisambiguationPopup* popup_; member in class:LinkDisambiguationPopup::ZoomBubbleView
63 popup_(popup),
139 popup_->InvalidateBubbleView();

Completed in 207 milliseconds