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

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DWKAccessibilityWebPageObject.h37 NSArray* m_attributeNames; member in namespace:NSObject
H A DWKAccessibilityWebPageObject.mm92 [m_attributeNames release];
104 if (!m_attributeNames)
105 m_attributeNames = [[NSArray alloc] initWithObjects:
110 return m_attributeNames;

Completed in 176 milliseconds