OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_dispatch
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/accessibility/
browser_accessibility_win_unittest.cc
175
base::win::ScopedComPtr<IDispatch>
text_dispatch
;
local
177
CreateI4Variant(1),
text_dispatch
.Receive());
181
hr =
text_dispatch
.QueryInterface(text_accessible.Receive());
189
text_dispatch
.Release();
207
text_dispatch
.Receive());
210
hr =
text_dispatch
.QueryInterface(text_accessible.Receive());
217
text_dispatch
.Release();
/external/chromium_org/content/browser/accessibility/
browser_accessibility_win_unittest.cc
210
base::win::ScopedComPtr<IDispatch>
text_dispatch
;
local
212
one,
text_dispatch
.Receive());
216
hr =
text_dispatch
.QueryInterface(text_accessible.Receive());
226
text_dispatch
.Release();
246
one,
text_dispatch
.Receive());
249
hr =
text_dispatch
.QueryInterface(text_accessible.Receive());
256
text_dispatch
.Release();
Completed in 151 milliseconds