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

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

Completed in 274 milliseconds