Home | History | Annotate | Download | only in chromium

Lines Matching refs:WebString

432         shell->webView()->mainFrame()->executeScript(WebScriptSource(WebString::fromUTF8(m_script)));
444 shell->webView()->mainFrame()->executeScript(WebScriptSource(WebString::fromUTF8(m_script)));
467 WorkItemLoad(const WebURL& url, const WebString& target)
477 WebString m_target;
491 m_workQueue.addWork(new WorkItemLoad(fullURL, WebString::fromUTF8(target)));
737 m_shell->webView()->focusedFrame()->executeCommand(WebString::fromUTF8(command), WebString::fromUTF8(value));
748 bool rv = m_shell->webView()->focusedFrame()->isCommandEnabled(WebString::fromUTF8(command));
862 string resultPath(WebString(tempPath.get(), tempLength).utf8());
906 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(const WebString& animationName, double time, const WebString& elementId)
922 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(const WebString& propertyName, double time, const WebString& elementId)
938 bool LayoutTestController::elementDoesAutoCompleteForElementWithId(const WebString& elementId)
995 WebString animationName = cppVariantToWebString(arguments[0]);
997 WebString elementId = cppVariantToWebString(arguments[2]);
1006 WebString propertyName = cppVariantToWebString(arguments[0]);
1008 WebString elementId = cppVariantToWebString(arguments[2]);
1019 WebString elementId = cppVariantToWebString(arguments[0]);
1046 WebString animationId = cppVariantToWebString(arguments[0]);
1048 WebString elementId = cppVariantToWebString(arguments[2]);
1279 WebString LayoutTestController::cppVariantToWebString(const CppVariant& value)
1283 return WebString();
1285 return WebString::fromUTF8(value.toString());
1437 WebString counterValue = frame->counterValueForElementById(cppVariantToWebString(arguments[0]));
1516 WebConsoleMessage(WebConsoleMessage::LevelError, WebString::fromUTF8(text)),
1517 WebString(), 0);
1542 cppVariantToWebString(arguments[0]), WebVector<WebString>(),
1553 cppVariantToWebString(arguments[0]), WebVector<WebString>(),