Searched refs:num_loads (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.cc2615 int num_loads)
2619 num_loads_(num_loads) {
2612 BrowserOpenedWithExistingProfileNotificationObserver( AutomationProvider* automation, IPC::Message* reply_message, int num_loads) argument
H A Dtesting_automation_provider.cc1151 int num_loads; local
1152 if (!args->GetInteger("num_loads", &num_loads)) {
1154 "Invalid or missing arg: 'num_loads'");
1158 this, reply_message, num_loads);
H A Dautomation_provider_observers.h1645 int num_loads);
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py4040 def OpenProfileWindow(self, path, num_loads=1):
4051 num_loads: the number of loads to wait for, when a new browser window
4057 'num_loads': num_loads,

Completed in 170 milliseconds