Searched refs:m_core (Results 1 – 4 of 4) sorted by relevance
59 m_core = NULL; in PluginWidgetAndroid()84 if (m_core) { in ~PluginWidgetAndroid()86 m_core->removePlugin(this); in ~PluginWidgetAndroid()91 m_core->destroySurface(m_embeddedView); in ~PluginWidgetAndroid()106 m_core = core; in init()107 m_core->addPlugin(this); in init()139 m_core->getVisibleScreen(screenCoords); in setWindow()140 float scale = m_core->scale(); in setWindow()161 jobject webview = m_core->getWebViewJavaObject(); in setDrawingModel()162 AutoJObject webViewCore = m_core->getJavaObject(); in setDrawingModel()[all …]
64 android::WebViewCore* webViewCore() const { return m_core; } in webViewCore()195 android::WebViewCore* m_core; member
39 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()];
32 OwnPtr<WebCore::DeviceOrientationClientMock> m_core; variable