Searched defs:WebVector (Results 1 - 9 of 9) sorted by last modified time

/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'}}
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPopupMenuImpl.cpp326 bool WebPopupMenuImpl::setComposition(const WebString&, const WebVector<WebCompositionUnderline>&, int, int) argument
H A DWebRemoteFrameImpl.cpp192 WebVector<WebIconURL> WebRemoteFrameImpl::iconURLs(int iconTypesMask) const
195 return WebVector<WebIconURL>();
384 int extensionGroup, WebVector<v8::Local<v8::Value> >* results)
631 bool WebRemoteFrameImpl::setCompositionFromExistingText(int compositionStart, int compositionEnd, const WebVector<WebCompositionUnderline>& underlines)
763 void WebRemoteFrameImpl::findMatchRects(WebVector<WebFloatRect>&)
774 void WebRemoteFrameImpl::setTickmarks(const WebVector<WebRect>&) argument
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBCallbacks.h31 #include "WebVector.h"
51 virtual void onSuccess(const WebVector<WebString>&) { BLINK_ASSERT_NOT_REACHED(); } argument
52 virtual void onSuccess(WebIDBCursor*, const WebIDBKey&, const WebIDBKey& primaryKey, const WebData&, const WebVector<WebBlobInfo>&) { BLINK_ASSERT_NOT_REACHED(); } argument
55 virtual void onSuccess(const WebData&, const WebVector<WebBlobInfo>&) { BLINK_ASSERT_NOT_REACHED(); } argument
56 virtual void onSuccess(const WebData&, const WebVector<WebBlobInfo>&, const WebIDBKey&, const WebIDBKeyPath&) { BLINK_ASSERT_NOT_REACHED(); } argument
59 virtual void onSuccess(const WebIDBKey&, const WebIDBKey& primaryKey, const WebData&, const WebVector<WebBlobInfo>&) { BLINK_ASSERT_NOT_REACHED(); } argument
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 DWebVector.h46 // void Foo(WebVector<int>& result)
48 // WebVector<int> data(10);
59 // WebVector<WebCString> cstrings = input;
64 class WebVector { class in namespace:blink
68 ~WebVector()
73 explicit WebVector(size_t size = 0) function in class:blink::WebVector
79 WebVector(const U* values, size_t size) function in class:blink::WebVector
84 WebVector(const WebVector<T>& other) function in class:blink::WebVector
90 WebVector(cons function in class:blink::WebVector
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebAutofillClient.h42 template <typename T> class WebVector;
61 virtual void didAssociateFormControls(const WebVector<WebNode>&) { } argument
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 DWebFrameClient.h173 virtual void didMatchCSS(WebLocalFrame*, const WebVector<WebString>& newlyMatchingSelectors, const WebVector<WebString>& stoppedMatchingSelectors) { }
344 const WebVector<WebColorSuggestion>&) { return 0; }
341 createColorChooser( WebColorChooserClient*, const WebColor&, const WebVector<WebColorSuggestion>&) argument

Completed in 144 milliseconds