HomeSort by relevance Sort by last modified time
    Searched refs:WebVector (Results 101 - 125 of 332) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h 36 #include "../platform/WebVector.h"
119 BLINK_EXPORT bool ariaControls(WebVector<WebAXObject>& controlsElements) const;
120 BLINK_EXPORT bool ariaDescribedby(WebVector<WebAXObject>& describedbyElements) const;
121 BLINK_EXPORT bool ariaFlowTo(WebVector<WebAXObject>& flowToElements) const;
123 BLINK_EXPORT bool ariaLabelledby(WebVector<WebAXObject>& labelledbyElements) const;
128 BLINK_EXPORT bool ariaOwns(WebVector<WebAXObject>& ownsElements) const;
160 BLINK_EXPORT bool lineBreaks(WebVector<int>&) const;
201 BLINK_EXPORT void characterOffsets(WebVector<int>&) const;
202 BLINK_EXPORT void wordBoundaries(WebVector<int>& starts, WebVector<int>& ends) const
    [all...]
WebDocument.h 35 #include "../platform/WebVector.h"
105 BLINK_EXPORT void forms(WebVector<WebFormElement>&) const;
106 BLINK_EXPORT void images(WebVector<WebElement>&);
140 BLINK_EXPORT void watchCSSSelectors(const WebVector<WebString>& selectors);
142 BLINK_EXPORT WebVector<WebDraggableRegion> draggableRegions() const;
WebContextMenuData.h 38 #include "../platform/WebVector.h"
130 WebVector<WebString> dictionarySuggestions;
169 WebVector<WebMenuItemInfo> customItems;
  /external/chromium_org/content/child/indexed_db/
webidbcursor_impl.h 45 const std::vector<blink::WebVector<blink::WebBlobInfo> >& blob_info);
74 std::deque<blink::WebVector<blink::WebBlobInfo> > prefetch_blob_info_;
webidbcursor_impl_unittest.cc 23 using blink::WebVector;
99 WebVector<WebBlobInfo>* webBlobInfo = 0)
105 const WebVector<WebBlobInfo>& webBlobInfo) OVERRIDE {
114 WebVector<WebBlobInfo>* webBlobInfo_;
179 std::vector<WebVector<WebBlobInfo> > blob_info;
183 WebVector<WebBlobInfo>(static_cast<size_t>(expected_key + i)));
194 WebVector<WebBlobInfo> web_blob_info;
239 std::vector<WebVector<WebBlobInfo> > blob_info;
243 WebVector<WebBlobInfo>(static_cast<size_t>(expected_key + i)));
314 std::vector<WebVector<WebBlobInfo> > blob_info(prefetch_count)
    [all...]
