HomeSort by relevance Sort by last modified time
    Searched defs:m_isPrinting (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/page/
PrintContext.h 90 bool m_isPrinting;
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 75 bool isPrinting() { return m_isPrinting; }
101 void setPrinting() { m_isPrinting = true; }
292 bool m_isPrinting;
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 252 bool isPrinting() const { return m_isPrinting; }
253 void setIsPrinting(bool isPrinting) { m_isPrinting = isPrinting; }
382 bool m_isPrinting;

Completed in 476 milliseconds