/external/chromium_org/content/browser/renderer_host/ |
gtk_window_utils.cc | 63 results.rect = blink::WebRect(x, y, width, height); 79 results->rect = blink::WebRect(monitor_rect.x, monitor_rect.y,
|
/external/chromium_org/content/renderer/ |
render_widget_fullscreen_pepper.cc | 38 using blink::WebRect; 159 WebRect plugin_rect(0, 0, size_.width, size_.height); 174 virtual void paint(WebCanvas* canvas, const WebRect& rect, PaintOptions) { 182 WebRect plugin_rect(0, 0, size_.width, size_.height); 315 virtual WebRect caretOrSelectionBounds() { 316 return WebRect(); 376 void RenderWidgetFullscreenPepper::InvalidateRect(const blink::WebRect& rect) { 381 int dx, int dy, const blink::WebRect& rect) {
|
text_input_client_observer.cc | 12 #include "third_party/WebKit/public/platform/WebRect.h" 63 blink::WebRect web_rect;
|
/external/chromium_org/content/test/ |
web_layer_tree_view_impl_for_testing.cc | 29 using blink::WebRect; 134 void* pixels, const WebRect& rect_in_device_viewport) {
|
web_layer_tree_view_impl_for_testing.h | 55 virtual bool compositeAndReadback(void* pixels, const blink::WebRect& rect);
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebTestThemeEngineMac.mm | 34 #include "public/platform/WebRect.h" 43 using blink::WebRect; 114 const WebRect& rect, 130 const WebRect& rect, 159 const WebRect& rect,
|
WebTestProxy.cpp | 452 m_paintRect = WebRect(); 537 for (WebRect column(0, 0, 1, height); column.x < width; column.x++) 540 for (WebRect line(0, 0, width, 1); line.y < height; line.y++) 553 WebRect wr = webView()->mainFrame()->selectionBoundsRect(); 575 void WebTestProxyBase::paintRect(const WebRect& rect) 585 WebRect deviceRect(scaledX, scaledY, scaledWidth, scaledHeight); 595 WebRect clientRect(0, 0, widgetSize.width, widgetSize.height); 604 WebRect damageRect = m_paintRect; 609 WebRect rect; 611 rect = WebRect(left, top, right - left, bottom - top) [all...] |
MockWebSpeechInputController.cpp | 42 WebSpeechInputResultArray makeRectResult(const WebRect& rect) 103 bool MockWebSpeechInputController::startRecognition(int requestId, const WebRect& elementRect, const WebString& language, const WebString& grammar, const WebSecurityOrigin& origin)
|
WebAXObjectProxy.cpp | 36 #include "public/platform/WebRect.h" 350 WebRect boundsForCharacter(const WebAXObject& object, int characterIndex) 361 WebRect inlineTextBoxRect = inlineTextBox.boundingBoxRect(); 371 return WebRect(left, inlineTextBoxRect.y, width, inlineTextBoxRect.height); 373 return WebRect(inlineTextBoxRect.x, inlineTextBoxRect.y, characterOffsets[0], inlineTextBoxRect.height); 381 return WebRect(left, inlineTextBoxRect.y, width, inlineTextBoxRect.height); 384 return WebRect(left, inlineTextBoxRect.y, characterOffsets[0], inlineTextBoxRect.height); 390 return WebRect(inlineTextBoxRect.x, top, inlineTextBoxRect.width, height); 392 return WebRect(inlineTextBoxRect.x, inlineTextBoxRect.y, inlineTextBoxRect.width, characterOffsets[0]); 400 return WebRect(inlineTextBoxRect.x, top, inlineTextBoxRect.width, height) [all...] |
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin.h | 160 const blink::WebRect& rect) OVERRIDE; 162 const blink::WebRect& frame_rect, 163 const blink::WebRect& clip_rect, 164 const blink::WebVector<blink::WebRect>& cut_outs_rects,
|
/external/chromium_org/content/renderer/npapi/ |
webplugin_impl.h | 19 #include "third_party/WebKit/public/platform/WebRect.h" 81 blink::WebCanvas* canvas, const blink::WebRect& paint_rect); 83 const blink::WebRect& frame_rect, const blink::WebRect& clip_rect, 84 const blink::WebVector<blink::WebRect>& cut_outs, bool is_visible);
|
/external/chromium_org/third_party/WebKit/public/testing/ |
WebTestDelegate.h | 47 struct WebRect;
|
WebTestProxy.h | 38 #include "public/platform/WebRect.h" 161 void didInvalidateRect(const blink::WebRect&); 162 void didScrollRect(int, int, const blink::WebRect&); 165 void setWindowRect(const blink::WebRect&); 223 void paintRect(const blink::WebRect&); 244 blink::WebRect m_paintRect; 285 virtual void didInvalidateRect(const blink::WebRect& rect) 289 virtual void didScrollRect(int dx, int dy, const blink::WebRect& clipRect) 301 virtual void setWindowRect(const blink::WebRect& rect)
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFrameImpl.h | 93 virtual WebRect visibleContentRect() const; 173 virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const; 210 bool wrapWithinFrame, WebRect* selectionRect); 221 virtual int selectNearestFindMatch(const WebFloatPoint&, WebRect* selectionRect); 233 virtual WebRect selectionBoundsRect() const; 344 const WebRect& selectionRect, int activeMatchOrdinal, int identifier); 362 int selectFindMatch(unsigned index, WebRect* selectionRect);
|
WebFontImpl.cpp | 43 #include "public/platform/WebRect.h" 91 WebColor color, const WebRect& clip, bool canvasIsOpaque,
|
WebPagePopupImpl.cpp | 242 void WebPagePopupImpl::paint(WebCanvas* canvas, const WebRect& rect, PaintOptions) 250 m_windowRectInScreen = WebRect(m_windowRectInScreen.x, m_windowRectInScreen.y, newSize.width, newSize.height); 255 m_widgetClient->didInvalidateRect(WebRect(0, 0, newSize.width, newSize.height));
|
WebPopupMenuImpl.cpp | 52 #include "public/platform/WebRect.h" 83 void WebPopupMenuImpl::initialize(FramelessScrollView* widget, const WebRect& bounds) 174 WebRect damagedRect(0, 0, m_size.width, m_size.height); 191 void WebPopupMenuImpl::paint(WebCanvas* canvas, const WebRect& rect, PaintOptions)
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl.cc | 34 using blink::WebRect; 293 void WebLayerImpl::setNonFastScrollableRegion(const WebVector<WebRect>& rects) { 300 WebVector<WebRect> WebLayerImpl::nonFastScrollableRegion() const { 307 WebVector<WebRect> result(num_rects); 318 void WebLayerImpl::setTouchEventHandlerRegion(const WebVector<WebRect>& rects) { 325 WebVector<WebRect> WebLayerImpl::touchEventHandlerRegion() const { 332 WebVector<WebRect> result(num_rects);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderThemeChromiumDefault.cpp | 39 #include "public/platform/WebRect.h" 268 blink::Platform::current()->themeEngine()->paint(canvas, blink::WebThemeEngine::PartCheckbox, getWebThemeState(this, o), blink::WebRect(unzoomedRect), &extraParams); 291 blink::Platform::current()->themeEngine()->paint(canvas, blink::WebThemeEngine::PartRadio, getWebThemeState(this, o), blink::WebRect(rect), &extraParams); 317 blink::Platform::current()->themeEngine()->paint(canvas, blink::WebThemeEngine::PartButton, getWebThemeState(this, o), blink::WebRect(rect), &extraParams); 340 blink::Platform::current()->themeEngine()->paint(canvas, blink::WebThemeEngine::PartTextField, getWebThemeState(this, o), blink::WebRect(rect), &extraParams); 385 blink::Platform::current()->themeEngine()->paint(canvas, blink::WebThemeEngine::PartMenuList, getWebThemeState(this, o), blink::WebRect(rect), &extraParams); 419 blink::Platform::current()->themeEngine()->paint(canvas, blink::WebThemeEngine::PartMenuList, getWebThemeState(this, o), blink::WebRect(rect), &extraParams); 443 blink::Platform::current()->themeEngine()->paint(canvas, blink::WebThemeEngine::PartSliderTrack, getWebThemeState(this, o), blink::WebRect(unzoomedRect), &extraParams); 467 blink::Platform::current()->themeEngine()->paint(canvas, blink::WebThemeEngine::PartSliderThumb, getWebThemeState(this, o), blink::WebRect(unzoomedRect), &extraParams); 486 blink::Platform::current()->themeEngine()->paint(canvas, blink::WebThemeEngine::PartInnerSpinButton, getWebThemeState(this, o), blink::WebRect(rect), &extraParams) [all...] |
RenderThemeChromiumWin.cpp | 48 #include "public/platform/WebRect.h" 306 blink::Platform::current()->themeEngine()->paintButton(canvas, themeData.m_part, themeData.m_state, themeData.m_classicState, blink::WebRect(painter.drawRect())); 321 blink::Platform::current()->themeEngine()->paintTrackbar(canvas, themeData.m_part, themeData.m_state, themeData.m_classicState, blink::WebRect(painter.drawRect())); 334 blink::Platform::current()->themeEngine()->paintTrackbar(canvas, themeData.m_part, themeData.m_state, themeData.m_classicState, blink::WebRect(painter.drawRect())); 399 blink::Platform::current()->themeEngine()->paintMenuList(canvas, CP_DROPDOWNBUTTON, determineState(o), determineClassicState(o), blink::WebRect(painter.drawRect())); 576 blink::Platform::current()->themeEngine()->paintTextField(canvas, themeData.m_part, themeData.m_state, themeData.m_classicState, blink::WebRect(painter.drawRect()), backgroundColor.rgb(), fillContentArea, drawEdges); 601 blink::Platform::current()->themeEngine()->paintSpinButton(canvas, upThemeData.m_part, upThemeData.m_state, upThemeData.m_classicState, blink::WebRect(upPainter.drawRect())); 609 blink::Platform::current()->themeEngine()->paintSpinButton(canvas, downThemeData.m_part, downThemeData.m_state, downThemeData.m_classicState, blink::WebRect(downPainter.drawRect())); 643 blink::Platform::current()->themeEngine()->paintProgressBar(canvas, blink::WebRect(r), blink::WebRect(valueRect), renderProgress->isDeterminate(), animatedSeconds) [all...] |
/external/chromium_org/webkit/child/ |
webthemeengine_impl_win.cc | 12 #include "third_party/WebKit/public/platform/WebRect.h" 18 using blink::WebRect; 23 static RECT WebRectToRECT(const WebRect& rect) { 364 const WebRect& rect) { 421 const WebRect& rect) { 552 WebCanvas* canvas, int state, int classic_state, const WebRect& rect) { 595 const WebRect& rect) { 744 const WebRect& rect, const WebRect& align_rect) { 827 const WebRect& rect) [all...] |
/external/chromium_org/chrome/test/chromedriver/ |
element_util.h | 80 WebRect* rect); 145 const WebRect& region,
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebFrameClient.h | 76 struct WebRect; 314 int identifier, int activeMatchOrdinal, const WebRect& selection) { }
|
/external/chromium/webkit/glue/ |
webthemeengine_impl_linux.cc | 8 #include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h" 14 using WebKit::WebRect; 18 static gfx::Rect WebRectToRect(const WebRect& rect) { 170 const WebKit::WebRect& rect,
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollbarThemeGtkOrAura.cpp | 41 #include "public/platform/WebRect.h" 84 blink::Platform::current()->themeEngine()->paint(canvas, scrollbar->orientation() == HorizontalScrollbar ? blink::WebThemeEngine::PartScrollbarHorizontalTrack : blink::WebThemeEngine::PartScrollbarVerticalTrack, state, blink::WebRect(rect), &extraParams); 127 blink::Platform::current()->themeEngine()->paint(canvas, paintPart, state, blink::WebRect(rect), 0); 140 blink::Platform::current()->themeEngine()->paint(canvas, scrollbar->orientation() == HorizontalScrollbar ? blink::WebThemeEngine::PartScrollbarHorizontalThumb : blink::WebThemeEngine::PartScrollbarVerticalThumb, state, blink::WebRect(rect), 0);
|