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

  /external/chromium_org/google_apis/drive/
drive_api_parser.h 175 bool supports_import() const { return supports_import_; } function in class:google_apis::AppResource
232 void set_supports_import(bool supports_import) {
233 supports_import_ = supports_import;
drive_api_parser_unittest.cc 53 EXPECT_TRUE(app1.supports_import());
91 EXPECT_FALSE(app2.supports_import());

Completed in 27 milliseconds