HomeSort by relevance Sort by last modified time
    Searched defs:pageSizeAndMarginsInPixels (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 321 String PrintContext::pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft)
324 frame->document()->pageSizeAndMarginsInPixels(pageNumber, pageSize, marginTop, marginRight, marginBottom, marginLeft);
  /external/chromium_org/third_party/WebKit/Source/web/
WebRemoteFrameImpl.cpp 694 void WebRemoteFrameImpl::pageSizeAndMarginsInPixels(
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 260 milliseconds