Lines Matching defs:PluginWidgetAndroid
52 struct PluginWidgetAndroid { struct
58 WebCore::PluginView* pluginView() const { return m_pluginView; } in pluginView()
61 android::WebViewCore* webViewCore() const { return m_core; } in webViewCore()
80 bool isSurfaceDrawingModel() const { return kSurface_ANPDrawingModel == m_drawingModel; } in isSurfaceDrawingModel()
141 bool inFullScreen() { return m_isFullScreen; } in inFullScreen()
147 bool hasFocus() const { return m_hasFocus; } in hasFocus()
170 WebCore::PluginView* m_pluginView;
171 android::WebViewCore* m_core;
172 SkFlipPixelRef* m_flipPixelRef;
173 ANPDrawingModel m_drawingModel;
174 ANPEventFlags m_eventFlags;
175 NPWindow* m_pluginWindow;
176 SkIRect m_pluginBounds; // relative to the page
177 SkIRect m_visibleDocRect; // relative to the page
178 SkIRect m_requestedVisibleRect; // relative to the page
179 bool m_hasFocus;
180 bool m_isFullScreen;
181 bool m_visible;
182 float m_zoomLevel;
183 jobject m_embeddedView;
184 bool m_embeddedViewAttached;
185 bool m_acceptEvents;
186 bool m_isSurfaceClippedOut;
191 enum {
195 ANPRectI m_requestedVisibleRects[MAX_REQUESTED_RECTS];
196 int32_t m_requestedVisibleRectCount;