Searched defs:Activate (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/remoting/host/
H A Dcurtain_mode_win.cc19 virtual bool Activate() OVERRIDE;
28 bool CurtainModeWin::Activate() { function in class:remoting::CurtainModeWin
H A Dcurtain_mode_linux.cc21 virtual bool Activate() OVERRIDE;
33 bool CurtainModeLinux::Activate() { function in class:remoting::CurtainModeLinux
H A Dcurtain_mode_mac.cc93 // Activate curtain asynchronously since it has to be done on the UI thread.
232 virtual bool Activate() OVERRIDE;
253 bool CurtainModeMac::Activate() { function in class:remoting::CurtainModeMac
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dtracker_id_set.cc48 void TrackerIDSet::Activate(int64 tracker_id) { function in class:sync_file_system::drive_backend::TrackerIDSet
/external/chromium_org/chromeos/network/
H A Dnetwork_activation_handler.cc23 void NetworkActivationHandler::Activate( function in class:chromeos::NetworkActivationHandler
/external/chromium_org/content/browser/devtools/
H A Dforwarding_agent_host.cc50 bool ForwardingAgentHost::Activate() { function in class:content::ForwardingAgentHost
H A Dembedded_worker_devtools_agent_host.cc88 bool EmbeddedWorkerDevToolsAgentHost::Activate() { function in class:content::EmbeddedWorkerDevToolsAgentHost
/external/chromium_org/content/browser/mojo/
H A Dmojo_application_host.cc50 bool MojoApplicationHost::Activate(IPC::Sender* sender, function in class:content::MojoApplicationHost
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DWaitUntilObserver.h23 Activate, enumerator in enum:blink::FINAL::EventType
/external/chromium_org/tools/cr/cr/base/
H A Dplatform.py42 def Activate(self): member in class:Platform
43 super(Platform, self).Activate()
/external/chromium_org/ash/wm/
H A Doverlay_event_filter.cc58 void OverlayEventFilter::Activate(Delegate* delegate) { function in class:ash::OverlayEventFilter
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views_win.cc152 void ChromeNativeAppWindowViewsWin::Activate() { function in class:ChromeNativeAppWindowViewsWin
154 ChromeNativeAppWindowViews::Activate();
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
H A Dwebdriver_tab_backend.py28 def Activate(self): member in class:WebDriverTabBackend
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dtab.py52 def Activate(self): member in class:Tab
/external/chromium_org/win8/metro_driver/
H A Dchrome_url_launch_handler.cc135 void ChromeUrlLaunchHandler::Activate( function in class:ChromeUrlLaunchHandler
149 DVLOG(1) << "Activate: ActivationKind_Launch";
157 DVLOG(1) << "Activate: ActivationKind_Search";
167 DVLOG(1) << "Activate: ActivationKind_Protocol";
171 DVLOG(1) << "Activate: Unhandled mode: " << activation_kind;
/external/chromium_org/ui/app_list/
H A Dapp_list_item.cc68 void AppListItem::Activate(int event_flags) { function in class:app_list::AppListItem
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.cc232 bool DevToolsTargetImpl::Activate() const { function in class:DevToolsTargetImpl
233 return agent_host_->Activate();
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_item.cc307 void ExtensionAppItem::Activate(int event_flags) { function in class:ExtensionAppItem
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dapp_shortcut_launcher_item_controller.cc104 bool AppShortcutLauncherItemController::Activate(ash::LaunchSource source) { function in class:AppShortcutLauncherItemController
202 return Activate(ash::LAUNCH_FROM_UNKNOWN);
H A Dapp_window_launcher_item_controller.cc137 bool AppWindowLauncherItemController::Activate(ash::LaunchSource source) { function in class:AppWindowLauncherItemController
141 window_to_activate->GetBaseWindow()->Activate();
H A Dbrowser_shortcut_launcher_item_controller.cc149 bool BrowserShortcutLauncherItemController::Activate(ash::LaunchSource source) { function in class:BrowserShortcutLauncherItemController
237 return Activate(ash::LAUNCH_FROM_UNKNOWN);
334 browser->window()->Activate();
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_action_view.cc196 bool BrowserActionView::Activate() { function in class:BrowserActionView
/external/chromium_org/content/shell/browser/
H A Dshell_devtools_delegate.cc149 virtual bool Activate() const OVERRIDE;
169 bool Target::Activate() const { function in class:__anon7866::Target
170 return agent_host_->Activate();
H A Dshell_devtools_frontend.cc88 void ShellDevToolsFrontend::Activate() { function in class:content::ShellDevToolsFrontend
/external/chromium_org/tools/cr/cr/
H A Dplugin.py170 def Activate(self): member in class:Plugin
323 plugin.Activate()
327 def Activate(): function

Completed in 6167 milliseconds

123