Searched defs:Vector (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/PBQP/
H A DMath.h22 class Vector { class in namespace:PBQP
26 explicit Vector(unsigned length) : function in class:PBQP::Vector
31 Vector(unsigned length, PBQPNum initVal) : function in class:PBQP::Vector
37 Vector(const Vector &v) : function in class:PBQP::Vector
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DContextMenuNone.cpp46 PlatformContextMenu ContextMenu::createPlatformContextMenuFromItems(const Vector<ContextMenuItem>&) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/efl/
H A DIconEfl.cpp55 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>&) argument
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DSearchPopupMenuGtk.cpp37 void SearchPopupMenuGtk::saveRecentSearches(const AtomicString&, const Vector<String>&) argument
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DVector.h40 class Vector { class in namespace:bmalloc
81 inline Vector<T>::Vector() function in class:bmalloc::Vector
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDOMStringList.h
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLParserIdioms.h44 String stripLeadingAndTrailingHTMLSpaces(const Vector<UChar, inlineCapacity>& vector) argument
H A DAtomicHTMLToken.h164 AtomicHTMLToken(HTMLToken::Type type, const AtomicString& name, const Vector<Attribute>& attributes = Vector<Attribute>()) argument
/macosx-10.10/WebCore-7600.1.25/page/
H A DEditorClient.h186 virtual void selectionRectsDidChange(const Vector<LayoutRect>&, const Vector<GapRects>&, bool) { } argument
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DQuotesData.cpp32 PassRefPtr<QuotesData> QuotesData::create(const Vector<std::pair<String, String>>& quotes) argument
38 QuotesData::QuotesData(const Vector<std::pair<String, String>>& quotes) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/
H A DAPIFormClient.h45 virtual bool willSubmitForm(WebKit::WebPageProxy*, WebKit::WebFrameProxy*, WebKit::WebFrameProxy* sourceFrame, const Vector<std::pair<WTF::String, WTF::String>>& textFieldValues, API::Object* userData, WebKit::WebFormSubmissionListenerProxy*) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebFormClient.cpp40 bool WebFormClient::willSubmitForm(WebPageProxy* page, WebFrameProxy* frame, WebFrameProxy* sourceFrame, const Vector<std::pair<String, String>>& textFieldValues, API::Object* userData, WebFormSubmissionListenerProxy* listener) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DWebContextMenuProxyEfl.cpp50 void WebContextMenuProxyEfl::showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&, const ContextMenuContextData&) argument
H A DWebPageProxyEfl.cpp72 void WebPageProxy::saveRecentSearches(const String&, const Vector<String>&) argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DUniqueVector.h31 std::vector<T> Vector; member in class:llvm::UniqueVector
H A DMapVector.h36 VectorType Vector; member in class:llvm::MapVector
[all...]
H A DSmallSet.h35 SmallVector<T, N> Vector; member in class:llvm::SmallSet
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DBase64.h[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DErrorInstance.h41 static ErrorInstance* create(VM& vm, Structure* structure, const String& message, Vector<StackFrame> stackTrace = Vector<StackFrame>()) argument
48 static ErrorInstance* create(ExecState* exec, Structure* structure, JSValue message, Vector<StackFrame> stackTrace = Vector<StackFrame>()) argument
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DDataReference.h52 DataReference(const Vector<uint8_t, inlineCapacity>& vector) argument
H A DArgumentCoders.h132 static void encode(ArgumentEncoder& encoder, const Vector<T, inlineCapacity>& vector) argument
161 static void encode(ArgumentEncoder& encoder, const Vector<T, inlineCapacity>& vector) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/gtk/
H A DWebPageProxyGtk.cpp69 void WebPageProxy::saveRecentSearches(const String&, const Vector<String>&) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DAPIInjectedBundleFormClient.h71 virtual void willSubmitForm(WebKit::WebPage*, WebCore::HTMLFormElement*, WebKit::WebFrame*, WebKit::WebFrame*, const Vector<std::pair<WTF::String, WTF::String>>&, RefPtr<API::Object>& userData) { UNUSED_PARAM(userData); } argument
72 virtual void willSendSubmitEvent(WebKit::WebPage*, WebCore::HTMLFormElement*, WebKit::WebFrame*, WebKit::WebFrame*, const Vector<std::pair<WTF::String, WTF::String>>&) { } argument
73 virtual void didAssociateFormControls(WebKit::WebPage*, const Vector<RefPtr<WebCore::Element>>&) { } argument
H A DInjectedBundlePageFormClient.cpp127 void InjectedBundlePageFormClient::willSendSubmitEvent(WebPage* page, HTMLFormElement* formElement, WebFrame* frame, WebFrame* sourceFrame, const Vector<std::pair<String, String>>& values) argument
142 void InjectedBundlePageFormClient::willSubmitForm(WebPage* page, HTMLFormElement* formElement, WebFrame* frame, WebFrame* sourceFrame, const Vector<std::pair<String, String>>& values, RefPtr<API::Object>& userData) argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DIntrinsics.h83 Integer, Vector, Pointer, Struct, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind

Completed in 293 milliseconds

123