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

  /external/webkit/WebCore/loader/
PluginDocument.h 42 virtual bool isPluginDocument() const { return true; }
FrameLoader.cpp     [all...]
  /external/webkit/WebCore/dom/
Document.h 371 virtual bool isPluginDocument() const { return false; }
    [all...]
  /external/webkit/WebCore/page/
DragController.cpp 338 if (doc && (m_didInitiateDrag || doc->isPluginDocument() || (doc->frame() && doc->frame()->editor()->clientIsEditable())))
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm     [all...]
WebHTMLView.mm     [all...]

Completed in 456 milliseconds