/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
Pagination.h | 33 struct Pagination { 36 Pagination() 44 bool operator==(const Pagination& other) const 49 bool operator!=(const Pagination& other) const
|
Pagination.cpp | 21 #include "core/rendering/Pagination.h" 27 void Pagination::setStylesForPaginationMode(Mode paginationMode, RenderStyle* style)
|
RenderView.cpp | 223 // pagination information. 232 // Set up the correct pagination offset. We can use a negative offset in order to push the top of the RenderView into its correct place 233 // on a page. We can take the iframe's offset from the logical top of the first page and make the negative into the pagination offset within the child 254 // to propagate here and not just pagination information. 450 return m_frameView->pagination().mode != Pagination::Unpaginated; 459 if (int pageLength = m_frameView->pagination().pageLength) 468 return m_frameView->pagination().behavesLikeColumns ? ColumnInfo::Column : ColumnInfo::Page; 483 if (m_frameView && m_frameView->pagination().mode != Pagination::Unpaginated [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
Page.h | 29 #include "core/rendering/Pagination.h" 187 // Page and FrameView both store a Pagination value. Page::pagination() is set only by API, 188 // and FrameView::pagination() is set only by CSS. Page::pagination() will affect all 189 // FrameViews in the page cache, but FrameView::pagination() only affects the current 191 const Pagination& pagination() const { return m_pagination; } function in class:WebCore::Page 192 void setPagination(const Pagination&); 286 Pagination m_pagination [all...] |
Page.cpp | 374 void Page::setPagination(const Pagination& pagination) 376 if (m_pagination == pagination) 379 m_pagination = pagination;
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
FrameView.h | 29 #include "core/rendering/Pagination.h" 54 Pagination::Mode paginationModeForRenderStyle(RenderStyle*); 316 // Page and FrameView both store a Pagination value. Page::pagination() is set only by API, 317 // and FrameView::pagination() is set only by CSS. Page::pagination() will affect all 318 // FrameViews in the page cache, but FrameView::pagination() only affects the current 319 // FrameView. FrameView::pagination() will return m_pagination if it has been set. Otherwise, 320 // it will return Page::pagination() since currently there are no callers that need to 322 const Pagination& pagination() const [all...] |
FrameView.cpp | 129 Pagination::Mode paginationModeForRenderStyle(RenderStyle* style) 133 return Pagination::Unpaginated; 144 return Pagination::LeftToRightPaginated; 145 return Pagination::RightToLeftPaginated; 152 return Pagination::TopToBottomPaginated; 153 return Pagination::BottomToTopPaginated; 641 Pagination pagination; local 644 setPagination(pagination); 650 pagination.mode = WebCore::paginationModeForRenderStyle(documentOrBodyRenderer->style()) 2481 const Pagination& FrameView::pagination() const function in class:WebCore::FrameView [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
rails.php | 147 'ActionController::Pagination', 148 'ActionController::Pagination::ClassMethods', 149 'ActionController::Pagination::Paginator', 150 'ActionController::Pagination::Paginator::Page', 151 'ActionController::Pagination::Paginator::Window',
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.cpp | 197 page->setPagination(Pagination()); 919 Pagination pagination; local 921 pagination.mode = Pagination::Unpaginated; 923 pagination.mode = Pagination::LeftToRightPaginated; 925 pagination.mode = Pagination::RightToLeftPaginated; 927 pagination.mode = Pagination::TopToBottomPaginated [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleAdjuster.cpp | 44 #include "core/rendering/Pagination.h" 304 // FIXME: Once we implement pagination controls, overflow-x should default to hidden 312 // Call setStylesForPaginationMode() if a pagination mode is set for any non-root elements. If these 316 Pagination::setStylesForPaginationMode(WebCore::paginationModeForRenderStyle(style), style);
|
/external/chromium_org/third_party/WebKit/Source/core/ |
webcore_rendering.target.darwin-arm.mk | 53 third_party/WebKit/Source/core/rendering/Pagination.cpp \
|
webcore_rendering.target.darwin-mips.mk | 53 third_party/WebKit/Source/core/rendering/Pagination.cpp \
|
webcore_rendering.target.darwin-x86.mk | 53 third_party/WebKit/Source/core/rendering/Pagination.cpp \
|
webcore_rendering.target.linux-arm.mk | 53 third_party/WebKit/Source/core/rendering/Pagination.cpp \
|
webcore_rendering.target.linux-mips.mk | 53 third_party/WebKit/Source/core/rendering/Pagination.cpp \
|
webcore_rendering.target.linux-x86.mk | 53 third_party/WebKit/Source/core/rendering/Pagination.cpp \
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Document.cpp | 1561 const Pagination& pagination = view()->pagination(); local [all...] |
/build/tools/droiddoc/templates-ds/assets/js/ |
docs.js | [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | [all...] |