Home
last modified time | relevance | path

Searched refs:RemoveShellWindow (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/apps/
Dshell_window_registry.h61 void RemoveShellWindow(apps::ShellWindow* shell_window);
Dshell_window_registry.cc83 void ShellWindowRegistry::RemoveShellWindow(ShellWindow* shell_window) { in RemoveShellWindow() function in apps::ShellWindowRegistry
Dshell_window.cc356 ShellWindowRegistry::Get(profile_)->RemoveShellWindow(this); in OnNativeClose()