Searched refs:m_attributeNames (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWKAccessibilityWebPageObjectMac.h36 RetainPtr<NSArray> m_attributeNames; variable
H A DWKAccessibilityWebPageObject.h39 NSArray* m_attributeNames; member in namespace:NSObject
H A DWKAccessibilityWebPageObject.mm94 [m_attributeNames release];
106 if (!m_attributeNames)
107 m_attributeNames = [[NSArray alloc] initWithObjects:
112 return m_attributeNames;
H A DWKAccessibilityWebPageObjectMac.mm67 if (!m_attributeNames)
68 m_attributeNames = adoptNS([[NSArray alloc] initWithObjects:
73 return m_attributeNames.get();

Completed in 128 milliseconds