OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_viewImpl
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/android/
PopupMenuAndroid.cpp
36
,
m_viewImpl
(view)
52
if (
m_viewImpl
)
53
m_viewImpl
->contentInvalidate(m_rect);
71
if (
m_viewImpl
)
72
m_viewImpl
->contentInvalidate(m_rect);
78
m_viewImpl
= 0;
83
android::WebViewCore*
m_viewImpl
;
/external/webkit/Source/WebCore/platform/graphics/android/
android_graphics.h
55
CursorRing(WebViewCore* core) :
m_viewImpl
(core) {}
64
WebViewCore*
m_viewImpl
; // copy for convenience
android_graphics.cpp
115
m_viewImpl
->gButtonMutex.lock();
120
if (
m_viewImpl
->m_buttons.size() > 0) {
122
Container* end =
m_viewImpl
->m_buttons.end();
123
for (Container* ptr =
m_viewImpl
->m_buttons.begin(); ptr != end; ptr++) {
130
m_viewImpl
->gButtonMutex.unlock();
138
m_viewImpl
->m_hasCursorBounds = false;
143
m_viewImpl
->updateCursorBounds(m_root, m_frame, m_node);
/external/webkit/Source/WebKit/android/nav/
WebView.cpp
197
m_viewImpl
= (WebViewCore*) viewImpl;
244
return
m_viewImpl
;
274
m_viewImpl
->m_hasCursorBounds = false;
293
m_viewImpl
->m_hasCursorBounds = false;
318
m_viewImpl
->gButtonMutex.lock();
319
if (
m_viewImpl
->m_buttons.size() && m_buttonSkin) {
333
Container* end =
m_viewImpl
->m_buttons.end();
334
for (Container* ptr =
m_viewImpl
->m_buttons.begin(); ptr != end; ptr++) {
351
m_viewImpl
->gButtonMutex.unlock();
470
m_viewImpl
->m_hasCursorBounds = false
[
all
...]
Completed in 841 milliseconds