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

123

/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/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/macosx-10.10/WTF-7600.1.24/wtf/
H A DVector.h553 class Vector : private VectorBuffer<T, inlineCapacity> { class in namespace:WTF
567 Vector() function in class:WTF::Vector
572 explicit Vector(size_t size) function in class:WTF::Vector
579 Vector(size_t size, const T& val) function in class:WTF::Vector
586 Vector(std::initializer_list<T> initializerList) function in class:WTF::Vector
791 operator =(const Vector<T, otherCapacity, otherOverflowBehaviour>& other) argument
820 inline Vector<T, inlineCapacity, OverflowHandler>::Vector(Vector<T, inlineCapacity, OverflowHandler>&& other) function in class:WTF::Vector::Vector
1110 appendVector(const Vector<U, otherCapacity>& val) argument
1150 insertVector(size_t position, const Vector<U, c>& val) argument
1216 operator ==(const Vector<T, inlineCapacity, OverflowHandler>& a, const Vector<T, inlineCapacity, OverflowHandler>& b) argument
1225 operator !=(const Vector<T, inlineCapacity, OverflowHandler>& a, const Vector<T, inlineCapacity, OverflowHandler>& b) argument
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DAtomicString.h54 explicit AtomicString(const Vector<UChar, inlineCapacity>& characters) argument
H A DBase64.h[all...]
H A DStringImpl.h301 static PassRef<StringImpl> create8BitIfPossible(const Vector<UChar, inlineCapacity>& vector) argument
H A DWTFString.h405 static String make8BitFrom16BitSource(const Vector<UChar, inlineCapacity>& buffer) argument
470 inline bool operator==(const Vector<char, inlineCapacity>& a, const String& b) { return equal(b.impl(), a.data(), a.size()); } argument
472 inline bool operator==(const String& a, const Vector<cha argument
481 operator !=(const Vector<char, inlineCapacity>& a, const String& b) argument
483 operator !=(const String& a, const Vector<char, inlineCapacity>& b) argument
499 equalIgnoringNullity(const Vector<UChar, inlineCapacity>& a, const String& b) argument
508 String(const Vector<UChar, inlineCapacity, OverflowHandler>& vector) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDOMBinding.h446 template<typename T, size_t inlineCapacity> JSC::JSValue jsArray(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, const Vector<T, inlineCapacity>& vector) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDOMStringList.h
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DAtomicHTMLToken.h164 AtomicHTMLToken(HTMLToken::Type type, const AtomicString& name, const Vector<Attribute>& attributes = Vector<Attribute>()) argument
H A DHTMLParserIdioms.h44 String stripLeadingAndTrailingHTMLSpaces(const Vector<UChar, inlineCapacity>& vector) argument
H A DHTMLToken.h271 beginEndTag(const Vector<LChar, 32>& characters) argument
397 appendToCharacter(const Vector<LChar, 32>& characters) argument
[all...]
H A DHTMLTokenizer.cpp69 static inline bool vectorEqualsString(const Vector<LChar, 32>& vector, const String& string) argument
H A DXSSAuditor.cpp117 bool threadSafeMatch(const Vector<UChar, inlineCapacity>& vector, const QualifiedName& qname) argument
141 static bool isNameOfInlineEventHandler(const Vector<UChar, 32>& name) argument
/macosx-10.10/WebCore-7600.1.25/loader/
H A DEmptyClients.cpp85 virtual void saveRecentSearches(const AtomicString&, const Vector<String>&) { } argument
147 PassRefPtr<Widget> EmptyFrameLoaderClient::createPlugin(const IntSize&, HTMLPlugInElement*, const URL&, const Vector<String>&, const Vector<String>&, const String&, bool) argument
156 PassRefPtr<Widget> EmptyFrameLoaderClient::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const URL&, const Vector<String>&, const Vector<String>&) argument
/macosx-10.10/WebCore-7600.1.25/page/
H A DChromeClient.h424 virtual void didAssociateFormControls(const Vector<RefPtr<Element>>&) { }; argument
433 virtual bool wrapCryptoKey(const Vector<uint8_t>&, Vector<uint8_t>&) const { return false; } argument
434 virtual bool unwrapCryptoKey(const Vector<uint8_t>&, Vector<uint8_t>&) const { return false; } argument
H A DEditorClient.h186 virtual void selectionRectsDidChange(const Vector<LayoutRect>&, const Vector<GapRects>&, bool) { } argument
/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/WebCore-7600.1.25/platform/text/
H A DPlatformLocale.cpp187 void Locale::setLocaleData(const Vector<String, DecimalSymbolsSize>& symbols, const String& positivePrefix, const String& positiveSuffix, const String& negativePrefix, const String& negativeSuffix) argument
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderGrid.cpp92 GridIterator(const Vector<Vector<Vector<RenderBox*, 1>>>& grid, GridTrackSizingDirection direction, size_t fixedTrackIndex, size_t varyingTrackIndex = 0) argument
[all...]
/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/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGText.cpp273 void RenderSVGText::subtreeChildWasRemoved(const Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes) argument
/macosx-10.10/WebCore-7600.1.25/workers/
H A DWorkerGlobalScope.cpp316 bool WorkerGlobalScope::wrapCryptoKey(const Vector<uint8_t>&, Vector<uint8_t>&) argument
321 bool WorkerGlobalScope::unwrapCryptoKey(const Vector<uint8_t>&, Vector<uint8_ argument
[all...]

Completed in 386 milliseconds

123