HomeSort by relevance Sort by last modified time
    Searched refs:AppShimHandler (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/apps/app_shim/
app_shim_handler_mac.h 20 class AppShimHandler {
43 AppShimHandler* handler);
51 static AppShimHandler* GetForAppMode(const std::string& app_mode_id);
55 static void SetDefaultHandler(AppShimHandler* handler);
87 AppShimHandler() {}
88 virtual ~AppShimHandler() {}
app_shim_handler_mac.cc 41 AppShimHandler* GetForAppMode(const std::string& app_mode_id) const {
49 bool SetForAppMode(const std::string& app_mode_id, AppShimHandler* handler) {
57 void SetDefaultHandler(AppShimHandler* handler) {
74 typedef std::map<std::string, AppShimHandler*> HandlerMap;
99 AppShimHandler* default_handler_;
109 void AppShimHandler::RegisterHandler(const std::string& app_mode_id,
110 AppShimHandler* handler) {
116 void AppShimHandler::RemoveHandler(const std::string& app_mode_id) {
121 AppShimHandler* AppShimHandler::GetForAppMode(const std::string& app_mode_id)
    [all...]
app_shim_host_mac.cc 19 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_);
79 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_);
89 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_);
96 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_);
103 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_)
    [all...]
app_shim_host_mac_unittest.cc 52 public apps::AppShimHandler {
128 apps::AppShimHandler::RegisterHandler(kTestAppId, this);
131 implicit_cast<apps::AppShimHandler::Host*>(host())->GetAppId());
139 implicit_cast<apps::AppShimHandler::Host*>(host())->
153 apps::AppShimHandler::RemoveHandler(kTestAppId);
157 apps::AppShimHandler::RegisterHandler(kTestAppId, this);
160 implicit_cast<apps::AppShimHandler::Host*>(host())->GetAppId());
166 apps::AppShimHandler::RemoveHandler(kTestAppId);
170 apps::AppShimHandler::RegisterHandler(kTestAppId, this);
174 apps::AppShimHandler::RemoveHandler(kTestAppId)
    [all...]
extension_app_shim_handler_mac.h 40 class ExtensionAppShimHandler : public AppShimHandler,
73 AppShimHandler::Host* FindHost(Profile* profile, const std::string& app_id);
85 // AppShimHandler overrides:
111 typedef std::map<std::pair<Profile*, std::string>, AppShimHandler::Host*>
app_shim_host_mac.h 30 public apps::AppShimHandler::Host,
68 // apps::AppShimHandler::Host overrides:
extension_app_shim_handler_mac_unittest.cc 92 AppShimHandler::Host* FindHost(Profile* profile,
107 class FakeHost : public apps::AppShimHandler::Host {
191 void NormalLaunch(AppShimHandler::Host* host) {
197 void RegisterOnlyLaunch(AppShimHandler::Host* host) {
extension_app_shim_handler_mac.cc 204 AppShimHandler::MaybeTerminate();
222 AppShimHandler::Host* ExtensionAppShimHandler::FindHost(
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_mac.h 29 public apps::AppShimHandler {
67 // AppShimHandler overrides:
68 virtual void OnShimLaunch(apps::AppShimHandler::Host* host,
71 virtual void OnShimClose(apps::AppShimHandler::Host* host) OVERRIDE;
72 virtual void OnShimFocus(apps::AppShimHandler::Host* host,
75 virtual void OnShimSetHidden(apps::AppShimHandler::Host* host,
77 virtual void OnShimQuit(apps::AppShimHandler::Host* host) OVERRIDE;

Completed in 193 milliseconds