webidbdatabase_impl.cc 19 #include "third_party/WebKit/public/platform/WebVector.h"
31 using blink::WebVector;
80 const WebVector<long long>& object_store_ids,
121 const blink::WebVector<WebBlobInfo>& web_blob_info,
125 const WebVector<long long>& web_index_ids,
126 const WebVector<WebIndexKeys>& web_index_keys) {
145 const WebVector<long long>& index_ids,
146 const WebVector<WebIndexKeys>& index_keys) {
170 const WebVector<long long>& web_index_ids) {
275 void WebIDBDatabaseImpl::ackReceivedBlobs(const WebVector<WebString>& uuids)
    [all...]
indexed_db_key_builders.cc 12 #include "third_party/WebKit/public/platform/WebVector.h"
24 using blink::WebVector;
30 const WebVector<WebIDBKey>& array = other.array();
38 const WebVector<WebString>& array) {
75 blink::WebVector<WebIDBKey> web_array(array.size());
  /external/chromium_org/content/renderer/media/
mock_media_stream_registry.cc 16 #include "third_party/WebKit/public/platform/WebVector.h"
27 blink::WebVector<blink::WebMediaStreamTrack> webkit_audio_tracks;
28 blink::WebVector<blink::WebMediaStreamTrack> webkit_video_tracks;
webaudio_capturer_source.h 15 #include "third_party/WebKit/public/platform/WebVector.h"
40 virtual void consumeAudio(const blink::WebVector<const float*>& audio_data,
  /external/chromium_org/third_party/WebKit/Source/web/
WebFormElement.cpp 77 WebVector<WebNode>& result)
84 void WebFormElement::getFormControlElements(WebVector<WebFormControlElement>& result) const
WebIDBKey.cpp 35 WebIDBKey WebIDBKey::createArray(const WebVector<WebIDBKey>& array)
89 static IDBKey* convertFromWebIDBKeyArray(const WebVector<WebIDBKey>& array)
122 static void convertToWebIDBKeyArray(const IDBKey::KeyArray& array, WebVector<WebIDBKey>& result)
124 WebVector<WebIDBKey> keys(array.size());
125 WebVector<WebIDBKey> subkeys;
156 void WebIDBKey::assignArray(const WebVector<WebIDBKey>& array)
210 WebVector<WebIDBKey> WebIDBKey::array() const
212 WebVector<WebIDBKey> keys;
WebIDBKeyPath.cpp 31 #include "public/platform/WebVector.h"
41 WebIDBKeyPath WebIDBKeyPath::create(const WebVector<WebString>& keyPath)
77 WebVector<WebString> WebIDBKeyPath::array() const
WebAXObject.cpp 421 bool WebAXObject::ariaControls(WebVector<WebAXObject>& controlsElements) const
429 WebVector<WebAXObject> result(controls.size());
437 bool WebAXObject::ariaDescribedby(WebVector<WebAXObject>& describedbyElements) const
445 WebVector<WebAXObject> result(describedby.size());
461 bool WebAXObject::ariaFlowTo(WebVector<WebAXObject>& flowToElements) const
469 WebVector<WebAXObject> result(flowTo.size());
477 bool WebAXObject::ariaLabelledby(WebVector<WebAXObject>& labelledbyElements) const
485 WebVector<WebAXObject> result(labelledby.size());
525 bool WebAXObject::ariaOwns(WebVector<WebAXObject>& ownsElements) const
533 WebVector<WebAXObject> result(owns.size())
    [all...]
SpeechRecognitionClientProxy.cpp 57 WebVector<WebSpeechGrammar> webSpeechGrammars(static_cast<size_t>(grammarList->length()));
101 void SpeechRecognitionClientProxy::didReceiveResults(const WebSpeechRecognitionHandle& handle, const WebVector<WebSpeechRecognitionResult>& newFinalResults, const WebVector<WebSpeechRecognitionResult>& currentInterimResults)
  /external/chromium_org/content/shell/renderer/test_runner/
spell_check_client.cc 52 blink::WebVector<blink::WebString>* optional_suggestions) {
60 blink::WebVector<blink::WebTextCheckingResult>* web_results) {
87 const blink::WebVector<uint32_t>& markers,
88 const blink::WebVector<unsigned>& marker_offsets,
122 blink::WebVector<blink::WebString> suggestions;
mock_credential_manager_client.cc 44 const blink::WebVector<blink::WebURL>& federations,
mock_web_media_stream_center.cc 18 #include "third_party/WebKit/public/platform/WebVector.h"
55 virtual void consumeAudio(const blink::WebVector<const float*>&,
75 blink::WebVector<blink::WebSourceInfo> results(size);
112 blink::WebVector<blink::WebMediaStreamTrack> tracks;
131 blink::WebVector<blink::WebMediaStreamTrack> audio_tracks;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WebIDBCallbacksImpl.cpp 53 using blink::WebVector;
74 static PassOwnPtr<Vector<WebBlobInfo> > ConvertBlobInfo(const WebVector<WebBlobInfo>& webBlobInfo)
89 void WebIDBCallbacksImpl::onSuccess(const WebVector<blink::WebString>& webStringList)
99 void WebIDBCallbacksImpl::onSuccess(WebIDBCursor* cursor, const WebIDBKey& key, const WebIDBKey& primaryKey, const WebData& value, const WebVector<WebBlobInfo>& webBlobInfo)
120 void WebIDBCallbacksImpl::onSuccess(const WebData& value, const WebVector<WebBlobInfo>& webBlobInfo)
127 void WebIDBCallbacksImpl::onSuccess(const WebData& value, const WebVector<WebBlobInfo>& webBlobInfo, const WebIDBKey& key, const WebIDBKeyPath& keyPath)
148 void WebIDBCallbacksImpl::onSuccess(const WebIDBKey& key, const WebIDBKey& primaryKey, const WebData& value, const WebVector<WebBlobInfo>& webBlobInfo)
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 15 #include "third_party/WebKit/public/platform/WebVector.h"
28 using blink::WebVector;
71 last_results_.assign(blink::WebVector<blink::WebTextCheckingResult>());
132 WebVector<WebString>* optional_suggestions) {
152 blink::WebVector<blink::WebTextCheckingResult>* results) {
168 const WebVector<uint32>& markers,
169 const WebVector<unsigned>& marker_offsets,
228 blink::WebVector<blink::WebTextCheckingResult> textcheck_results;
275 blink::WebVector<blink::WebTextCheckingResult> textcheck_results;
348 blink::WebVector<blink::WebTextCheckingResult> results(result_size)
    [all...]
spellcheck_provider_test.h 14 #include "third_party/WebKit/public/platform/WebVector.h"
29 const blink::WebVector<blink::WebTextCheckingResult>& results) OVERRIDE;
  /external/chromium_org/content/renderer/
disambiguation_popup_helper.cc 11 using blink::WebVector;
32 float FindOptimalScaleFactor(const WebVector<WebRect>& target_rects,
92 const WebVector<WebRect>& target_rects,
disambiguation_popup_helper_unittest.cc 9 #include "third_party/WebKit/public/platform/WebVector.h"
36 blink::WebVector<blink::WebRect> target_rects(static_cast<size_t>(1));
53 blink::WebVector<blink::WebRect> target_rects(static_cast<size_t>(1));
71 blink::WebVector<blink::WebRect> target_rects(static_cast<size_t>(2));
renderer_webcookiejar_impl.h 32 blink::WebVector<blink::WebCookie>& cookies);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebImageSkia.cpp 94 WebVector<WebImage> WebImage::framesFromData(const WebData& data)
102 return WebVector<WebImage>();
106 return WebVector<WebImage>();
  /external/chromium_org/cc/blink/
web_layer_impl.h 23 #include "third_party/WebKit/public/platform/WebVector.h"
119 const blink::WebVector<blink::WebRect>& region);
120 virtual blink::WebVector<blink::WebRect> nonFastScrollableRegion() const;
122 const blink::WebVector<blink::WebRect>& region);
123 virtual blink::WebVector<blink::WebRect> touchEventHandlerRegion() const;

Completed in 440 milliseconds

1 2 3 45 6 7 8 91011>>