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

  /external/webkit/Tools/WebKitAPITest/
HostWindow.cpp 55 RECT emptyRect = {0};
56 return emptyRect;
  /external/webkit/Source/WebKit2/UIProcess/win/
WebInspectorProxyWin.cpp 158 RECT emptyRect = { 0 };
159 m_inspectorView = WebView::create(emptyRect, m_page->process()->context(), inspectorPageGroup(), 0);
  /external/skia/tests/
ClipStackTest.cpp 340 SkRect emptyRect;
341 emptyRect.setEmpty();
343 stack.clipDevRect(emptyRect, SkRegion::kDifference_Op, false);
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]

Completed in 1769 milliseconds