HomeSort by relevance Sort by last modified time
    Searched full:type_as_int (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/test/automation/
browser_proxy.cc 151 int type_as_int; local
152 if (!sender_->Send(new AutomationMsg_Type(handle_, &type_as_int)))
155 *type = static_cast<Browser::Type>(type_as_int);
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 130 void GetType(int handle, int* type_as_int);
    [all...]
testing_automation_provider.cc     [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]
testing_automation_provider.h 113 void GetType(int handle, int* type_as_int);
    [all...]

Completed in 105 milliseconds