OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringVectorItf
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/win8/metro_driver/
file_picker.cc
24
typedef winfoundtn::Collections::IVector<HSTRING>
StringVectorItf
;
27
class StringVectorImpl : public mswr::RuntimeClass<
StringVectorItf
> {
452
typedef winfoundtn::Collections::IMap<HSTRING,
StringVectorItf
*>
495
mswr::ComPtr<
StringVectorItf
> list;
531
mswr::ComPtr<
StringVectorItf
> list;
file_picker_ash.cc
22
typedef winfoundtn::Collections::IVector<HSTRING>
StringVectorItf
;
25
class StringVectorImpl : public mswr::RuntimeClass<
StringVectorItf
> {
401
typedef winfoundtn::Collections::IMap<HSTRING,
StringVectorItf
*>
444
mswr::ComPtr<
StringVectorItf
> list;
480
mswr::ComPtr<
StringVectorItf
> list;
Completed in 29 milliseconds