Searched defs:num_loads (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/automation/
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.cc2615 int num_loads)
2619 num_loads_(num_loads) {
2612 BrowserOpenedWithExistingProfileNotificationObserver( AutomationProvider* automation, IPC::Message* reply_message, int num_loads) argument

Completed in 96 milliseconds