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

  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.h 80 - (BOOL)supportsSnapshotting;
WebBaseNetscapePluginView.h 135 - (BOOL)supportsSnapshotting;
WebBaseNetscapePluginView.mm 577 - (BOOL)supportsSnapshotting
579 return [_pluginPackage.get() supportsSnapshotting];
WebNetscapePluginPackage.mm 696 - (BOOL)supportsSnapshotting
WebNetscapePluginView.mm     [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 184 bool supportsSnapshotting() const;
NetscapePlugin.cpp 516 if (!supportsSnapshotting() || m_frameRect.isEmpty())
729 bool NetscapePlugin::supportsSnapshotting() const
732 return m_pluginModule && m_pluginModule->pluginQuirks().contains(PluginQuirks::SupportsSnapshotting);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 436 } else if (_snapshotting && [self supportsSnapshotting]) {

Completed in 171 milliseconds