Home
last modified time | relevance | path

Searched refs:styleSheetsInWorld (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/page/
DPageGroup.cpp316 UserStyleSheetVector*& styleSheetsInWorld = m_userStyleSheets->add(world, 0).first->second; in addUserStyleSheetToWorld() local
317 if (!styleSheetsInWorld) in addUserStyleSheetToWorld()
318 styleSheetsInWorld = new UserStyleSheetVector; in addUserStyleSheetToWorld()
319 styleSheetsInWorld->append(userStyleSheet.release()); in addUserStyleSheetToWorld()