OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:containsVariableReference
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/wml/
WMLVariables.h
38
bool
containsVariableReference
(const String&, bool& isValid);
WMLElement.cpp
102
if (!
containsVariableReference
(value, isValid))
116
if (
containsVariableReference
(value, isValid)) {
WMLVariables.cpp
83
bool
containsVariableReference
(const String& text, bool& isValid)
243
if (
containsVariableReference
(variableValue, isValid)) {
Completed in 218 milliseconds