Searched refs:setLayoutAlgorithm (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DSettings.h77 void setLayoutAlgorithm(LayoutAlgorithm algorithm) { m_layoutAlgorithm = algorithm; } function in class:WebCore::Settings
/external/webkit/Source/WebKit/android/jni/
H A DWebSettings.cpp343 s->setLayoutAlgorithm(l);
/external/webkit/Source/WebCore/platform/mac/
H A DHTMLConverter.mm975 [table setLayoutAlgorithm:NSTextTableAutomaticLayoutAlgorithm];
994 if ([@"fixed" isEqualToString:tableLayout]) [table setLayoutAlgorithm:NSTextTableFixedLayoutAlgorithm];

Completed in 304 milliseconds