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

  /external/chromium_org/chrome/browser/drive/
fake_drive_service.cc 231 app_info_value_.reset(
233 return app_info_value_;
258 CHECK(app_info_value_->GetListWithoutPathExpansion("items", &item_list));
264 CHECK(app_info_value_->GetListWithoutPathExpansion("items", &item_list));
280 CHECK(app_info_value_->GetListWithoutPathExpansion("items", &item_list));
586 DCHECK(app_info_value_);
599 scoped_ptr<AppList> app_list(AppList::CreateFrom(*app_info_value_));
    [all...]
fake_drive_service.h 352 scoped_ptr<base::DictionaryValue> app_info_value_; member in class:drive::FakeDriveService

Completed in 659 milliseconds