OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strippedurlstring
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.cpp
213
String
strippedURLString
= resolvedURLString.stripWhiteSpace();
214
if (protocolIsJavaScript(
strippedURLString
)) {
216
if (
strippedURLString
.contains('"')) {
217
if (
strippedURLString
.contains('\''))
218
strippedURLString
.replaceWithLiteral('"', """);
223
result.append(
strippedURLString
);
Completed in 145 milliseconds