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

/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DRedirectedXCompositeWindow.cpp43 static WindowHashMap& getWindowHashMap() function in namespace:WebCore
57 WindowHashMap& windowHashMap = getWindowHashMap();
143 if (getWindowHashMap().isEmpty())
145 getWindowHashMap().add(m_window, this);
164 getWindowHashMap().remove(m_window);
165 if (getWindowHashMap().isEmpty())

Completed in 168 milliseconds