Searched refs:m_annotationContainer (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm515 m_annotationContainer = document->createElement(divTag, false);
516 m_annotationContainer->setAttribute(idAttr, "annotationContainer");
521 m_annotationContainer->appendChild(m_annotationStyle.get());
522 document->body()->appendChild(m_annotationContainer.get());
1014 m_passwordField->attach(m_annotationContainer.get());
1090 m_annotationContainer = 0;
1591 m_activeAnnotation->attach(m_annotationContainer.get());
H A DPDFPlugin.h274 RefPtr<WebCore::Element> m_annotationContainer; member in class:WebKit::final

Completed in 48 milliseconds