Searched refs:ShallowCopy (Results 1 - 15 of 15) sorted by path

/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_area.cc201 DOMStorageArea* DOMStorageArea::ShallowCopy( function in class:content::DOMStorageArea
H A Ddom_storage_area.h63 DOMStorageArea* ShallowCopy(
H A Ddom_storage_area_unittest.cc92 copy = area->ShallowCopy(2, std::string());
103 copy = area->ShallowCopy(2, std::string());
107 copy = area->ShallowCopy(2, std::string());
H A Ddom_storage_namespace.cc125 DOMStorageArea* area = it->second.area_->ShallowCopy(
H A Dsession_storage_database_unittest.cc475 TEST_F(SessionStorageDatabaseTest, ShallowCopy) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1154 void Chapter::ShallowCopy(Chapter* dst) const { function in class:mkvmuxer::Chapter
1377 src.ShallowCopy(dst);
H A Dmkvmuxer.hpp613 void ShallowCopy(Chapter* dst) const;
H A Dmkvparser.cpp3914 m_editions[idx].ShallowCopy(editions[idx]);
3956 void Chapters::Edition::ShallowCopy(Edition& rhs) const { function in class:mkvparser::Chapters::Edition
4027 m_atoms[idx].ShallowCopy(atoms[idx]);
4080 void Chapters::Atom::ShallowCopy(Atom& rhs) const { function in class:mkvparser::Chapters::Atom
4212 m_displays[idx].ShallowCopy(displays[idx]);
4238 void Chapters::Display::ShallowCopy(Display& rhs) const { function in class:mkvparser::Chapters::Display
H A Dmkvparser.hpp499 void ShallowCopy(Display&) const;
530 void ShallowCopy(Atom&) const;
561 void ShallowCopy(Edition&) const;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1185 void Chapter::ShallowCopy(Chapter* dst) const { function in class:mkvmuxer::Chapter
1417 src.ShallowCopy(dst);
H A Dmkvmuxer.hpp620 void ShallowCopy(Chapter* dst) const;
H A Dmkvparser.cpp4357 m_editions[idx].ShallowCopy(editions[idx]);
4418 void Chapters::Edition::ShallowCopy(Edition& rhs) const function in class:mkvparser::Chapters::Edition
4511 m_atoms[idx].ShallowCopy(atoms[idx]);
4599 void Chapters::Atom::ShallowCopy(Atom& rhs) const function in class:mkvparser::Chapters::Atom
4765 m_displays[idx].ShallowCopy(displays[idx]);
4812 void Chapters::Display::ShallowCopy(Display& rhs) const function in class:mkvparser::Chapters::Display
H A Dmkvparser.hpp578 void ShallowCopy(Display&) const;
608 void ShallowCopy(Atom&) const;
638 void ShallowCopy(Edition&) const;
/external/libvpx/libwebm/
H A Dmkvparser.cpp3916 m_editions[idx].ShallowCopy(editions[idx]);
3958 void Chapters::Edition::ShallowCopy(Edition& rhs) const { function in class:mkvparser::Chapters::Edition
4029 m_atoms[idx].ShallowCopy(atoms[idx]);
4082 void Chapters::Atom::ShallowCopy(Atom& rhs) const { function in class:mkvparser::Chapters::Atom
4215 m_displays[idx].ShallowCopy(displays[idx]);
4241 void Chapters::Display::ShallowCopy(Display& rhs) const { function in class:mkvparser::Chapters::Display
H A Dmkvparser.hpp499 void ShallowCopy(Display&) const;
530 void ShallowCopy(Atom&) const;
561 void ShallowCopy(Edition&) const;

Completed in 3329 milliseconds