Searched refs:UserStyleSheetVector (Results 1 – 3 of 3) sorted by relevance
37 typedef Vector<OwnPtr<UserStyleSheet> > UserStyleSheetVector; typedef38 typedef HashMap<RefPtr<DOMWrapperWorld>, UserStyleSheetVector*> UserStyleSheetMap;
316 UserStyleSheetVector*& styleSheetsInWorld = m_userStyleSheets->add(world, 0).first->second; in addUserStyleSheetToWorld()318 styleSheetsInWorld = new UserStyleSheetVector; in addUserStyleSheetToWorld()365 UserStyleSheetVector* stylesheets = it->second; in removeUserStyleSheetFromWorld()
2106 const UserStyleSheetVector* sheets = it->second; in pageGroupUserSheets()