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

  /external/chromium/chrome/browser/ui/views/
external_protocol_dialog.cc 179 std::wstring application_to_launch; local
180 if (cmd_key.ReadValue(NULL, &application_to_launch) == ERROR_SUCCESS) {
181 ReplaceSubstringsAfterOffset(&application_to_launch, 0, L"%1", parameters);
182 return application_to_launch;
  /external/chromium_org/chrome/browser/ui/views/
external_protocol_dialog.cc 183 std::wstring application_to_launch; local
184 if (cmd_key.ReadValue(NULL, &application_to_launch) == ERROR_SUCCESS) {
185 ReplaceSubstringsAfterOffset(&application_to_launch, 0, L"%1", parameters);
186 return application_to_launch;

Completed in 61 milliseconds