Searched defs:textAutosizingEnabled (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSettings.h89 bool textAutosizingEnabled() const { return m_textAutosizingEnabled; } function in class:WebCore::Settings
94 // Only set by Layout Tests, and only used if textAutosizingEnabled() returns true.
H A DSettings.cpp222 void Settings::setTextAutosizingEnabled(bool textAutosizingEnabled) argument
224 if (m_textAutosizingEnabled == textAutosizingEnabled)
227 m_textAutosizingEnabled = textAutosizingEnabled;

Completed in 81 milliseconds