Searched defs:location_id (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/gamepad/
H A Dgamepad_platform_data_fetcher_mac.h95 UInt32 location_id; member in struct:content::GamepadPlatformDataFetcherMac::AssociatedData::__anon7154::__anon7156
H A Dxbox_data_fetcher_mac.h83 UInt32 location_id() { return location_id_; } function in class:XboxController
158 XboxController* ControllerForLocation(UInt32 location_id);
H A Dxbox_data_fetcher_mac.cc665 UInt32 location_id = 0; local
666 CFNumberGetValue(number, kCFNumberSInt32Type, &location_id);
667 fetcher->RemoveControllerByLocationID(location_id);
762 XboxController* XboxDataFetcher::ControllerForLocation(UInt32 location_id) { argument
766 if ((*i)->location_id() == location_id)
773 DCHECK(!ControllerForLocation(controller->location_id()))
774 << "Controller with location ID " << controller->location_id()
786 void XboxDataFetcher::RemoveControllerByLocationID(uint32 location_id) { argument
791 if ((*i)->location_id()
[all...]
/external/chromium_org/chrome/browser/web_applications/
H A Dupdate_shortcut_worker_win.cc136 int location_id; member in struct:web_app::__anon5600
156 if (!PathService::Get(locations[i].location_id, &path)) {
H A Dweb_app_win.cc570 ShellUtil::ShortcutLocation location_id; member in struct:web_app::internals::__anon5603
601 if (!ShellUtil::GetShortcutPath(locations[i].location_id,
/external/chromium_org/chrome/browser/
H A Dshell_integration_win.cc146 int location_id; member in struct:__anon4673::__anon4674
166 if (!PathService::Get(kLocations[i].location_id, &path)) {
174 bool check_dual_mode = (kLocations[i].location_id == base::DIR_START_MENU);

Completed in 705 milliseconds