Searched defs:append (Results 26 - 50 of 260) sorted by relevance

1234567891011

/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DWebKitBlobBuilder.cpp60 void BlobBuilder::append(const String& text, const String& endingType) function in class:WebCore::BlobBuilder
72 void BlobBuilder::append(ArrayBuffer* arrayBuffer) function in class:WebCore::BlobBuilder
80 void BlobBuilder::append(PassRefPtr<ArrayBufferView> arrayBufferView) function in class:WebCore::BlobBuilder
88 void BlobBuilder::append(Blob* blob) function in class:WebCore::BlobBuilder
[all...]
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DAudioTrackList.cpp46 void AudioTrackList::append(PassRefPtr<AudioTrack> prpTrack) function in class:AudioTrackList
H A DBufferedLineReader.h53 void append(const String& data) function in class:WebCore::BufferedLineReader
H A DVideoTrackList.cpp46 void VideoTrackList::append(PassRefPtr<VideoTrack> prpTrack) function in class:VideoTrackList
H A DTextTrackList.cpp173 void TextTrackList::append(PassRefPtr<TextTrack> prpTrack) function in class:TextTrackList
/macosx-10.10/WebCore-7600.1.25/page/
H A DPerformanceEntryList.cpp61 void PerformanceEntryList::append(PassRefPtr<PerformanceEntry> entry) function in class:WebCore::PerformanceEntryList
/macosx-10.10/WebCore-7600.1.25/platform/animation/
H A DAnimationList.h52 void append(PassRefPtr<Animation> animation) function in class:WebCore::AnimationList
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontFeatureSettings.h56 void append(const FontFeature& feature) { m_list.append(feature); } function in class:WebCore::FontFeatureSettings
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DCursorList.h50 void append(const CursorData& cursorData) { m_vector.append(cursorData); } function in class:WebCore::CursorList
/macosx-10.10/WebKit2-7600.1.25/Shared/ios/
H A DQuickLookDocumentData.cpp36 void QuickLookDocumentData::append(CFDataRef data) function in class:WebKit::QuickLookDocumentData
/macosx-10.10/sudo-73/src/
H A Dtoke_util.c143 append(src, len) function
/macosx-10.10/vim-55/src/tee/
H A Dtee.c74 int append = 0; local
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dbytestrie.cpp434 BytesTrie::append(ByteSink &out, int c) { function in class:BytesTrie
H A Dcharstr.cpp40 CharString &CharString::append(char c, UErrorCode &errorCode) { function in class:CharString
48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { function in class:CharString
H A Dcharstr.h76 CharString &append(const StringPiece &s, UErrorCode &errorCode) { function in class:CharString
79 CharString &append(const CharString &s, UErrorCode &errorCode) { function in class:CharString
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DProfilerOriginStack.cpp61 void OriginStack::append(const Origin& origin) function in class:JSC::Profiler::OriginStack
/macosx-10.10/WTF-7600.1.24/wtf/
H A DStreamBuffer.h54 void append(const T* data, size_t size) function in class:WTF::StreamBuffer
H A DDoublyLinkedList.h145 template<typename T> inline void DoublyLinkedList<T>::append(T* node) function in class:WTF::DoublyLinkedList
190 template<typename T> inline void DoublyLinkedList<T>::append(DoublyLinkedList<T>& other) function in class:WTF::DoublyLinkedList
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestfilecopy.c23 copy_helper(abts_case *tc, const char *from, const char * to, apr_fileperms_t perms, int append, apr_pool_t *p) argument
/macosx-10.10/shell_cmds-179/tee/
H A Dtee.c79 int append, ch, exitval; local
/macosx-10.10/Heimdal-398.1.2/base/
H A Derror.c131 heim_error_append(heim_error_t top, heim_error_t append) argument
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITWriteBarrier.h138 template<typename T> inline void SlotVisitor::append(JITWriteBarrier<T>* slot) function in class:JSC::SlotVisitor
/macosx-10.10/JavaScriptCore-7600.1.17/replay/
H A DEncodedValue.h187 void EncodedValue::append(const typename EncodingTraits<T>::DecodedType& value) function in class:JSC::EncodedValue
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSStringBuilder.h44 void append(LChar character) function in class:JSC::JSStringBuilder
54 void append(UChar character) function in class:JSC::JSStringBuilder
67 void append(const char* str) function in class:JSC::JSStringBuilder
89 void append(const LChar* characters, size_t length) function in class:JSC::JSStringBuilder
/macosx-10.10/WebCore-7600.1.25/html/
H A DFormController.h68 inline void FormControlState::append(const String& value) function in class:WebCore::FormControlState

Completed in 901 milliseconds

1234567891011