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

  /external/chromium_org/chrome/browser/drive/
drive_app_registry.h 42 bool is_removable);
65 bool is_removable; member in struct:drive::DriveAppInfo
drive_app_registry.cc 65 bool is_removable)
72 is_removable(is_removable) {
182 app.is_removable());
drive_app_registry_unittest.cc 89 EXPECT_TRUE(apps[0].is_removable);
  /external/chromium_org/google_apis/drive/
drive_api_parser_unittest.cc 53 EXPECT_TRUE(app1.is_removable());
89 EXPECT_FALSE(app2.is_removable());
drive_api_parser.h 178 bool is_removable() const { return removable_; } function in class:google_apis::AppResource
  /external/chromium_org/components/storage_monitor/
storage_monitor_linux.cc 173 const bool is_removable = (value && atoi(value) == 1); local
176 if (is_removable) {
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_api.cc 539 metadata.is_removable = StorageInfo::IsRemovableDevice(gallery.device_id);
    [all...]

Completed in 150 milliseconds