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

  /external/chromium_org/chrome/browser/apps/drive/
drive_app_mapping.h 19 // DriveAppMapping tracks the mapping between Drive apps and corresponding
21 class DriveAppMapping {
23 explicit DriveAppMapping(PrefService* prefs);
24 ~DriveAppMapping();
44 DISALLOW_COPY_AND_ASSIGN(DriveAppMapping);
drive_app_mapping.cc 36 DriveAppMapping::DriveAppMapping(PrefService* prefs) : prefs_(prefs) {
39 DriveAppMapping::~DriveAppMapping() {
43 void DriveAppMapping::RegisterProfilePrefs(
50 void DriveAppMapping::Add(const std::string& drive_app_id,
58 void DriveAppMapping::Remove(const std::string& drive_app_id) {
63 std::string DriveAppMapping::GetChromeApp(
77 std::string DriveAppMapping::GetDriveApp(
96 bool DriveAppMapping::IsChromeAppGenerated
    [all...]

Completed in 285 milliseconds