Home
last modified time | relevance | path

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

/external/chromium_org/apps/
Dapp_window_registry.h69 void RemoveAppWindow(apps::AppWindow* app_window);
Dapp_window_registry.cc107 void AppWindowRegistry::RemoveAppWindow(AppWindow* app_window) { in RemoveAppWindow() function in apps::AppWindowRegistry
Dapp_window.cc499 AppWindowRegistry::Get(browser_context_)->RemoveAppWindow(this); in OnNativeClose()