HomeSort by relevance Sort by last modified time
    Searched refs:m_isUserScalable (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.h 64 inline bool isUserScalable() const { return m_isUserScalable; };
74 bool m_isUserScalable;
qwkpage.cpp 510 , m_isUserScalable(true)
522 , m_isUserScalable(other.m_isUserScalable)
542 m_isUserScalable = other.m_isUserScalable;
573 result.m_isUserScalable = static_cast<bool>(conf.userScalable);
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.h 228 inline bool isUserScalable() const { return m_isUserScalable; }
238 bool m_isUserScalable;
qwebpage.cpp     [all...]

Completed in 367 milliseconds