OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_Size
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/win8/metro_driver/
file_picker.cc
47
STDMETHOD(
get_Size
)(unsigned *size) {
382
HRESULT hr = files->
get_Size
(&num_files);
517
hr = choices->
get_Size
(&num_choices);
file_picker_ash.cc
45
STDMETHOD(
get_Size
)(unsigned *size) {
320
HRESULT hr = files->
get_Size
(&num_files);
466
hr = choices->
get_Size
(&num_choices);
Completed in 112 milliseconds