OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeAddReference
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_unittest.cc
29
virtual void
NativeAddReference
() OVERRIDE {
155
root_accessible->
NativeAddReference
();
159
child1_accessible->
NativeAddReference
();
247
root_accessible->
NativeAddReference
();
251
child1_accessible->
NativeAddReference
();
255
child2_accessible->
NativeAddReference
();
259
child3_accessible->
NativeAddReference
();
423
root_accessible->
NativeAddReference
();
427
container_accessible->
NativeAddReference
();
431
child2_accessible->
NativeAddReference
();
[
all
...]
browser_accessibility.h
129
virtual void
NativeAddReference
() { }
browser_accessibility_win.h
105
CONTENT_EXPORT virtual void
NativeAddReference
() OVERRIDE;
browser_accessibility_win.cc
[
all
...]
Completed in 57 milliseconds