Searched refs:SEARCH_PATH (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
H A Dloader.js29 var SEARCH_PATH = '/search';
32 window.location.pathname !== SEARCH_PATH) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.h62 SEARCH_PATH, // Use PATH environment variable. enumerator in enum:google::protobuf::compiler::Subprocess::SearchMode
H A Dsubprocess.cc121 if (CreateProcessA((search_mode == SEARCH_PATH) ? NULL : program.c_str(),
122 (search_mode == SEARCH_PATH) ? name_copy : NULL,
317 case SEARCH_PATH:
H A Dcommand_line_interface.cc1251 subprocess.Start(plugin_name, Subprocess::SEARCH_PATH);
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.h61 SEARCH_PATH, // Use PATH environment variable. enumerator in enum:google::protobuf::compiler::Subprocess::SearchMode
H A Dsubprocess.cc118 if (CreateProcess((search_mode == SEARCH_PATH) ? NULL : program.c_str(),
119 (search_mode == SEARCH_PATH) ? name_copy : NULL,
314 case SEARCH_PATH:
H A Dcommand_line_interface.cc1163 subprocess.Start(plugin_name, Subprocess::SEARCH_PATH);

Completed in 177 milliseconds