OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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::__anon7706::__anon7708
/external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc
170
int
location_id
;
member in struct:__anon2446::__anon2447
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:__anon5604::__anon5605
163
if (!PathService::Get(kLocations[i].
location_id
, &path)) {
171
bool check_dual_mode = (kLocations[i].
location_id
== base::DIR_START_MENU);
/external/chromium/chrome/browser/
shell_integration_win.cc
113
int
location_id
;
member in struct:__anon2135::__anon2136
133
if (!PathService::Get(kLocations[i].
location_id
, &path)) {
/external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc
238
int
location_id
;
member in struct:__anon6401::__anon6402
258
if (!PathService::Get(locations[i].
location_id
, &path)) {
/external/chromium_org/chrome/browser/web_applications/
web_app_win.cc
494
ShellUtil::ShortcutLocation
location_id
;
member in struct:web_app::internals::__anon6602
525
if (!ShellUtil::GetShortcutPath(locations[i].
location_id
,
Completed in 130 milliseconds