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

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPluginAnnotation.h53 PDFAnnotation *annotation() const { return m_annotation.get(); }
64 , m_annotation(annotation)
89 void setAnnotation(PDFPluginAnnotation* annotation) { m_annotation = annotation; }
95 , m_annotation(annotation)
101 PDFPluginAnnotation* m_annotation; member in class:WebKit::PDFPluginAnnotation::PDFPluginAnnotationEventListener
107 RetainPtr<PDFAnnotation> m_annotation; member in class:WebKit::PDFPluginAnnotation
H A DPDFPluginAnnotation.mm102 NSRect annotationRect = NSRectFromCGRect([m_pdfLayerController boundsForAnnotation:m_annotation.get()]);
123 if (m_annotation)
124 m_annotation->handleEvent(event);

Completed in 105 milliseconds