OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPlugin
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebKit/android/plugins/
ANPEventInterface.cpp
53
if (WebViewCore::isInstance(core) && core->
isPlugin
(widget)) {
/external/webkit/Source/WebCore/platform/graphics/android/
android_graphics.cpp
156
if (!m_node->hasCursorRing() || (m_node->
isPlugin
() && m_node->isFocus()))
161
" (%d, %d, %d, %d)
isPlugin
=%s",
165
m_node->
isPlugin
() ? "true" : "false");
/external/webkit/Source/WebKit/android/nav/
CachedNode.h
123
bool
isPlugin
() const { return mType == PLUGIN_CACHEDNODETYPE; }
185
bool wantsKeyEvents() const { return isTextInput() ||
isPlugin
()
WebView.cpp
[
all
...]
CacheBuilder.cpp
[
all
...]
/external/webkit/Source/WebKit/android/jni/
WebViewCore.h
440
bool
isPlugin
(PluginWidgetAndroid*) const;
WebViewCore.cpp
[
all
...]
Completed in 98 milliseconds