OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prop_type
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_shill_device_client.cc
323
std::string
prop_type
;
local
325
shill::kTypeProperty, &
prop_type
) ||
326
prop_type
!= type)
/external/chromium_org/device/bluetooth/
bluetooth_low_energy_win.cc
173
DEVPROPTYPE
prop_type
;
local
177
&
prop_type
,
190
&
prop_type
,
203
new DevicePropertyValue(
prop_type
, prop_value.Pass(), actual_length));
/external/chromium_org/ui/base/x/
x11_util.cc
741
XAtom
prop_type
= None;
local
746
AnyPropertyType, &
prop_type
, &prop_format,
751
if (
prop_type
== None)
782
*out_type =
prop_type
;
[
all
...]
Completed in 212 milliseconds