OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeReleaseReference
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/accessibility/
browser_accessibility_mac.h
22
virtual void
NativeReleaseReference
();
browser_accessibility_manager_unittest.cc
32
virtual void
NativeReleaseReference
() OVERRIDE {
122
root_accessible->
NativeReleaseReference
();
124
child1_accessible->
NativeReleaseReference
();
255
root_accessible->
NativeReleaseReference
();
256
child1_accessible->
NativeReleaseReference
();
257
child2_accessible->
NativeReleaseReference
();
258
child3_accessible->
NativeReleaseReference
();
459
root_accessible->
NativeReleaseReference
();
460
container_accessible->
NativeReleaseReference
();
461
child2_accessible->
NativeReleaseReference
();
[
all
...]
browser_accessibility.cc
176
NativeReleaseReference
();
180
void BrowserAccessibility::
NativeReleaseReference
() {
browser_accessibility.h
109
//
NativeReleaseReference
is called.
124
// reaches zero, call
NativeReleaseReference
().
131
virtual void
NativeReleaseReference
();
browser_accessibility_win.h
68
virtual void
NativeReleaseReference
();
browser_accessibility_win.cc
1156
void BrowserAccessibilityWin::
NativeReleaseReference
() {
[
all
...]
/external/chromium_org/content/browser/accessibility/
browser_accessibility_mac.h
22
virtual void
NativeReleaseReference
() OVERRIDE;
browser_accessibility_manager_unittest.cc
31
virtual void
NativeReleaseReference
() OVERRIDE {
156
root_accessible->
NativeReleaseReference
();
158
child1_accessible->
NativeReleaseReference
();
281
root_accessible->
NativeReleaseReference
();
282
child1_accessible->
NativeReleaseReference
();
283
child2_accessible->
NativeReleaseReference
();
284
child3_accessible->
NativeReleaseReference
();
462
root_accessible->
NativeReleaseReference
();
463
container_accessible->
NativeReleaseReference
();
464
child2_accessible->
NativeReleaseReference
();
[
all
...]
browser_accessibility.h
151
virtual void
NativeReleaseReference
();
browser_accessibility.cc
317
NativeReleaseReference
();
320
void BrowserAccessibility::
NativeReleaseReference
() {
browser_accessibility_win.h
106
CONTENT_EXPORT virtual void
NativeReleaseReference
() OVERRIDE;
browser_accessibility_win.cc
[
all
...]
Completed in 64 milliseconds