OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iobjectarray
(Results
1 - 3
of
3
) sorted by null
/art/test/AllFields/
AllFields.java
38
Object[]
iObjectArray
;
/external/chromium_org/chrome/browser/
jumplist_win.cc
64
IObjectArray
: public IUnknown {
80
IObjectCollection : public
IObjectArray
{
85
/* [in] */ __RPC__in_opt
IObjectArray
*poaSource) = 0;
112
/* [in] */ __RPC__in_opt
IObjectArray
*poa) = 0;
116
/* [in] */ __RPC__in_opt
IObjectArray
*poa) = 0;
300
//
IObjectArray
interface to retrieve each item in the list. So, we retrive
301
// the
IObjectArray
interface from the IEnumeratableObjectCollection object
305
base::win::ScopedComPtr<
IObjectArray
> object_array;
357
// ICustomDestinationList::AddUserTasks() also uses the
IObjectArray
359
//
IObjectArray
interface from the EnumerableObjectCollection object
[
all
...]
/external/chromium/chrome/browser/
jumplist_win.cc
53
IObjectArray
: public IUnknown {
69
IObjectCollection : public
IObjectArray
{
74
/* [in] */ __RPC__in_opt
IObjectArray
*poaSource) = 0;
101
/* [in] */ __RPC__in_opt
IObjectArray
*poa) = 0;
105
/* [in] */ __RPC__in_opt
IObjectArray
*poa) = 0;
315
//
IObjectArray
interface to retrieve each item in the list. So, we retrive
316
// the
IObjectArray
interface from the IEnumeratableObjectCollection object
320
base::win::ScopedComPtr<
IObjectArray
> object_array;
372
// ICustomDestinationList::AddUserTasks() also uses the
IObjectArray
374
//
IObjectArray
interface from the EnumerableObjectCollection object
[
all
...]
Completed in 622 milliseconds