Home
last modified time | relevance | path

Searched refs:CreateProperty (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/win8/metro_driver/
Dwinrt_utils_unittest.cc14 static HRESULT CreateProperty(Type value, winfoundtn::IPropertyValue** prop) { in CreateProperty() function
19 static HRESULT CreateProperty<const wchar_t*>( in CreateProperty() function
27 static HRESULT CreateProperty<INT16>(INT16 value, in CreateProperty() function
33 static HRESULT CreateProperty<INT32>(INT32 value, in CreateProperty() function
39 static HRESULT CreateProperty<INT64>(INT64 value, in CreateProperty() function
45 static HRESULT CreateProperty<UINT8>(UINT8 value, in CreateProperty() function
51 static HRESULT CreateProperty<UINT16>(UINT16 value, in CreateProperty() function
57 static HRESULT CreateProperty<UINT32>(UINT32 value, in CreateProperty() function
63 static HRESULT CreateProperty<UINT64>(UINT64 value, in CreateProperty() function
71 HRESULT hr = CreateProperty<Type>(value1, property_1.GetAddressOf()); in TestCompareProperties()
[all …]
/external/chromium/chrome/browser/chromeos/cros/
Dlogin_library.cc82 Property* prop = chromeos::CreateProperty(name.c_str(), in StorePropertyAsync()