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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentStyleSheetCollection.cpp 80 bool enabledViaScript = false;
84 enabledViaScript = linkElement->isEnabledViaScript();
87 if (!enabledViaScript && !title.isEmpty() && engine->preferredStylesheetSetName().isEmpty()) {
113 if (!enabledViaScript && sheet && !title.isEmpty()) {
ShadowTreeStyleSheetCollection.cpp 62 bool enabledViaScript = false;
72 if (!enabledViaScript && sheet && !title.isEmpty()) {

Completed in 36 milliseconds