OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forAttribute
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp
417
String
forAttribute
= client()->forAttributeValue();
418
if (!eventAttribute.isEmpty() && !
forAttribute
.isEmpty()) {
419
forAttribute
=
forAttribute
.stripWhiteSpace();
420
if (!equalIgnoringCase(
forAttribute
, "window"))
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Utils.java
366
* @param
forAttribute
flag if string is attribute value (need to additional escape quotes)
370
public static String escapeXML(String value, boolean
forAttribute
, boolean escapeWhitespaces)
380
(
forAttribute
&& c == '"'))
408
case '"': buffer.append(
forAttribute
? """ : "\""); continue;
XMPSerializerRDF.java
1186
* @param
forAttribute
flag if value is an attribute value
1189
private void appendNodeValue(String value, boolean
forAttribute
) throws IOException
1191
write (Utils.escapeXML(value,
forAttribute
, true));
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/EGL/
MacNative.m
80
[frmt getValues:val
forAttribute
:attrib forVirtualScreen:0];
Completed in 99 milliseconds