OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:layoutAlgorithm
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
Settings.h
63
enum
LayoutAlgorithm
{
76
LayoutAlgorithm
layoutAlgorithm
() const { return m_layoutAlgorithm; }
77
void setLayoutAlgorithm(
LayoutAlgorithm
algorithm) { m_layoutAlgorithm = algorithm; }
512
LayoutAlgorithm
m_layoutAlgorithm;
/packages/apps/Browser/src/com/android/browser/
BrowserSettings.java
36
import android.webkit.WebSettings.
LayoutAlgorithm
;
366
public
LayoutAlgorithm
getLayoutAlgorithm() {
367
LayoutAlgorithm
layoutAlgorithm
=
LayoutAlgorithm
.NORMAL;
369
layoutAlgorithm
=
LayoutAlgorithm
.NARROW_COLUMNS;
373
layoutAlgorithm
=
LayoutAlgorithm
.SINGLE_COLUMN;
376
layoutAlgorithm
= LayoutAlgorithm.NORMAL
[
all
...]
Completed in 370 milliseconds