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

  /external/chromium_org/chrome/browser/apps/app_shim/
app_shim_handler_mac.h 33 virtual std::string GetAppId() const = 0;
app_shim_host_mac.h 75 virtual std::string GetAppId() const OVERRIDE;
app_shim_host_mac_unittest.cc 131 implicit_cast<apps::AppShimHandler::Host*>(host())->GetAppId());
160 implicit_cast<apps::AppShimHandler::Host*>(host())->GetAppId());
extension_app_shim_handler_mac.cc 317 const std::string& app_id = host->GetAppId();
364 const std::string& app_id = host->GetAppId();
443 delegate_->GetWindows(profile, host->GetAppId());
452 delegate_->GetAppExtension(profile, host->GetAppId());
466 SetAppHidden(profile, host->GetAppId(), hidden);
473 const std::string& app_id = host->GetAppId();
app_shim_host_mac.cc 39 std::string AppShimHost::GetAppId() const {
extension_app_shim_handler_mac_unittest.cc 128 virtual std::string GetAppId() const OVERRIDE { return app_id_; }

Completed in 196 milliseconds