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

  /external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h 125 virtual int getCopiesToPrint() { return 1; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 326 int WebPluginContainerImpl::getCopiesToPrint() const
328 return m_webPlugin->getCopiesToPrint();

Completed in 2759 milliseconds