HomeSort by relevance Sort by last modified time
    Searched refs:WebVector (Results 51 - 75 of 307) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioDestination.h 36 #include "public/platform/WebVector.h"
64 virtual void render(const blink::WebVector<float*>& sourceData, const blink::WebVector<float*>& audioData, size_t numberOfFrames) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/web/
SpeechRecognitionClientProxy.h 58 virtual void didReceiveResults(const WebSpeechRecognitionHandle&, const WebVector<WebSpeechRecognitionResult>& newFinalResults, const WebVector<WebSpeechRecognitionResult>& currentInterimResults) OVERRIDE;
WebFileChooserCompletionImpl.cpp 45 void WebFileChooserCompletionImpl::didChooseFile(const WebVector<WebString>& fileNames)
55 void WebFileChooserCompletionImpl::didChooseFile(const WebVector<SelectedFileInfo>& files)
WebSpeechRecognitionResult.cpp 44 void WebSpeechRecognitionResult::assign(const WebVector<WebString>& transcripts, const WebVector<float>& confidences, bool final)
  /external/chromium_org/third_party/WebKit/public/platform/
WebClipboard.h 39 #include "WebVector.h"
69 virtual WebVector<WebString> readAvailableTypes(
70 Buffer, bool* containsFilenames) { return WebVector<WebString>(); }
WebCryptoKeyAlgorithmParams.h 36 #include "WebVector.h"
119 const WebVector<unsigned char>& publicExponent() const
136 WebVector<unsigned char> m_publicExponent;
WebIDBKeyPath.h 33 #include "WebVector.h"
42 BLINK_EXPORT static WebIDBKeyPath create(const WebVector<WebString>&);
58 BLINK_EXPORT WebVector<WebString> array() const; // Only valid for ArrayType.
WebIDBMetadata.h 32 #include "WebVector.h"
55 WebVector<ObjectStore> objectStores;
65 WebVector<Index> indexes;
WebLayer.h 38 #include "WebVector.h"
190 virtual void setNonFastScrollableRegion(const WebVector<WebRect>&) = 0;
191 virtual WebVector<WebRect> nonFastScrollableRegion() const = 0;
193 virtual void setTouchEventHandlerRegion(const WebVector<WebRect>&) = 0;
194 virtual WebVector<WebRect> touchEventHandlerRegion() const = 0;
WebMessagePortChannel.h 35 #include "WebVector.h"
42 typedef WebVector<class WebMessagePortChannel*> WebMessagePortChannelArray;
WebDragData.h 44 template <typename T> class WebVector;
104 BLINK_EXPORT WebVector<Item> items() const;
105 BLINK_EXPORT void setItems(const WebVector<Item>&);
WebIDBKey.h 34 #include "WebVector.h"
42 // Please use one of the factory methods. This is public only to allow WebVector.
46 BLINK_EXPORT static WebIDBKey createArray(const WebVector<WebIDBKey>&);
62 BLINK_EXPORT void assignArray(const WebVector<WebIDBKey>&);
73 BLINK_EXPORT WebVector<WebIDBKey> array() const; // Only valid for ArrayType.
  /external/chromium_org/third_party/WebKit/public/web/
WebFormElement.h 34 #include "../platform/WebVector.h"
68 // FIXME: Deprecate and replace with WebVector<WebElement>.
69 BLINK_EXPORT void getNamedElements(const WebString&, WebVector<WebNode>&);
70 BLINK_EXPORT void getFormControlElements(WebVector<WebFormControlElement>&) const;
WebMediaDevicesRequest.h 41 template <typename T> class WebVector;
63 BLINK_EXPORT void requestSucceeded(WebVector<WebMediaDeviceInfo>);
WebHistoryItem.h 46 template <typename T> class WebVector;
95 BLINK_EXPORT WebVector<WebString> documentState() const;
96 BLINK_EXPORT void setDocumentState(const WebVector<WebString>&);
113 BLINK_EXPORT WebVector<WebString> getReferencedFilePaths() const;
WebMenuItemInfo.h 36 #include "../platform/WebVector.h"
65 WebVector<WebMenuItemInfo> subMenuItems;
  /external/chromium_org/content/child/webcrypto/
