Lines Matching defs:WebString

131     dragData->appendToFilenames(WebString::fromUTF8("DRTFakeFile"));
232 WebView* WebViewHost::createView(WebFrame*, const WebURLRequest&, const WebWindowFeatures&, const WebString&)
254 void WebViewHost::didAddMessageToConsole(const WebConsoleMessage& message, const WebString& sourceName, unsigned sourceLine)
314 bool WebViewHost::shouldInsertText(const WebString& text, const WebRange& range, WebEditingAction action)
349 bool WebViewHost::shouldApplyStyle(const WebString& style, const WebRange& range)
405 return frame->executeCommand(WebString::fromUTF8(m_editCommandName), WebString::fromUTF8(m_editCommandValue));
408 void WebViewHost::spellCheck(const WebString& text, int& misspelledOffset, int& misspelledLength, WebVector<WebString>* optionalSuggestions)
414 void WebViewHost::requestCheckingOfText(const WebString& text, WebTextCheckingCompletion* completion)
430 m_spellcheck.spellCheckWord(WebString(text.characters(), text.length()), &misspelledPosition, &misspelledLength);
443 WebString WebViewHost::autoCorrectWord(const WebString&)
449 return WebString();
452 void WebViewHost::runModalAlertDialog(WebFrame*, const WebString& message)
457 bool WebViewHost::runModalConfirmDialog(WebFrame*, const WebString& message)
463 bool WebViewHost::runModalPromptDialog(WebFrame* frame, const WebString& message,
464 const WebString& defaultValue, WebString*)
470 bool WebViewHost::runModalBeforeUnloadDialog(WebFrame*, const WebString&)
490 void WebViewHost::setStatusText(const WebString& text)
837 error.domain = WebString::fromUTF8("WebKitErrorDomain");
935 void WebViewHost::didReceiveTitle(WebFrame* frame, const WebString& title, WebTextDirection direction)
1067 request.clearHTTPHeaderField(WebString(header->characters(), header->length()));
1083 WebString mimeType = response.mimeType();
1150 loadURLForFrame(GURL("about:blank"), WebString());
1218 webView()->mainFrame()->setName(WebString());
1263 void WebViewHost::loadURLForFrame(const WebURL& url, const WebString& frameName)
1268 navigationController()->loadEntry(TestNavigationEntry::create(-1, url, WebString(), frameName).get());
1440 void WebViewHost::setPageTitle(const WebString&)