OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drive_apps_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/apps/drive/
drive_app_provider.cc
205
service_bridge_->GetAppRegistry()->GetAppList(&
drive_apps_
);
208
for (size_t i = 0; i <
drive_apps_
.size(); ++i)
209
current_ids.insert(
drive_apps_
[i].app_id);
220
for (size_t i = 0; i <
drive_apps_
.size(); ++i) {
221
AddOrUpdateDriveApp(
drive_apps_
[i]);
246
for (size_t i = 0; i <
drive_apps_
.size(); ++i) {
247
if (
drive_apps_
[i].product_id == extension->id()) {
255
drive_apps_
[i].app_id,
drive_app_provider.h
88
DriveAppInfos
drive_apps_
;
member in class:DriveAppProvider
Completed in 1955 milliseconds