OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebViewImpl
(Results
26 - 33
of
33
) sorted by null
1
2
/external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp
46
#include "
WebViewImpl
.h"
185
m_webView = static_cast<
WebViewImpl
*>(WebView::create(&m_webviewClient));
251
WebViewImpl
* m_webView;
/external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.cpp
52
#include "
WebViewImpl
.h"
402
WebViewImpl
* view =
WebViewImpl
::fromPage(m_element->document()->frame()->page());
539
const WebInputEvent* currentInputEvent =
WebViewImpl
::currentInputEvent();
GraphicsContext3DInternal.h
38
class
WebViewImpl
;
284
WebKit::
WebViewImpl
* m_webViewImpl;
WebScrollbarImpl.cpp
46
#include "
WebViewImpl
.h"
223
// We have to duplicate this logic from
WebViewImpl
because there it uses
249
if (
WebViewImpl
::mapKeyCodeForScroll(keyCode, &scrollDirection, &scrollGranularity)) {
WebFrameImpl.cpp
52
// WebFrames are created in two places, first in
WebViewImpl
when the root
153
#include "
WebViewImpl
.h"
[
all
...]
EditorClientImpl.cpp
61
#include "
WebViewImpl
.h"
77
EditorClientImpl::EditorClientImpl(
WebViewImpl
* webview)
92
// Our lifetime is bound to the
WebViewImpl
.
[
all
...]
PlatformBridge.cpp
61
#include "
WebViewImpl
.h"
128
return static_cast<
WebViewImpl
*>(webView)->client();
[
all
...]
GraphicsContext3DChromium.cpp
51
#include "
WebViewImpl
.h"
117
m_webViewImpl = static_cast<WebKit::
WebViewImpl
*>(chrome->client()->webView());
[
all
...]
Completed in 939 milliseconds
1
2