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

  /external/chromium_org/cloud_print/gcp20/prototype/
local_settings.h 18 access_token_enabled(false),
25 bool access_token_enabled; member in struct:LocalSettings
printer_state.cc 27 const char kLocalSettingsAccessTokenEnabled[] = "access_token_enabled";
60 state.local_settings.access_token_enabled);
148 &local_settings.access_token_enabled) ||
cloud_print_response_parser.cc 270 !settings_to_parse->GetBoolean("access_token_enabled",
271 &local_settings.access_token_enabled) ||
cloud_print_requester.cc 85 current->SetBoolean("access_token_enabled", settings.access_token_enabled);

Completed in 571 milliseconds