Searched defs:path_raw (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/remoting/
H A Dremoting_resources_source.cc37 void RemotingResourcesSource::StartDataRequest(const std::string& path_raw, argument
47 if (path_raw == kRemotingGaiaLoginPath) {
105 } else if (path_raw == kRemotingSettingUpPath) {
116 } else if (path_raw == kRemotingSetupDonePath) {
127 } else if (path_raw == kRemotingSetupErrorPath) {
138 } else if (path_raw == kRemotingSetupFlowPath) {
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_setup_source.cc46 void CloudPrintSetupSource::StartDataRequest(const std::string& path_raw, argument
58 if (path_raw == kCloudPrintSetupPath) {
72 } else if (path_raw == kCloudPrintGaiaLoginPath) {
108 } else if (path_raw == kCloudPrintSetupDonePath) {
116 } else if (path_raw == kCloudPrintSetupFlowPath) {
/external/chromium/chrome/browser/
H A Dbrowser_about_handler.cc1002 void AboutSource::StartDataRequest(const std::string& path_raw, argument
1004 std::string path = path_raw;

Completed in 92 milliseconds