OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebString
(Results
151 - 175
of
294
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebKit/chromium/src/
WebSerializedScriptValue.cpp
35
#include "
WebString
.h"
41
WebSerializedScriptValue WebSerializedScriptValue::fromString(const
WebString
& s)
61
WebString
WebSerializedScriptValue::toString() const
WebFormElement.cpp
41
#include "
WebString
.h"
54
WebString
WebFormElement::action() const
59
WebString
WebFormElement::name() const
64
WebString
WebFormElement::method() const
79
void WebFormElement::getNamedElements(const
WebString
& name,
WebIDBDatabaseCallbacksImpl.h
33
#include "
WebString
.h"
46
virtual void onVersionChange(const
WebString
& version);
WebSpeechInputControllerMockImpl.cpp
60
void WebSpeechInputControllerMockImpl::addMockRecognitionResult(const
WebString
& result, double confidence, const
WebString
&language)
85
bool WebSpeechInputControllerMockImpl::startRecognition(int requestId, const WebRect& elementRect, const
WebString
& language, const
WebString
& grammar, const WebSecurityOrigin& origin)
WebStorageNamespaceImpl.h
45
virtual WebStorageArea* createStorageArea(const
WebString
& origin);
WebInputElement.cpp
36
#include "
WebString
.h"
88
void WebInputElement::setValue(const
WebString
& value, bool sendChangeEvent)
93
WebString
WebInputElement::value() const
98
void WebInputElement::setSuggestedValue(const
WebString
& value)
103
WebString
WebInputElement::suggestedValue() const
108
void WebInputElement::setPlaceholder(const
WebString
& value)
113
WebString
WebInputElement::placeholder() const
143
bool WebInputElement::isValidValue(const
WebString
& value) const
WebNode.cpp
47
#include "
WebString
.h"
86
WebString
WebNode::nodeName() const
91
WebString
WebNode::nodeValue() const
96
bool WebNode::setNodeValue(const
WebString
& value)
138
WebString
WebNode::createMarkup() const
163
void WebNode::addEventListener(const
WebString
& eventType, WebDOMEventListener* listener, bool useCapture)
173
void WebNode::removeEventListener(const
WebString
& eventType, WebDOMEventListener* listener, bool useCapture)
187
WebNodeList WebNode::getElementsByTagName(const
WebString
& tag) const
WebIDBObjectStoreImpl.cpp
55
WebString
WebIDBObjectStoreImpl::name() const
60
WebString
WebIDBObjectStoreImpl::keyPath() const
90
WebIDBIndex* WebIDBObjectStoreImpl::createIndex(const
WebString
& name, const
WebString
& keyPath, bool unique, const WebIDBTransaction& transaction, WebExceptionCode& ec)
98
WebIDBIndex* WebIDBObjectStoreImpl::index(const
WebString
& name, WebExceptionCode& ec)
106
void WebIDBObjectStoreImpl::deleteIndex(const
WebString
& name, const WebIDBTransaction& transaction, WebExceptionCode& ec)
WebAccessibilityObject.cpp
47
#include "
WebString
.h"
75
WebString
WebAccessibilityObject::accessibilityDescription() const
78
return
WebString
();
84
WebString
WebAccessibilityObject::actionVerb() const
87
return
WebString
();
364
WebString
WebAccessibilityObject::helpText() const
367
return
WebString
();
400
WebString
WebAccessibilityObject::keyboardShortcut() const
403
return
WebString
();
408
return
WebString
();
[
all
...]
WebDOMStringList.cpp
35
#include "
WebString
.h"
56
void WebDOMStringList::append(const
WebString
& string)
68
WebString
WebDOMStringList::item(unsigned index) const
WebSelectElement.cpp
37
#include "
WebString
.h"
44
void WebSelectElement::setValue(const
WebString
& value)
49
WebString
WebSelectElement::value() const
WebStorageNamespaceImpl.cpp
39
#include "
WebString
.h"
43
WebStorageNamespace* WebStorageNamespace::createLocalStorageNamespace(const
WebString
& path, unsigned quota)
62
WebStorageArea* WebStorageNamespaceImpl::createStorageArea(const
WebString
& originString)
/external/webkit/Source/WebKit2/UIProcess/Authentication/
WebCredential.h
30
#include "
WebString
.h"
47
static PassRefPtr<WebCredential> create(
WebString
* username,
WebString
* password, WebCore::CredentialPersistence persistence)
/external/chromium/webkit/glue/
glue_serialize_unittest.cc
20
using WebKit::
WebString
;
35
http_body.appendFile(
WebString
::fromUTF8("file.txt"));
48
item.setURLString(
WebString
::fromUTF8("urlString"));
49
item.setOriginalURLString(
WebString
::fromUTF8("originalURLString"));
50
item.setTarget(
WebString
::fromUTF8("target"));
51
item.setParent(
WebString
::fromUTF8("parent"));
52
item.setTitle(
WebString
::fromUTF8("title"));
53
item.setAlternateTitle(
WebString
::fromUTF8("alternateTitle"));
59
WebVector<
WebString
> document_state(size_t(3));
60
document_state[0] =
WebString
::fromUTF8("state1")
[
all
...]
dom_operations.cc
20
#include "third_party/WebKit/Source/WebKit/chromium/public/
WebString
.h"
32
using WebKit::
WebString
;
82
WebString
value =
153
WebString
GetSubResourceLinkFromElement(const WebElement& element) {
183
return
WebString
();
184
WebString
value = element.getAttribute(
WebString
::fromUTF8(attribute_name));
191
return
WebString
();
254
web_frame->document().getElementById(
WebString
::fromUTF8(element_id));
258
WebString
::fromUTF8(animation_name)
[
all
...]
iframe_redirect_unittest.cc
11
#include "third_party/WebKit/Source/WebKit/chromium/public/
WebString
.h"
20
using WebKit::
WebString
;
40
test_shell_->webView()->findFrameByName(
WebString
::fromUTF8("ifr"));
/external/webkit/Source/WebKit/chromium/public/
WebContextMenuData.h
38
#include "
WebString
.h"
84
WebString
frameEncoding;
106
WebString
selectedText;
112
WebString
misspelledWord;
115
WebVector<
WebString
> dictionarySuggestions;
WebDocument.h
51
class
WebString
;
77
WEBKIT_API
WebString
title() const;
79
WEBKIT_API WebURL completeURL(const
WebString
&) const;
80
WEBKIT_API WebElement getElementById(const
WebString
&) const;
WebIDBTransaction.h
30
#include "
WebString
.h"
49
virtual WebIDBObjectStore* objectStore(const
WebString
& name, WebExceptionCode&)
WebMenuItemInfo.h
35
#include "
WebString
.h"
59
WebString
label;
WebURLError.h
34
#include "
WebString
.h"
47
WebString
domain;
WebNode.h
36
#include "
WebString
.h"
87
WEBKIT_API
WebString
nodeName() const;
88
WEBKIT_API
WebString
nodeValue() const;
89
WEBKIT_API bool setNodeValue(const
WebString
&);
97
WEBKIT_API
WebString
createMarkup() const;
102
WEBKIT_API void addEventListener(const
WebString
& eventType, WebDOMEventListener* listener, bool useCapture);
103
WEBKIT_API void removeEventListener(const
WebString
& eventType, WebDOMEventListener* listener, bool useCapture);
105
WEBKIT_API WebNodeList getElementsByTagName(const
WebString
&) const;
WebDOMStringList.h
36
#include "
WebString
.h"
60
WEBKIT_API void append(const
WebString
&);
62
WEBKIT_API
WebString
item(unsigned) const;
/external/webkit/Source/WebKit/chromium/tests/
WebPageSerializerTest.cpp
36
#include "
WebString
.h"
76
void registerMockedURLLoad(const WebURL& url, const
WebString
& fileName)
84
webkit_support::RegisterMockedURL(url, response,
WebString
::fromUTF8(filePath));
120
registerMockedURLLoad(topFrameURL,
WebString
::fromUTF8("simple_page.html"));
154
registerMockedURLLoad(topFrameURL,
WebString
::fromUTF8("top_frame.html"));
156
WebString
::fromUTF8("simple_iframe.html"));
158
WebString
::fromUTF8("object_iframe.html"));
160
WebString
::fromUTF8("embed_iframe.html"));
165
WebString
::fromUTF8("awesome.png"));
/external/webkit/Tools/DumpRenderTree/chromium/
NotificationPresenter.h
49
void grantPermission(const WebKit::
WebString
& origin);
52
bool simulateClick(const WebKit::
WebString
& notificationIdentifier);
Completed in 883 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>