Searched defs:CopyFrom (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/chromeos/ime/
H A Dcomposition_text.cc15 void CompositionText::CopyFrom(const CompositionText& obj) { function in class:chromeos::CompositionText
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_contents_resizing_strategy.cc21 void DevToolsContentsResizingStrategy::CopyFrom( function in class:DevToolsContentsResizingStrategy
/external/chromium_org/media/base/
H A Ddata_buffer.cc42 scoped_refptr<DataBuffer> DataBuffer::CopyFrom(const uint8* data, int size) { function in class:media::DataBuffer
H A Ddecoder_buffer.cc51 scoped_refptr<DecoderBuffer> DecoderBuffer::CopyFrom(const uint8* data, function in class:media::DecoderBuffer
59 scoped_refptr<DecoderBuffer> DecoderBuffer::CopyFrom(const uint8* data, function in class:media::DecoderBuffer
H A Daudio_buffer.cc94 scoped_refptr<AudioBuffer> AudioBuffer::CopyFrom( function in class:media::AudioBuffer
H A Dstream_parser_buffer.cc18 StreamParserBuffer::CopyFrom(buffer.data(),
47 scoped_refptr<StreamParserBuffer> StreamParserBuffer::CopyFrom( function in class:media::StreamParserBuffer
55 scoped_refptr<StreamParserBuffer> StreamParserBuffer::CopyFrom( function in class:media::StreamParserBuffer
/external/chromium_org/net/cert/
H A Dcert_verify_result.h28 void CopyFrom(const CertVerifyResult& other) { function in class:net::CertVerifyResult
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatch.cc70 number_.CopyFrom(number);
84 void PhoneNumberMatch::CopyFrom(const PhoneNumberMatch& match) { function in class:i18n::phonenumbers::PhoneNumberMatch
/external/chromium_org/cc/quads/
H A Dshared_quad_state.cc27 void SharedQuadState::CopyFrom(const SharedQuadState* other) { function in class:cc::SharedQuadState
/external/chromium_org/chrome/installer/util/
H A Dapp_commands.cc54 AppCommands& AppCommands::CopyFrom(const AppCommands& other) { function in class:installer::AppCommands
H A Dinstallation_state.cc156 ProductState& ProductState::CopyFrom(const ProductState& other) { function in class:installer::ProductState
165 commands_.CopyFrom(other.commands_);
/external/chromium_org/components/policy/core/common/
H A Dpolicy_bundle.cc36 void PolicyBundle::CopyFrom(const PolicyBundle& other) { function in class:policy::PolicyBundle
H A Dpolicy_map.cc98 void PolicyMap::CopyFrom(const PolicyMap& other) { function in class:policy::PolicyMap
110 copy->CopyFrom(*this);
/external/chromium_org/remoting/host/
H A Din_memory_host_config.cc47 bool InMemoryHostConfig::CopyFrom(const base::DictionaryValue* dictionary) { function in class:remoting::InMemoryHostConfig
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.h45 void CopyFrom(const uptr *src, uptr src_size) { function in struct:__sanitizer::StackTrace
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cc90 void StackTrace::CopyFrom(const StackTrace& other) { function in class:__tsan::StackTrace
/external/chromium_org/chrome/service/cloud_print/
H A Dconnector_settings.cc36 CopyFrom(ConnectorSettings());
104 void ConnectorSettings::CopyFrom(const ConnectorSettings& source) { function in class:cloud_print::ConnectorSettings
/external/chromium_org/net/url_request/
H A Durl_request_context.cc42 void URLRequestContext::CopyFrom(const URLRequestContext* other) { function in class:net::URLRequestContext
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Drule.cc140 void Rule::CopyFrom(const Rule& rule) { function in class:i18n::addressinput::Rule
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dcommon.h66 CopyFrom(channels[i], i);
71 void CopyFrom(const void* channel_ptr, int i) { function in class:webrtc::ChannelBuffer
/external/chromium_org/ui/base/ime/
H A Dcandidate_window.cc50 void CandidateWindow::CopyFrom(const CandidateWindow& cw) { function in class:ui::CandidateWindow
/external/protobuf/python/google/protobuf/
H A Dmessage.py93 def CopyFrom(self, other_msg): member in class:Message
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToXMLStream.java71 public void CopyFrom(ToXMLStream xmlListener) method in class:ToXMLStream
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relro.cpp88 bool SharedRelro::CopyFrom(size_t relro_start, function in class:crazy::SharedRelro
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dmessage.py107 def CopyFrom(self, other_msg): member in class:Message

Completed in 874 milliseconds

123