HomeSort by relevance Sort by last modified time
    Searched full:objectmap (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/gtk/
DataObjectGtk.cpp 108 static HashMap<GtkClipboard*, RefPtr<DataObjectGtk> > objectMap;
110 if (!objectMap.contains(clipboard)) {
112 objectMap.set(clipboard, dataObject);
116 HashMap<GtkClipboard*, RefPtr<DataObjectGtk> >::iterator it = objectMap.find(clipboard);
  /external/webkit/WebKit/chromium/src/
WebAccessibilityCacheImpl.h 70 typedef HashMap<int, RefPtr<WeakHandle> > ObjectMap;
75 ObjectMap m_objectMap;
79 // ObjectMap and for focus changes in WebKit.
WebAccessibilityCacheImpl.cpp 113 ObjectMap::iterator it = m_objectMap.find(id);
128 ObjectMap::iterator it = m_objectMap.find(id);
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h 311 typedef HashMap<uint32_t, JSC::ProtectedPtr<JSC::JSObject> > ObjectMap;
312 ObjectMap m_objects;

Completed in 282 milliseconds