HomeSort by relevance Sort by last modified time
    Searched refs:app_id_ (Results 26 - 36 of 36) sorted by null

12

  /external/chromium/chrome/browser/
jumplist_win.h 174 std::wstring app_id_; member in class:JumpList
jumplist_win.cc 500 : app_id_(app_id),
512 std::wstring app_id_; member in class:__anon4673::JumpListUpdateTask
566 UpdateJumpList(app_id_.c_str(), most_visited_pages_, recently_closed_pages_);
603 app_id_ = ShellIntegration::GetChromiumAppId(profile->GetPath());
775 new JumpListUpdateTask(app_id_.c_str(), icon_dir_, most_visited_pages_,
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_result.h 83 const std::string app_id_; member in class:app_list::AppResult
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser.h 92 const std::string& app_id() const { return app_id_; }
100 void set_app_id(const std::string& app_id) { app_id_ = app_id; }
118 std::string app_id_; member in class:google_apis::Link
700 const std::string& app_id() const { return app_id_; }
756 void set_app_id(const std::string& app_id) { app_id_ = app_id; }
793 std::string app_id_; member in class:google_apis::InstalledApp
gdata_wapi_requests.cc 439 app_id_(app_id) {
464 xml_writer.WriteElement("docs:authorizedApp", app_id_);
gdata_wapi_requests.h 303 const std::string app_id_; member in class:google_apis::AuthorizeAppRequest
gdata_wapi_parser.cc 342 &Link::app_id_,
981 &InstalledApp::app_id_);
    [all...]
  /external/chromium/chrome/browser/net/
chrome_url_request_context.cc 80 app_id_(app_id),
86 main_request_context_getter_->GetIOContext(), app_id_);
91 const std::string app_id_; member in class:__anon4690::FactoryForIsolatedApp
  /external/chromium_org/chrome/browser/
jumplist_win.h 230 std::wstring app_id_; member in class:JumpList
jumplist_win.cc 496 app_id_ = ShellIntegration::GetChromiumModelIdForProfile(profile->GetPath());
753 UpdateJumpList(app_id_.c_str(), local_most_visited_pages,
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac_unittest.cc 95 app_id_(app_id),
108 virtual std::string GetAppId() const OVERRIDE { return app_id_; }
114 std::string app_id_; member in class:apps::FakeHost

Completed in 172 milliseconds

12