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

  /external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h 113 virtual bool supportsPaginatedPrint() { return false; }
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.cc 254 bool PepperWebPluginImpl::supportsPaginatedPrint() {
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 315 bool WebPluginContainerImpl::supportsPaginatedPrint() const
317 return m_webPlugin->supportsPaginatedPrint();

Completed in 61 milliseconds