Searched refs:Activate (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium/chrome/browser/instant/
H A Dinstant_unload_handler.h34 void Activate(TabContentsDelegateImpl* delegate);
H A Dinstant_unload_handler.cc43 handler_->Activate(this);
110 void InstantUnloadHandler::Activate(TabContentsDelegateImpl* delegate) { function in class:InstantUnloadHandler
/external/chromium/chrome/browser/chromeos/
H A Dwebui_menu_control.h26 ACTIVATE_NO_CLOSE, // Activate the command without closing menu.
35 virtual void Activate(ui::MenuModel* model,
/external/chromium/chrome/browser/chromeos/status/
H A Dstatus_area_button.h33 virtual bool Activate() OVERRIDE;
H A Dstatus_area_button.cc78 bool StatusAreaButton::Activate() { function in class:chromeos::StatusAreaButton
80 return views::MenuButton::Activate();
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc26 tab_contents_->Activate();
/external/chromium/chrome/browser/printing/
H A Dprint_preview_tab_controller_unittest.cc41 // Activate initiator_tab.
42 initiator_tab->Activate();
106 // Activate |tab_contents_1| tab.
107 tab_contents_1->Activate();
H A Dprint_preview_tab_controller.cc53 preview_tab->Activate();
176 preview_tab->tab_contents()->Activate();
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_frame_win.cc149 void BrowserFrameWin::Activate() { function in class:BrowserFrameWin
152 // remote desktop will be activated. However, WindowWin::Activate will still
158 WindowWin::Activate();
H A Dbrowser_frame_win.h58 virtual void Activate() OVERRIDE;
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_browser_view.cc148 Activate();
/external/chromium/chrome/browser/debugger/
H A Ddevtools_window.h46 void Activate();
H A Ddevtools_window.cc176 void DevToolsWindow::Activate() { function in class:DevToolsWindow
179 browser_->window()->Activate();
/external/chromium/chrome/browser/ui/views/
H A Djs_modal_dialog_views.cc53 window()->Activate();
H A Dconstrained_window_views.cc598 GetWindow()->Activate();
631 GetWindow()->Activate();
/external/chromium/chrome/browser/notifications/
H A Dballoon_host.h104 virtual void Activate() {} function in class:BalloonHost
/external/chromium/chrome/browser/tab_contents/
H A Dbackground_contents.h113 virtual void Activate() {} function in class:BackgroundContents
/external/chromium/chrome/browser/ui/
H A Dbrowser_window.h72 virtual void Activate() = 0;
/external/chromium/chrome/browser/ui/cocoa/
H A Dbrowser_window_cocoa.h39 virtual void Activate();
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.h46 virtual void Activate();
H A Dpanel.cc53 void Panel::Activate() { function in class:Panel
/external/chromium/chrome/browser/
H A Dbrowser_focus_uitest.cc229 // of Activate() is not well defined and can vary by window manager.
250 browser()->window()->Activate();
255 browser2->window()->Activate();
290 // Activate the tab.
293 // Activate the location bar or the page.
303 // Activate the tab.
390 // On X11, calling Activate() is not guaranteed to move focus, so we have
413 // Activate the first browser.
414 focused_browser->window()->Activate();
/external/chromium/chrome/browser/chromeos/login/
H A Dnetwork_selection_view.cc103 // NetworkDropdownButton with custom Activate() behavior.
113 virtual bool Activate() { function in class:chromeos::NetworkControlReportOnActivate
115 return MenuButton::Activate();
/external/chromium/chrome/browser/extensions/
H A Dextension_host.h171 virtual void Activate();
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.h158 virtual void Activate() {} function in class:prerender::PrerenderContents

Completed in 292 milliseconds

123