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

  /external/chromium_org/apps/
shell_window_registry.h 29 // The ShellWindowRegistry tracks the ShellWindows for all platform apps for a
36 class ShellWindowRegistry : public BrowserContextKeyedService {
55 explicit ShellWindowRegistry(Profile* profile);
56 virtual ~ShellWindowRegistry();
59 // a convenience wrapper around ShellWindowRegistry::Factory::GetForProfile.
60 static ShellWindowRegistry* Get(Profile* profile);
112 static ShellWindowRegistry* GetForProfile(Profile* profile, bool create);
shell_window_registry.cc 28 const apps::ShellWindowRegistry* registry,
48 ShellWindowRegistry::ShellWindowRegistry(Profile* profile)
51 &ShellWindowRegistry::OnDevToolsStateChanged,
57 ShellWindowRegistry::~ShellWindowRegistry() {
63 ShellWindowRegistry* ShellWindowRegistry::Get(Profile* profile) {
67 void ShellWindowRegistry::AddShellWindow(ShellWindow* shell_window) {
72 void ShellWindowRegistry::ShellWindowIconChanged(ShellWindow* shell_window)
    [all...]

Completed in 217 milliseconds