HomeSort by relevance Sort by last modified time
    Searched refs:location_id (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.h 77 UInt32 location_id() { return location_id_; } function in class:XboxController
139 XboxController* ControllerForLocation(UInt32 location_id);
xbox_data_fetcher_mac.cc 504 UInt32 location_id = 0; local
505 CFNumberGetValue(number, kCFNumberSInt32Type, &location_id);
506 fetcher->RemoveControllerByLocationID(location_id);
580 XboxController* XboxDataFetcher::ControllerForLocation(UInt32 location_id) {
584 if ((*i)->location_id() == location_id)
591 DCHECK(!ControllerForLocation(controller->location_id()))
592 << "Controller with location ID " << controller->location_id()
604 void XboxDataFetcher::RemoveControllerByLocationID(uint32 location_id) {
609 if ((*i)->location_id() == location_id)
    [all...]
gamepad_platform_data_fetcher_mac.h 95 UInt32 location_id; member in struct:content::GamepadPlatformDataFetcherMac::AssociatedData::__anon10006::__anon10008
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 170 int location_id; member in struct:__anon5159::__anon5160
195 if (!PathService::Get(locations[i].location_id, &path)) {
  /external/chromium/chrome/browser/web_applications/
web_app.cc 241 int location_id;
269 if (locations[i].location_id == base::PATH_START)
272 if (!PathService::Get(locations[i].location_id, &path)) {
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 143 int location_id; member in struct:__anon8131::__anon8132
163 if (!PathService::Get(kLocations[i].location_id, &path)) {
171 bool check_dual_mode = (kLocations[i].location_id == base::DIR_START_MENU);
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 488 int location_id; member in struct:web_app::internals::__anon9042
516 if (locations[i].location_id == base::PATH_START)
519 if (!PathService::Get(locations[i].location_id, &path)) {
  /external/chromium/chrome/browser/
shell_integration_win.cc 113 int location_id; member in struct:__anon4848::__anon4849
133 if (!PathService::Get(kLocations[i].location_id, &path)) {
  /external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc 233 int location_id; member in struct:__anon8849::__anon8850
253 if (!PathService::Get(locations[i].location_id, &path)) {

Completed in 932 milliseconds