HomeSort by relevance Sort by last modified time
    Searched refs:WindowSet (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMac.mm 52 typedef HashSet<void*> WindowSet;
53 WindowSet m_windows;
86 WindowSet::iterator it = m_windows.find(window);
106 WindowSet::iterator it = m_windows.find(window);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
CACFLayerTreeHost.h 108 enum { WindowNotSet, WindowSet, WindowCleared } m_state;
CACFLayerTreeHost.cpp 167 ASSERT_WITH_MESSAGE(m_state != WindowSet, "Must call setWindow(0) before destroying CACFLayerTreeHost");
180 m_state = WindowSet;
182 case WindowSet:

Completed in 362 milliseconds