Searched refs:popup_ (Results 1 - 17 of 17) sorted by relevance

/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/omnibox/
H A Domnibox_controller.cc77 popup_(NULL),
89 popup_->SetHoveredLine(OmniboxPopupModel::kNoMatch);
97 const bool was_open = popup_->IsOpen();
109 popup_->OnResultChanged();
114 popup_->OnResultChanged();
117 if (!popup_->IsOpen() && was_open) {
145 if (popup_->IsOpen() &&
146 popup_->selected_line_state() == OmniboxPopupModel::KEYWORD)
147 popup_->SetSelectedLineState(OmniboxPopupModel::NORMAL);
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/
H A Dfullscreen_exit_bubble_views.cc264 popup_(NULL),
281 popup_ = new views::Widget;
287 popup_->Init(params);
289 popup_->SetContentsView(view_);
294 popup_->GetRootView()->SetLayoutManager(NULL);
296 popup_->ShowInactive(); // This does not activate the popup.
298 popup_->AddObserver(this);
310 popup_->RemoveObserver(this);
321 popup_->Close();
322 base::MessageLoop::current()->DeleteSoon(FROM_HERE, popup_);
[all...]
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...]
H A Dstatus_bubble_views.h67 views::Widget* popup() { return popup_.get(); }
132 scoped_ptr<views::Widget> popup_; member in class:StatusBubbleViews
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
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_action_view_controller.cc46 popup_(NULL),
82 if (popup_)
160 DCHECK(popup_);
161 DCHECK_EQ(popup_->GetWidget(), widget);
246 bool already_showing = popup_ != NULL;
264 popup_ = ExtensionPopup::ShowPopup(
266 popup_->GetWidget()->AddObserver(this);
307 DCHECK(popup_);
309 popup_->GetWidget()->RemoveObserver(this);
311 popup_
[all...]
H A Dextension_action_view_controller.h97 ExtensionPopup* popup() { return popup_; }
166 ExtensionPopup* popup_; member in class:ExtensionActionViewController
/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/views/omnibox/
H A Domnibox_popup_contents_view.cc91 // We don't need to do anything with |popup_| here. The OS either has already
134 return popup_ != NULL;
153 if (popup_ != NULL) {
160 popup_->Close(); // This will eventually delete the popup.
161 popup_.reset();
199 if (popup_ == NULL) {
203 popup_ = (new AutocompletePopupWidget)->AsWeakPtr();
209 popup_->Init(params);
215 if (!popup_.get())
218 popup_
[all...]
H A Domnibox_popup_contents_view.h146 base::WeakPtr<AutocompletePopupWidget> popup_; member in class:OmniboxPopupContentsView
/external/chromium_org/chrome/browser/first_run/
H A Dtry_chrome_dialog_view.cc68 popup_(NULL),
91 popup_ = new views::Widget;
92 popup_->Init(params);
94 views::View* root_view = popup_->GetRootView();
278 popup_->SetBounds(pos);
282 toast_window = popup_->GetNativeView()->GetHost()->GetAcceleratedWidget();
286 popup_->Show();
288 listener.Run(popup_->GetNativeView());
361 popup_->Close();
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/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/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/views/link_disambiguation/
H A Dlink_disambiguation_popup.cc44 LinkDisambiguationPopup* popup_; member in class:LinkDisambiguationPopup::ZoomBubbleView
63 popup_(popup),
139 popup_->InvalidateBubbleView();

Completed in 2543 milliseconds