OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:synced_apps_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
app_sync_bundle.cc
42
synced_apps_
.clear();
100
return
synced_apps_
.find(id) !=
synced_apps_
.end();
157
synced_apps_
.insert(id);
161
synced_apps_
.erase(id);
167
synced_apps_
.insert(id);
app_sync_bundle.h
102
std::set<std::string>
synced_apps_
;
member in class:extensions::AppSyncBundle
Completed in 722 milliseconds