Searched refs:hasCustomPageSizeStyle (Results 1 – 10 of 10) sorted by relevance
574 onDidGetDefaultPageLayout_: function(pageLayout, hasCustomPageSizeStyle) { argument578 pageLayoutChangeEvent.hasCustomPageSizeStyle = hasCustomPageSizeStyle;
330 event.hasCustomPageSizeStyle,
510 virtual bool hasCustomPageSizeStyle(int pageIndex) = 0;
135 virtual bool hasCustomPageSizeStyle(int pageIndex) OVERRIDE;
184 virtual bool hasCustomPageSizeStyle(int pageIndex) OVERRIDE;
682 bool WebRemoteFrameImpl::hasCustomPageSizeStyle(int pageIndex) in hasCustomPageSizeStyle() function in blink::WebRemoteFrameImpl
1324 bool WebLocalFrameImpl::hasCustomPageSizeStyle(int pageIndex) in hasCustomPageSizeStyle() function in blink::WebLocalFrameImpl
305 if (frame->hasCustomPageSizeStyle(i)) { in PrintingFrameHasPageSizeStyle()
306 if (frame->hasCustomPageSizeStyle(i)) { in PrintingFrameHasPageSizeStyle()
2203 return frame->hasCustomPageSizeStyle(page_index); in HasCustomPageSizeStyle()