Searched defs:replacement1 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMetaElement-in.cpp360 "The key \"%replacement1\" is not recognized and ignored.",
361 "The value \"%replacement1\" for key \"%replacement2\" is invalid, and has been ignored.",
362 "The value \"%replacement1\" for key \"%replacement2\" was truncated to its numeric prefix.",
385 void HTMLMetaElement::reportViewportWarning(ViewportErrorCode errorCode, const String& replacement1, const String& replacement2) argument
391 if (!replacement1.isNull())
392 message.replace("%replacement1", replacement1);

Completed in 124 milliseconds