Searched refs:m_core (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebDeviceOrientationProviderMock.mm39 m_core.set(new DeviceOrientationClientMock());
45 m_core->setOrientation(core(orientation));
50 m_core->setController(controller);
55 m_core->startUpdating();
60 m_core->stopUpdating();
65 return [[WebDeviceOrientation alloc] initWithCoreDeviceOrientation:m_core->lastOrientation()];
H A DWebDeviceOrientationProviderMockInternal.h32 OwnPtr<WebCore::DeviceOrientationClientMock> m_core; variable
/external/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.cpp60 m_core = NULL;
85 if (m_core) {
87 m_core->removePlugin(this);
92 m_core->destroySurface(m_embeddedView);
107 m_core = core;
108 m_core->addPlugin(this);
140 m_core->getVisibleScreen(screenCoords);
141 float scale = m_core->scale();
162 jobject webview = m_core->getWebViewJavaObject();
217 m_core
[all...]
H A DPluginWidgetAndroid.h63 android::WebViewCore* webViewCore() const { return m_core; }
194 android::WebViewCore* m_core; member in struct:PluginWidgetAndroid

Completed in 76 milliseconds