OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:template_user_data
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/test/ui/
ui_test.h
156
const base::FilePath&
template_user_data
() const { return template_user_data_; }
function in class:UITestBase
157
void set_template_user_data(const base::FilePath&
template_user_data
) {
158
template_user_data_ =
template_user_data
;
/external/chromium_org/chrome/test/automation/
proxy_launcher.h
47
base::FilePath
template_user_data
;
member in struct:ProxyLauncher::LaunchState
proxy_launcher.cc
221
if (!state.
template_user_data
.empty()) {
223
if (!CopyDirectoryContentsNoCache(state.
template_user_data
,
Completed in 443 milliseconds