HomeSort by relevance Sort by last modified time
    Searched refs:WebFloatRect (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebFloatRect.h 42 struct WebFloatRect {
50 WebFloatRect()
58 WebFloatRect(float x, float y, float width, float height)
67 WebFloatRect(const WebCore::FloatRect& r)
75 WebFloatRect& operator=(const WebCore::FloatRect& r)
91 inline bool operator==(const WebFloatRect& a, const WebFloatRect& b)
96 inline bool operator!=(const WebFloatRect& a, const WebFloatRect& b)
WebFont.h 42 struct WebFloatRect;
94 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
  /external/webkit/Source/WebKit/chromium/src/
WebFontImpl.h 57 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
WebFontImpl.cpp 40 #include "WebFloatRect.h"
118 WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const

Completed in 80 milliseconds