HomeSort by relevance Sort by last modified time
    Searched defs:AppWindowRegistry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/app_window/
app_window_registry.h 30 // The AppWindowRegistry tracks the AppWindows for all platform apps for a
32 class AppWindowRegistry : public KeyedService {
57 explicit AppWindowRegistry(content::BrowserContext* context);
58 virtual ~AppWindowRegistry();
62 // AppWindowRegistry::Factory::GetForBrowserContext().
63 static AppWindowRegistry* Get(content::BrowserContext* context);
105 static AppWindowRegistry* GetForBrowserContext(
app_window_registry.cc 32 const AppWindowRegistry* registry,
50 void AppWindowRegistry::Observer::OnAppWindowAdded(AppWindow* app_window) {
53 void AppWindowRegistry::Observer::OnAppWindowIconChanged(
57 void AppWindowRegistry::Observer::OnAppWindowRemoved(AppWindow* app_window) {
60 void AppWindowRegistry::Observer::OnAppWindowHidden(AppWindow* app_window) {
63 void AppWindowRegistry::Observer::OnAppWindowShown(AppWindow* app_window) {
66 AppWindowRegistry::Observer::~Observer() {
69 AppWindowRegistry::AppWindowRegistry(content::BrowserContext* context)
71 devtools_callback_(base::Bind(&AppWindowRegistry::OnDevToolsStateChanged
    [all...]

Completed in 383 milliseconds