crypto_data.h 13 #include "third_party/WebKit/public/platform/WebVector.h"
35 explicit CryptoData(const blink::WebVector<unsigned char>& bytes);
  /external/chromium_org/third_party/WebKit/Source/platform/mediastream/
MediaStreamTrackSourcesRequest.h 30 #include "public/platform/WebVector.h"
52 virtual void requestSucceeded(const blink::WebVector<blink::WebSourceInfo>&) = 0;
  /external/chromium_org/content/renderer/media/
media_stream_impl_unittest.cc 21 #include "third_party/WebKit/public/platform/WebVector.h"
84 blink::WebVector<blink::WebMediaDeviceInfo>& devices) OVERRIDE {
102 const blink::WebVector<blink::WebMediaDeviceInfo>& last_devices() {
121 blink::WebVector<blink::WebMediaDeviceInfo> last_devices_;
153 blink::WebVector<blink::WebMediaStreamTrack> audio_tracks;
155 blink::WebVector<blink::WebMediaStreamTrack> video_tracks;
218 blink::WebVector<blink::WebMediaStreamTrack> desc1_video_tracks;
220 blink::WebVector<blink::WebMediaStreamTrack> desc2_video_tracks;
228 blink::WebVector<blink::WebMediaStreamTrack> desc1_audio_tracks;
230 blink::WebVector<blink::WebMediaStreamTrack> desc2_audio_tracks
    [all...]
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.h 75 blink::WebVector<blink::WebString>* optional_suggestions) OVERRIDE;
79 blink::WebVector<blink::WebTextCheckingResult>* results) OVERRIDE;
83 const blink::WebVector<uint32>& markers,
84 const blink::WebVector<unsigned>& marker_offsets,
120 blink::WebVector<blink::WebTextCheckingResult> last_results_;
  /external/chromium_org/content/shell/renderer/test_runner/
SpellCheckClient.cpp 52 void SpellCheckClient::spellCheck(const WebString& text, int& misspelledOffset, int& misspelledLength, WebVector<WebString>* optionalSuggestions)
58 void SpellCheckClient::checkTextOfParagraph(const WebString& text, WebTextCheckingTypeMask mask, WebVector<WebTextCheckingResult>* webResults)
85 const WebVector<uint32_t>& markers,
86 const WebVector<unsigned>& markerOffsets,
120 WebVector<WebString> suggestions;
mock_web_user_media_client.cc 15 #include "third_party/WebKit/public/platform/WebVector.h"
29 using blink::WebVector;
92 const WebVector<WebMediaDeviceInfo>& result)
103 WebVector<WebMediaDeviceInfo> result_;
143 WebVector<WebMediaStreamTrack> audio_tracks(request.audio() ? one : zero);
144 WebVector<WebMediaStreamTrack> video_tracks(request.video() ? one : zero);
177 WebVector<WebMediaDeviceInfo> devices(three);
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher_unittest.cc 27 using blink::WebVector;
82 const WebVector<WebBlobInfo> web_blob_info;
98 WebVector<long long>(),
99 WebVector<WebVector<WebIDBKey> >());
109 const WebVector<WebBlobInfo> web_blob_info;
127 WebVector<long long>(),
128 WebVector<WebVector<WebIDBKey> >());
141 const WebVector<WebBlobInfo>&) OVERRIDE {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPageSerializerTest.cpp 85 static bool webVectorContains(const WebVector<WebURL>& vector, const char* url)
91 static void printWebURLs(const WebVector<WebURL>& urls)
99 WebVector<WebCString> m_supportedSchemes;
114 WebVector<WebURL> frames;
115 WebVector<WebURL> resources;
160 WebVector<WebURL> frames;
161 WebVector<WebURL> resources;
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_media_stream_adapter_unittest.cc 20 #include "third_party/WebKit/public/platform/WebVector.h"
32 blink::WebVector<blink::WebMediaStreamTrack> audio_track_vector(
50 blink::WebVector<blink::WebMediaStreamTrack> video_track_vector(
117 blink::WebVector<blink::WebMediaStreamTrack> audio_tracks(
120 blink::WebVector<blink::WebMediaStreamTrack> video_tracks(
136 blink::WebVector<blink::WebMediaStreamTrack> audio_tracks;
142 blink::WebVector<blink::WebMediaStreamTrack> video_tracks;

Completed in 114 milliseconds

1 23 4 5 6 7 8 91011>>