OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCaseSensitiveAttribute
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.h
82
static bool
isCaseSensitiveAttribute
(const QualifiedName&);
HTMLDocument.cpp
317
bool HTMLDocument::
isCaseSensitiveAttribute
(const QualifiedName& attributeName)
/external/chromium_org/third_party/WebKit/Source/core/css/
SelectorCheckerFastPath.cpp
182
return selector->attribute() != styleAttr && HTMLDocument::
isCaseSensitiveAttribute
(selector->attribute());
SelectorChecker.cpp
446
bool caseSensitive = !element.document().isHTMLDocument() || HTMLDocument::
isCaseSensitiveAttribute
(selectorAttr);
[
all
...]
Completed in 26 milliseconds