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

12

  /external/chromium_org/google_apis/gcm/engine/
mcs_client.cc 81 std::string app_id() const { return app_id_; }
86 const std::string app_id_; member in class:gcm::CollapseKey
92 app_id_(message.category()),
99 return !token_.empty() && !app_id_.empty();
105 if (app_id_ != right.app_id())
106 return app_id_ < right.app_id();
    [all...]
  /external/chromium_org/google_apis/drive/
drive_api_requests.h 110 const std::string& app_id() const { return app_id_; }
111 void set_app_id(const std::string& app_id) { app_id_ = app_id; }
123 std::string app_id_; member in class:google_apis::drive::FilesAuthorizeRequest
568 const std::string& app_id() const { return app_id_; }
569 void set_app_id(const std::string& app_id) { app_id_ = app_id; }
578 std::string app_id_; member in class:google_apis::drive::AppsDeleteRequest
gdata_wapi_parser.h 85 const std::string& app_id() const { return app_id_; }
93 void set_app_id(const std::string& app_id) { app_id_ = app_id; }
111 std::string app_id_; member in class:google_apis::Link
  /external/chromium_org/ash/shelf/
shelf_view_unittest.cc 247 // Use |app_id_| member variable because returning a reference to local
249 app_id_ = base::IntToString(id);
250 return app_id_;
281 std::string app_id_; member in class:ash::test::TestShelfDelegateForShelfView
    [all...]

Completed in 507 milliseconds

12