Home
last modified time | relevance | path

Searched refs:ShellWindowActivated (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/apps/
Dshell_window_registry.h60 void ShellWindowActivated(apps::ShellWindow* shell_window);
Dshell_window_registry.cc79 void ShellWindowRegistry::ShellWindowActivated(ShellWindow* shell_window) { in ShellWindowActivated() function in apps::ShellWindowRegistry
Dshell_window.cc373 ShellWindowRegistry::Get(profile_)->ShellWindowActivated(this); in OnNativeWindowActivated()
/external/chromium_org/apps/app_shim/
Dextension_app_shim_handler_mac.cc285 ShellWindowRegistry::Get(profile)->ShellWindowActivated(shell_window); in RequestUserAttentionForWindow()