HomeSort by relevance Sort by last modified time
    Searched defs:isUserStyleSheet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetContents.h 90 bool isUserStyleSheet() const { return m_isUserStyleSheet; }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentStyleSheetCollection.cpp 178 bool isUserStyleSheet = sheet->level() == UserStyleUserLevel;
179 if (isUserStyleSheet)
183 groupSheet->contents()->setIsUserStyleSheet(isUserStyleSheet);
198 ASSERT(!authorSheet->isUserStyleSheet());
205 ASSERT(userSheet->isUserStyleSheet());

Completed in 314 milliseconds