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

  /external/chromium_org/ui/app_list/
app_list_item.h 57 bool IsInFolder() const { return !folder_id_.empty(); }
60 const std::string& folder_id() const { return folder_id_; }
115 void set_folder_id(const std::string& folder_id) { folder_id_ = folder_id; }
121 std::string folder_id_; // Id of containing folder; empty if top level item. member in class:app_list::AppListItem
  /external/chromium_org/google_apis/drive/
drive_api_requests.h 666 const std::string& folder_id() const { return folder_id_; }
668 folder_id_ = folder_id;
684 std::string folder_id_; member in class:google_apis::drive::ChildrenInsertRequest
709 const std::string& folder_id() const { return folder_id_; }
711 folder_id_ = folder_id;
722 std::string folder_id_; member in class:google_apis::drive::ChildrenDeleteRequest
    [all...]

Completed in 5249 milliseconds