Searched defs:AddString (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/components/rappor/
H A Dbloom_filter.cc23 void BloomFilter::AddString(const std::string& str) { function in class:rappor::BloomFilter
/external/lldb/tools/lldb-perf/lib/
H A DResults.cpp186 value_dict_ap->AddString("description", NULL, description);
203 value_dict_ap->AddString("description", NULL, description);
212 Results::Dictionary::AddString (const char *name, const char *description, const char *value) function in class:Results::Dictionary
218 value_dict_ap->AddString("description", NULL, description);
219 value_dict_ap->AddString("value", NULL, value);
234 value_dict_ap->AddString("description", NULL, description);
/external/chromium_org/chrome/browser/search/
H A Dlocal_ntp_source.cc79 void AddString(base::DictionaryValue* dictionary, function in namespace:__anon4565
90 AddString(translated_strings.get(), "thumbnailRemovedNotification",
92 AddString(translated_strings.get(), "removeThumbnailTooltip",
94 AddString(translated_strings.get(), "undoThumbnailRemove",
96 AddString(translated_strings.get(), "restoreThumbnailsShort",
98 AddString(translated_strings.get(), "attributionIntro",
100 AddString(translated_strings.get(), "title", IDS_NEW_TAB_TITLE);
/external/chromium_org/content/browser/webui/
H A Dweb_ui_data_source_impl.cc123 void WebUIDataSourceImpl::AddString(const std::string& name, function in class:content::WebUIDataSourceImpl
128 void WebUIDataSourceImpl::AddString(const std::string& name, function in class:content::WebUIDataSourceImpl
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h216 AddString(Other.getArgStdStr(I));
277 void AddString(StringRef V) const { function in class:clang::PartialDiagnostic
296 DB.AddString(DiagStorage->DiagArgumentsStr[i]);
354 PD.AddString(S);
H A DDiagnostic.h970 void AddString(StringRef S) const { function in class:clang::DiagnosticBuilder
1016 DB.AddString(S);
/external/llvm/lib/Support/
H A DFoldingSet.cpp87 void FoldingSetNodeID::AddString(StringRef String) { function in class:FoldingSetNodeID
/external/chromium_org/v8/src/
H A Dutils.cc24 void SimpleStringBuilder::AddString(const char* s) { function in class:v8::internal::SimpleStringBuilder
H A Dheap-inl.h585 void ExternalStringTable::AddString(String* string) { function in class:v8::internal::ExternalStringTable
H A Druntime.cc3462 void AddString(Handle<String> string) { function in class:v8::internal::ReplacementStringBuilder
3809 builder->AddString(replacement_substrings_[part.data]);
4115 builder.AddString(replacement);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp253 void CPWL_ComboBox::AddString(FX_LPCWSTR string) function in class:CPWL_ComboBox
256 m_pList->AddString(string);
H A DPWL_ListBox.cpp465 void CPWL_ListBox::AddString(FX_LPCWSTR string) function in class:CPWL_ListBox
469 m_pList->AddString(string);
/external/protobuf/src/google/protobuf/
H A Dextension_set.h289 void AddString(int number, FieldType type, const string& value, desc);
290 string * AddString (int number, FieldType type, desc);
497 inline void ExtensionSet::AddString(int number, FieldType type, function in class:google::protobuf::internal::ExtensionSet
500 AddString(number, type, descriptor)->assign(value);
650 set->AddString(number, field_type, value, NULL);
654 return set->AddString(number, field_type, NULL);
H A Dextension_set.cc387 string* ExtensionSet::AddString(int number, FieldType type, function in class:google::protobuf::internal::ExtensionSet
834 AddString(number, WireFormatLite::TYPE_STRING, extension.descriptor) :
843 AddString(number, WireFormatLite::TYPE_STRING, extension.descriptor) :
H A Dgenerated_message_reflection.cc862 void GeneratedMessageReflection::AddString( function in class:google::protobuf::internal::GeneratedMessageReflection
865 USAGE_CHECK_ALL(AddString, REPEATED, STRING);
867 MutableExtensionSet(message)->AddString(field->number(),
/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_request.cc227 void AddString(const std::string& property_name, const std::string& value, function in namespace:content::__anon6878
265 AddString("macAddress", base::UTF16ToUTF8((*iter)->mac_address), wifi_dict);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc418 string* ExtensionSet::AddString(int number, FieldType type, function in class:google::protobuf::internal::ExtensionSet
1000 AddString(number, WireFormatLite::TYPE_STRING, extension.descriptor) :
1009 AddString(number, WireFormatLite::TYPE_BYTES, extension.descriptor) :
H A Dextension_set.h302 void AddString(int number, FieldType type, const string& value, desc);
303 string * AddString (int number, FieldType type, desc);
571 inline void ExtensionSet::AddString(int number, FieldType type, function in class:google::protobuf::internal::ExtensionSet
574 AddString(number, type, descriptor)->assign(value);
724 set->AddString(number, field_type, value, NULL);
728 return set->AddString(number, field_type, NULL);
H A Dgenerated_message_reflection.cc864 void GeneratedMessageReflection::AddString( function in class:google::protobuf::internal::GeneratedMessageReflection
867 USAGE_CHECK_ALL(AddString, REPEATED, STRING);
869 MutableExtensionSet(message)->AddString(field->number(),
/external/chromium_org/ui/gfx/
H A Dtext_elider.cc326 // before any input can be added via AddString().
330 // AddString() may be called multiple times to concatenate together
333 void AddString(const base::string16& input);
336 // last AddString() call has occurred.
387 void RectangleString::AddString(const base::string16& input) { function in class:gfx::__anon16149::RectangleString
493 // before any input can be added via AddString().
497 // AddString() may be called multiple times to concatenate together
500 void AddString(const base::string16& input);
503 // AddString() call has occured. Returns a combination of
573 void RectangleText::AddString(cons function in class:gfx::__anon16149::RectangleText
[all...]
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp208 static void AddString(AString &dest, const AString &src) function in namespace:NArchive::NXz
250 AddString(s, s2);
360 AddString(_methodsString, GetMethodString(block.filters[i]));
363 AddString(_methodsString, GetCheckString(xzs.p));
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp566 void CPDF_Array::AddString(const CFX_ByteString& str) function in class:CPDF_Array
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp736 void CFX_ListCtrl::AddString(FX_LPCWSTR string) function in class:CFX_ListCtrl
/external/chromium_org/components/breakpad/app/
H A Dbreakpad_linux.cc278 void AddString(const char* str) { function in class:breakpad::__anon6260::MimeWriter
305 AddString(mime_boundary_);
306 AddString(g_rn);
310 AddString(mime_boundary_);
311 AddString(g_dashdash_msg);
312 AddString(g_rn);
319 AddString(g_form_data_msg);
321 AddString(g_quote_msg);
322 AddString(g_rn);
323 AddString(g_r
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPath.h625 // AddString point version
627 Status AddString( function in class:GraphicsPath
651 // AddString rectangle version
653 Status AddString( function in class:GraphicsPath
675 Status AddString( function in class:GraphicsPath
699 // AddString rectangle version
701 Status AddString( function in class:GraphicsPath

Completed in 695 milliseconds

12