OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendBrowserLaunchSwitch
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/test/pyautolib/
pyautolib.i
129
AppendBrowserLaunchSwitch
;
130
void
AppendBrowserLaunchSwitch
(const char* name);
131
void
AppendBrowserLaunchSwitch
(const char* name, const char* value);
pyauto.py
173
self.
AppendBrowserLaunchSwitch
(flag_name, flag_val)
175
self.
AppendBrowserLaunchSwitch
(flag)
[
all
...]
/external/chromium_org/chrome/test/functional/
multiprofile.py
115
self.
AppendBrowserLaunchSwitch
('--profile-directory=' + profile)
129
self.
AppendBrowserLaunchSwitch
('--profile-directory=' + profile)
140
self.
AppendBrowserLaunchSwitch
('--profile-directory=' + profile)
158
self.
AppendBrowserLaunchSwitch
('--profile-directory=' + profile)
301
self.
AppendBrowserLaunchSwitch
('--profile-directory=Profile 1')
307
self.
AppendBrowserLaunchSwitch
('--profile-directory=Profile 2')
/external/chromium_org/chrome/test/ui/
ui_test.h
223
void
AppendBrowserLaunchSwitch
(const char* name);
227
void
AppendBrowserLaunchSwitch
(const char* name, const char* value);
ui_test.cc
475
void UITestBase::
AppendBrowserLaunchSwitch
(const char* name) {
479
void UITestBase::
AppendBrowserLaunchSwitch
(const char* name,
Completed in 53 milliseconds