Searched defs:BrowserInfo (Results 1 – 5 of 5) sorted by relevance
10 struct BrowserInfo { struct17 std::string browser_name;18 std::string browser_version;19 int build_no;20 int blink_revision;
26 BrowserInfo::BrowserInfo() in BrowserInfo() function in BrowserInfo33 BrowserInfo::BrowserInfo(std::string browser_name, in BrowserInfo() function in BrowserInfo
30 struct BrowserInfo { struct51 std::vector<BrowserInfo> browser_info; argument
273 AndroidDeviceManager::BrowserInfo::BrowserInfo() in BrowserInfo() function in AndroidDeviceManager::BrowserInfo
19 class BrowserInfo(object): class