Searched refs:WebVector (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebAudioDevice.cpp30 void WebAudioDevice::RenderCallback::render(const WebVector<float*>& sourceData, const WebVector<float*>& destinationData, size_t numberOfFrames)
H A DWebMediaConstraints.cpp43 static PassRefPtr<WebMediaConstraintsPrivate> create(const WebVector<WebMediaConstraint>& optional, const WebVector<WebMediaConstraint>& mandatory);
45 void getOptionalConstraints(WebVector<WebMediaConstraint>&);
46 void getMandatoryConstraints(WebVector<WebMediaConstraint>&);
51 WebMediaConstraintsPrivate(const WebVector<WebMediaConstraint>& optional, const WebVector<WebMediaConstraint>& mandatory);
53 WebVector<WebMediaConstraint> m_optional;
54 WebVector<WebMediaConstraint> m_mandatory;
59 WebVector<WebMediaConstraint> optional;
60 WebVector<WebMediaConstrain
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPluginParams.h36 #include "../platform/WebVector.h"
43 WebVector<WebString> attributeNames;
44 WebVector<WebString> attributeValues;
H A DWebFileChooserCompletion.h38 template <typename T> class WebVector;
55 virtual void didChooseFile(const WebVector<WebString>& fileNames) = 0;
63 virtual void didChooseFile(const WebVector<SelectedFileInfo>&) { } argument
H A DWebPageSerializer.h44 template <typename T> class WebVector;
60 BLINK_EXPORT static void serialize(WebView*, WebVector<Resource>*);
96 const WebVector<WebURL>& links,
97 const WebVector<WebString>& localPaths,
104 const WebVector<WebCString>& supportedSchemes,
105 WebVector<WebURL>* resources,
106 WebVector<WebURL>* frames);
H A DWebPopupMenuInfo.h34 #include "../platform/WebVector.h"
44 WebVector<WebMenuItemInfo> items;
H A DWebFileChooserParams.h35 #include "../platform/WebVector.h"
59 WebVector<WebString> acceptTypes;
66 WebVector<WebString> selectedFiles;
H A DWebPluginScrollbarClient.h32 template <typename T> class WebVector;
39 virtual void getTickmarks(WebPluginScrollbar*, WebVector<WebRect>*) const = 0;
H A DWebTextCheckingCompletion.h39 template <typename T> class WebVector;
44 virtual void didFinishCheckingText(const WebVector<WebTextCheckingResult>&) = 0;
H A DWebExternalPopupMenuClient.h34 #include "../platform/WebVector.h"
52 virtual void didAcceptIndices(const WebVector<int>& indices) = 0;
H A DWebSpellCheckClient.h35 #include "../platform/WebVector.h"
55 WebVector<WebString>* optionalSuggestions) { }
61 WebVector<WebTextCheckingResult>* results) { }
66 const WebVector<uint32_t>& markersInText,
67 const WebVector<unsigned>& markerOffsets,
H A DWebSpeechRecognitionResult.h32 #include "../platform/WebVector.h"
44 BLINK_EXPORT void assign(const WebVector<WebString>& transcripts, const WebVector<float>& confidences, bool final);
/external/chromium_org/third_party/WebKit/Source/web/
H A DCompositionUnderlineVectorBuilder.h35 #include "public/platform/WebVector.h"
46 CompositionUnderlineVectorBuilder(const WebVector<WebCompositionUnderline>&);
H A DWebFileChooserCompletionImpl.h36 #include "public/platform/WebVector.h"
46 virtual void didChooseFile(const WebVector<WebString>& fileNames) OVERRIDE;
47 virtual void didChooseFile(const WebVector<SelectedFileInfo>& files) OVERRIDE;
H A DWebTextCheckingCompletionImpl.cpp35 #include "public/platform/WebVector.h"
42 static Vector<TextCheckingResult> toCoreResults(const WebVector<WebTextCheckingResult>& results)
50 void WebTextCheckingCompletionImpl::didFinishCheckingText(const WebVector<WebTextCheckingResult>& results)
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebServiceWorkerClientsInfo.h9 #include "WebVector.h"
16 WebVector<int> clientIDs;
H A DWebAudioDevice.h33 #include "WebVector.h"
43 virtual void render(const WebVector<float*>& sourceData, const WebVector<float*>& destinationData, size_t numberOfFrames);
H A DWebGraphicsLayerDebugInfo.h40 class WebVector;
45 virtual void getAnnotatedInvalidationRects(WebVector<WebAnnotatedInvalidationRect>&) const = 0;
H A DWebIDBDatabase.h52 virtual void createTransaction(long long id, WebIDBDatabaseCallbacks*, const WebVector<long long>& scope, WebIDBTransactionMode) { BLINK_ASSERT_NOT_REACHED(); }
64 typedef WebVector<WebIDBKey> WebIndexKeys;
67 virtual void put(long long transactionId, long long objectStoreId, const WebData& value, const WebVector<WebBlobInfo>&, const WebIDBKey&, WebIDBPutMode, WebIDBCallbacks*, const WebVector<long long>& indexIds, const WebVector<WebIndexKeys>&) { BLINK_ASSERT_NOT_REACHED(); } argument
68 virtual void setIndexKeys(long long transactionId, long long objectStoreId, const WebIDBKey&, const WebVector<long long>& indexIds, const WebVector<WebIndexKeys>&) { BLINK_ASSERT_NOT_REACHED(); } argument
69 virtual void setIndexesReady(long long transactionId, long long objectStoreId, const WebVector<long long>& indexIds) { BLINK_ASSERT_NOT_REACHED(); }
74 virtual void ackReceivedBlobs(const WebVector<WebString>& uuids) { BLINK_ASSERT_NOT_REACHED(); }
H A DWebAudioDestinationConsumer.h28 #include "WebVector.h"
40 virtual void consumeAudio(const WebVector<const float*>&, size_t numberOfFrames) = 0;
H A DWebAudioSourceProvider.h28 #include "WebVector.h"
40 virtual void provideInput(const WebVector<float*>& audioData, size_t numberOfFrames) = 0;
H A DWebMediaConstraints.h38 #include "WebVector.h"
76 BLINK_PLATFORM_EXPORT void getOptionalConstraints(WebVector<WebMediaConstraint>&) const;
77 BLINK_PLATFORM_EXPORT void getMandatoryConstraints(WebVector<WebMediaConstraint>&) const;
83 BLINK_PLATFORM_EXPORT void initialize(const WebVector<WebMediaConstraint>& optional, const WebVector<WebMediaConstraint>& mandatory);
H A DWebTimeRange.h34 #include "WebVector.h"
46 typedef WebVector<WebTimeRange> WebTimeRanges;
H A DWebMediaStream.h31 #include "WebVector.h"
59 BLINK_PLATFORM_EXPORT void initialize(const WebVector<WebMediaStreamTrack>& audioTracks, const WebVector<WebMediaStreamTrack>& videoTracks);
60 BLINK_PLATFORM_EXPORT void initialize(const WebString& label, const WebVector<WebMediaStreamTrack>& audioTracks, const WebVector<WebMediaStreamTrack>& videoTracks);
67 BLINK_PLATFORM_EXPORT void audioTracks(WebVector<WebMediaStreamTrack>&) const;
68 BLINK_PLATFORM_EXPORT void videoTracks(WebVector<WebMediaStreamTrack>&) const;
/external/clang/test/CXX/temp/temp.res/temp.local/
H A Dp3.cpp24 class WebVector { class in namespace:PR6717
27 WebVector(const WebVector<T>& other) { } // expected-error{{undeclared identifier 'T'}} \ function in namespace:PR6717
31 WebVector<T>& operator=(const C& other) { } // expected-error{{undeclared identifier 'T'}}

Completed in 238 milliseconds

1234567891011>>