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

  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 58 views::Widget* popup_; member in class:__anon4652::DownloadStartedAnimationWin
79 popup_(NULL),
108 popup_ = views::Widget::CreateWidget(params);
109 popup_->SetOpacity(0x00);
110 popup_->Init(tab_contents_->GetNativeView(), rc);
111 popup_->SetContentsView(this);
113 popup_->Show();
127 popup_->SetBounds(gfx::Rect(
148 popup_->Close();
161 popup_->SetOpacity
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 57 GtkWidget* popup_; member in class:__anon4557::DownloadStartedAnimationGtk
109 popup_ = gtk_window_new(GTK_WINDOW_POPUP);
111 gtk_container_add(GTK_CONTAINER(popup_), image);
120 gtk_widget_shape_combine_mask(popup_, mask, 0, 0);
124 gtk_widget_show_all(popup_);
126 gtk_window_present(GTK_WINDOW(popup_));
140 gtk_window_move(GTK_WINDOW(popup_),
160 gtk_widget_destroy(popup_);
178 gtk_window_set_opacity(GTK_WINDOW(popup_), opacity);
  /external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.cc 32 : popup_(NULL) {
77 popup_ = views::Widget::CreateWidget(params);
78 popup_->SetOpacity(0xCC);
79 popup_->Init(tab_contents->GetNativeView(), rc);
80 popup_->SetContentsView(this);
82 popup_->Show();
99 if (!popup_)
112 popup_->SetBounds(gfx::Rect(x, y, size.width(), size.height()));
149 if (!popup_) {
155 popup_->Close()
    [all...]
fullscreen_exit_bubble.cc 122 popup_(NULL),
138 popup_ = views::Widget::CreateWidget(params);
139 popup_->SetOpacity(static_cast<unsigned char>(0xff * kOpacity));
140 popup_->Init(frame->GetNativeView(), GetPopupRect(false));
141 popup_->SetContentsView(view_);
142 popup_->Show(); // This does not activate the popup.
165 popup_->Close();
166 MessageLoop::current()->DeleteSoon(FROM_HERE, popup_);
177 popup_->Hide();
179 popup_->SetBounds(popup_rect)
    [all...]
status_bubble_views.cc 82 popup_(popup),
165 views::Widget* popup_; member in class:StatusBubbleViews::StatusView
199 popup_->Show();
209 popup_->Hide();
281 popup_->Show();
311 popup_->SetOpacity(static_cast<unsigned char>(opacity * 255));
325 popup_->Hide();
346 gfx::Rect popup_bounds = popup_->GetWindowScreenBounds();
544 popup_(NULL),
556 if (popup_.get()
    [all...]
theme_install_bubble_view.h 65 views::Widget* popup_; member in class:ThemeInstallBubbleView
browser_bubble.h 96 gfx::NativeView native_view() const { return popup_->GetNativeView(); }
112 views::Widget* popup_; member in class:BrowserBubble
browser_bubble_gtk.cc 122 popup_ = pop;
130 views::WidgetGtk* pop = static_cast<views::WidgetGtk*>(popup_);
137 static_cast<BubbleWidget*>(popup_)->ShowAndActivate(activate);
144 views::WidgetGtk* pop = static_cast<views::WidgetGtk*>(popup_);
151 static_cast<BubbleWidget*>(popup_)->border_contents();
browser_bubble_win.cc 109 // popup_ is a Widget, but we need to do some WidgetWin stuff first, then
110 // we'll assign it into popup_.
121 popup_ = pop;
129 views::WidgetWin* pop = static_cast<views::WidgetWin*>(popup_);
136 BubbleWidget* pop = static_cast<BubbleWidget*>(popup_);
144 views::WidgetWin* pop = static_cast<views::WidgetWin*>(popup_);
151 static_cast<BubbleWidget*>(popup_)->border_widget();
fullscreen_exit_bubble.h 76 views::Widget* popup_; member in class:FullscreenExitBubble
status_bubble_views.h 114 scoped_ptr<views::Widget> popup_; member in class:StatusBubbleViews
browser_actions_container.cc 352 popup_(NULL),
491 bool same_showing = popup_ && button == popup_button_;
512 popup_ = ExtensionPopup::Show(button->GetPopupUrl(), browser_, rect,
794 DCHECK_EQ(popup_, popup);
795 popup_ = NULL;
811 if (popup_)
812 popup_->Close();
    [all...]
browser_bubble.cc 56 popup_->Close();
browser_actions_container.h 378 ExtensionPopup* TestGetPopup() { return popup_; }
477 ExtensionPopup* popup_; member in class:BrowserActionsContainer
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 29 popup_(NULL) {
52 if (popup_)
73 bool popup_showing = popup_ != NULL;
90 popup_ = ExtensionPopup::Show(
238 DCHECK_EQ(popup_, popup);
240 popup_ = NULL;
244 if (popup_)
245 popup_->Close();
page_action_image_view.h 110 ExtensionPopup* popup_; member in class:PageActionImageView
  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc 49 popup_(NULL),
69 popup_ = views::Widget::CreateWidget(params);
70 if (!popup_) {
76 popup_->Init(NULL, pos);
78 views::RootView* root_view = popup_->GetRootView();
198 popup_->SetBounds(pos);
201 SetToastRegion(popup_->GetNativeView(),
206 process_singleton->Lock(popup_->GetNativeView());
207 popup_->Show();
254 popup_->Close()
    [all...]
try_chrome_dialog_view.h 99 // We don't own any of these pointers. The |popup_| owns itself and owns the
101 views::Widget* popup_; member in class:TryChromeDialogView
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc 71 popup_(NULL),
94 popup_->set_profile(profile);
170 } else if (popup_->IsOpen()) {
215 if (user_input_in_progress() && popup_->IsOpen()) {
274 if (view_->DeleteAtEndPressed() || (popup_->selected_line() != 0) ||
386 popup_->SetHoveredLine(AutocompletePopupModel::kNoMatch);
400 if (popup_->IsOpen() && update_instant_) {
489 if (popup_->IsOpen()) {
492 popup_->selected_line(), 0, result());
543 if (instant && !popup_->IsOpen()
    [all...]
autocomplete_popup_view_mac.h 122 // Create the popup_ instance if needed.
144 scoped_nsobject<NSWindow> popup_; member in class:AutocompletePopupViewMac
autocomplete_edit.h 113 popup_ = popup_model;
118 AutocompletePopupModel* popup_model() const { return popup_; }
444 AutocompletePopupModel* popup_; member in class:AutocompleteEditModel
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 227 // We don't need to do anything with |popup_| here. The OS either has already
265 return (popup_ != NULL);
275 if (popup_ != NULL) {
281 popup_->Close(); // This will eventually delete the popup.
282 popup_.reset();
329 if (popup_ == NULL) {
331 popup_ = (new AutocompletePopupClass)->AsWeakPtr();
335 popup_->SetCreateParams(params);
336 popup_->Init(location_bar_->GetWidget()->GetNativeView(), GetPopupBounds());
337 popup_->SetContentsView(this)
    [all...]
autocomplete_popup_contents_view.h 152 base::WeakPtr<AutocompletePopupClass> popup_; member in class:AutocompletePopupContentsView
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 200 popup_(NULL),
210 popup_ = views::Widget::CreateWidget(params);
211 popup_->SetOpacity(0x00);
212 popup_->Init(NULL, info.GetPopupRect());
213 popup_->SetContentsView(new DockView(info.type()));
218 popup_->Show();
222 popup_view_ = popup_->GetNativeView();
252 if (!popup_) {
268 static_cast<views::WidgetWin*>(popup_)->Close();
278 static_cast<views::WidgetWin*>(popup_)->SetOpacity
291 views::Widget* popup_; member in class:DraggedTabController::DockDisplayer
    [all...]

Completed in 475 milliseconds