/external/webkit/Source/WebKit/chromium/src/ |
WebBlobData.cpp | 93 WebString WebBlobData::contentType() const 99 WebString WebBlobData::contentDisposition() const
|
WebPopupMenuImpl.h | 74 const WebString& text, 78 virtual bool confirmComposition(const WebString& text);
|
WebDevToolsAgentImpl.cpp | 55 #include "WebString.h" 219 void WebDevToolsAgentImpl::dispatchOnInspectorBackend(const WebString& message) 229 void WebDevToolsAgentImpl::setRuntimeProperty(const WebString& name, const WebString& value) 295 void WebDevToolsAgentImpl::evaluateInWebInspector(long callId, const WebString& script) 310 void WebDevToolsAgent::executeDebuggerCommand(const WebString& command, int callerId) 337 bool WebDevToolsAgent::shouldInterruptForMessage(const WebString& message)
|
WebWorkerClientImpl.cpp | 60 #include "WebString.h" 208 void WebWorkerClientImpl::postMessageToWorkerObject(const WebString& message, 234 void WebWorkerClientImpl::postExceptionToWorkerObject(const WebString& errorMessage, 236 const WebString& sourceURL) 258 const WebString& message, 260 const WebString& sourceURL) 284 const WebString& message, 286 const WebString& sourceURL)
|
WebDevToolsFrontendImpl.cpp | 79 const WebString& applicationLocale) 107 void WebDevToolsFrontendImpl::dispatchOnInspectorFrontend(const WebString& message)
|
WebHTTPBody.cpp | 119 void WebHTTPBody::appendFile(const WebString& filePath) 125 void WebHTTPBody::appendFileRange(const WebString& filePath, long long fileStart, long long fileLength, double modificationTime)
|
WebPageSerializerImpl.h | 44 #include "WebString.h" 86 const WebVector<WebString>& localPaths, 87 const WebString& localDirectoryName);
|
WebPluginContainerImpl.h | 91 virtual WebString executeScriptURL(const WebURL&, bool popupsAllowed); 92 virtual void loadFrameRequest(const WebURLRequest&, const WebString& target, bool notifyNeeded, void* notifyData);
|
LocalizedStrings.cpp | 40 #include "WebString.h" 46 using WebKit::WebString; 55 static String query(WebLocalizedString::Name name, const WebString& parameter) 60 static String query(WebLocalizedString::Name name, const WebString& parameter1, const WebString& parameter2)
|
WebDataSourceImpl.h | 65 virtual WebString pageTitle() const;
|
WebGeolocationClientMock.cpp | 61 void WebGeolocationClientMock::setError(int errorCode, const WebString& message)
|
WebViewImpl.cpp | 121 #include "WebString.h" 675 WebString name = WebInputElement(static_cast<HTMLInputElement*>(element)).nameForAutofill(); 676 WebString value = m_autoFillPopupClient->itemText(selectedIndex); 789 focusedFrame()->executeCommand(WebString::fromUTF8("SelectAll")); 793 focusedFrame()->executeCommand(WebString::fromUTF8("Copy")); [all...] |
/external/webkit/Tools/DumpRenderTree/chromium/ |
WebViewHost.cpp | 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 [all...] |
TextInputController.cpp | 39 #include "WebString.h" 85 testShell->webView()->confirmComposition(WebString::fromUTF8(arguments[0].toString())); 97 mainFrame->executeCommand(WebString::fromUTF8(arguments[0].toString())); 107 testShell->webView()->setComposition(WebString::fromUTF8(arguments[0].toString()), 247 WebString text(WebString::fromUTF8(arguments[0].toString()));
|
LayoutTestController.h | 46 #include "WebString.h" 464 WebKit::WebString cppVariantToWebString(const CppVariant&); 475 bool pauseAnimationAtTimeOnElementWithId(const WebKit::WebString& animationName, double time, const WebKit::WebString& elementId); 476 bool pauseTransitionAtTimeOnElementWithId(const WebKit::WebString& propertyName, double time, const WebKit::WebString& elementId); 477 bool elementDoesAutoCompleteForElementWithId(const WebKit::WebString&);
|
CppBoundClass.h | 54 class WebString; 100 void bindToJavascript(WebKit::WebFrame*, const WebKit::WebString& classname);
|
LayoutTestController.cpp | 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)); [all...] |
AccessibilityController.cpp | 38 #include "WebString.h" 58 void AccessibilityController::bindToJavascript(WebFrame* frame, const WebString& classname)
|
/external/chromium/webkit/glue/ |
weburlloader_impl.cc | 43 using WebKit::WebString; 65 virtual void visitHeader(const WebString& name, const WebString& value) { 181 response->setMIMEType(WebString::fromUTF8(info.mime_type)); 182 response->setTextEncodingName(WebString::fromUTF8(info.charset)); 195 WebString::fromUTF8(info.socket_address.host())); 224 load_info.setHTTPStatusText(WebString::fromUTF8( 231 load_info.addRequestHeader(WebString::fromUTF8(it->first), 232 WebString::fromUTF8(it->second)); 238 load_info.addResponseHeader(WebString::fromUTF8(it->first) [all...] |
regular_expression_unittest.cc | 7 #include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" 31 WebString(matches[i].text, matches[i].textLength), 0, &matchedLength)); 58 WebRegularExpression regex(WebString(pattern, arraysize(pattern)), 78 WebRegularExpression regex(WebString(pattern, arraysize(pattern)),
|
webpreferences.cc | 12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" 19 using WebKit::WebString; 215 web_view->setInspectorSetting(WebString::fromUTF8(it->first), 216 WebString::fromUTF8(it->second));
|
dom_serializer_unittest.cc | 23 #include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" 43 using WebKit::WebString; 144 const WebString encoding_info) { 178 WebString file_path = webkit_glue::FilePathStringToWebString( 205 WebVector<WebString> local_paths_; 242 WebString httpEquiv = meta.getAttribute("http-equiv"); 539 LoadContents(original_contents, file_url, WebString()); 570 WebString encoding = web_frame->encoding(); 599 LoadContents(original_contents, file_url, WebString()); 607 WebString value = body_ele.getAttribute("title") [all...] |
/external/webkit/Source/WebKit/chromium/public/ |
WebURLLoadTiming.h | 40 class WebString;
|
WebWindowFeatures.h | 35 #include "WebString.h" 63 WebVector<WebString> additionalFeatures;
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebMediaCacheManagerProxy.cpp | 87 hostnames[i] = WebString::create(hostnameList[i]);
|