Home | History | Annotate | Download | only in gtk

Lines Matching refs:toolbar_

89       : toolbar_(toolbar),
172 int tab_id = toolbar_->GetCurrentTabId();
197 toolbar_->GetCurrentTabId());
210 new ExtensionContextMenuModel(extension_, toolbar_->browser(), this);
223 if (toolbar_->overflow_menu_.get())
224 gtk_util::GrabAllInput(toolbar_->overflow_menu_->widget());
230 if (toolbar_->overflow_menu_.get())
231 toolbar_->overflow_menu_->Cancel();
239 int tab_id = toolbar_->GetCurrentTabId();
247 browser_action->GetPopupUrl(tab_id), toolbar_->browser(),
290 action->toolbar_->browser()->profile()->GetExtensionService();
292 action->toolbar_->browser()->profile(), action->extension_->id(),
293 action->toolbar_->browser());
299 int tab_id = button->toolbar_->GetCurrentTabId();
319 button->toolbar_->DragStarted(button, drag_context);
323 BrowserActionsToolbarGtk* toolbar_;