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

  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser.h 199 bool supports_create() const { return supports_create_; } function in class:google_apis::AppResource
256 void set_supports_create(bool supports_create) {
257 supports_create_ = supports_create;
gdata_wapi_parser.h 706 bool supports_create() const { return supports_create_; } function in class:google_apis::InstalledApp
761 void set_supports_create(bool supports_create) {
762 supports_create_ = supports_create;

Completed in 3436 milliseconds