Searched defs:append (Results 1 - 25 of 344) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/
H A DKillRingNone.cpp31 void KillRing::append(const String&) function in class:WebCore::KillRing
/external/icu/icu4c/source/layout/
H A DLEInsertionList.h166 * to be first on the list, we need to append the
171 le_bool append; member in class:LEInsertionList
/external/javassist/src/main/javassist/compiler/
H A DKeywordTable.java29 public void append(String name, int t) { method in class:KeywordTable
H A DSymbolTable.java41 public void append(String name, Declarator value) { method in class:SymbolTable
/external/srec/shared/include/
H A Dlstring.h46 * @param value Value to append.
48 ESR_ReturnCode(*append)(struct LString_t* self, const LCHAR* value); member in struct:LString_t
84 * @param value Value to append.
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTouchList.h54 void append(const PassRefPtrWillBeRawPtr<Touch> touch) { m_values.append(touch); } function in class:WebCore::TouchList
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DDOMFormData.cpp61 void DOMFormData::append(const String& name, const String& value) function in class:WebCore::DOMFormData
67 void DOMFormData::append(const String& name, Blob* blob, const String& filename) function in class:WebCore::DOMFormData
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntityParser.h44 void append(UChar c) function in class:WebCore::DecodedHTMLEntity
50 void append(UChar32 c)
53 append(static_cast<UChar>(c));
56 append(U16_LEAD(c));
57 append(U16_TRAIL(c));
H A DHTMLViewSourceParser.cpp66 void HTMLViewSourceParser::append(PassRefPtr<StringImpl> input) function in class:WebCore::HTMLViewSourceParser
H A DBackgroundHTMLInputStream.cpp38 void BackgroundHTMLInputStream::append(const String& input) function in class:WebCore::BackgroundHTMLInputStream
40 m_current.append(SegmentedString(input));
41 m_segments.append(input);
52 m_checkpoints.append(Checkpoint(m_current, m_segments.size(), tokensExtractedSincePreviousCheckpoint));
91 m_current.append(SegmentedString(m_segments[i]));
/external/clang/test/CodeGenCXX/
H A Dpr18962.cpp4 // append has to have the same prototype as fn1 to tickle the bug.
5 void (*append)(A *); member in class:A
27 // We end up using an opaque type for 'append' to avoid circular references.
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStringBuilderExtensions.cs44 public static void append<T>( this StringBuilder buffer, T value ) method in class:Antlr.Runtime.JavaExtensions.StringBuilderExtensions
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackQueue.h65 void append(PassOwnPtr<CustomElementProcessingStep> invocation) { m_queue.append(invocation); } function in class:WebCore::CustomElementCallbackQueue
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DContentDistribution.cpp40 void ContentDistribution::append(PassRefPtrWillBeRawPtr<Node> node) function in class:WebCore::ContentDistribution
46 m_nodes.append(node);
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileList.h51 void append(PassRefPtrWillBeRawPtr<File> file) { m_files.append(file); } function in class:WebCore::FileList
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DBufferedLineReader.h53 void append(const String& data) function in class:WebCore::BufferedLineReader
56 m_buffer.append(SegmentedString(data));
63 // Attempt to read a line from the internal buffer (fed via append).
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DLayerRectList.cpp59 void LayerRectList::append(PassRefPtrWillBeRawPtr<Node> layerRootNode, const String& layerType, int layerOffsetX, int layerOffsetY, PassRefPtrWillBeRawPtr<ClientRect> layerRelativeRect) function in class:WebCore::LayerRectList
61 m_list.append(LayerRect::create(layerRootNode, layerType, layerOffsetX, layerOffsetY, layerRelativeRect));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontFeatureSettings.h57 void append(const FontFeature& feature) { m_list.append(feature); } function in class:WebCore::FontFeatureSettings
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTerminatedArrayBuilder.h41 void append(const T& item) function in class:WTF::TerminatedArrayBuilder
/external/chromium_org/third_party/icu/source/common/
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
72 // so we have to make a copy of the substring and append that.
73 return append(CharString(s, sLength, errorCode), errorCode);
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.cpp68 TiXmlString& TiXmlString::append(const char* str, size_type len) function in class:TiXmlString
96 tmp.append(b, b_len);
105 tmp.append(a, a_len);
/external/clang/include/clang/Basic/
H A DMacroBuilder.h40 /// Directly append Str and a newline to the underlying buffer.
41 void append(const Twine &Str) { function in class:clang::MacroBuilder
/external/deqp/framework/delibs/decpp/
H A DdePoolString.cpp38 void PoolString::append (const char* str) function in class:de::PoolString
47 void PoolString::append (const std::string& str) function in class:de::PoolString
55 void PoolString::append (const PoolString& str) function in class:de::PoolString
/external/deqp/framework/randomshaders/
H A DrsgPrettyPrinter.cpp129 void PrettyPrinter::append (const TokenStream& tokens) function in class:rsg::PrettyPrinter
/external/hamcrest/src/org/hamcrest/
H A DStringDescription.java38 protected void append(String str) { method in class:StringDescription
40 out.append(str);
46 protected void append(char c) { method in class:StringDescription
48 out.append(c);

Completed in 745 milliseconds

1234567891011>>