Searched refs:Swap (Results 1 - 25 of 250) sorted by relevance

12345678910

/external/chromium_org/cc/base/
H A Dinvalidation_region.cc21 void InvalidationRegion::Swap(Region* region) { function in class:cc::InvalidationRegion
22 region_.Swap(region);
H A Dinvalidation_region.h22 void Swap(Region* region);
/external/chromium_org/remoting/base/
H A Dtyped_buffer.h38 temp.Swap(*rvalue.object);
39 Swap(temp);
52 temp.Swap(*rvalue.object);
53 Swap(temp);
82 // Swap two buffers.
83 void Swap(TypedBuffer& other) { function in class:remoting::TypedBuffer
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dmessage_queue.cc32 queue_.back()->Swap(message);
37 queue_.front()->Swap(message);
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_external_loader.cc19 kiosk_apps_.Swap(prefs.get());
/external/chromium_org/mojo/system/
H A Dmessage_in_transit_queue.cc27 void MessageInTransitQueue::Swap(MessageInTransitQueue* other) { function in class:mojo::system::MessageInTransitQueue
H A Dmessage_in_transit_queue.h48 void Swap(MessageInTransitQueue* other);
/external/chromium_org/components/history/core/browser/
H A Durl_row.cc41 void URLRow::Swap(URLRow* other) { function in class:history::URLRow
43 url_.Swap(&other->url_);
84 URLRow::Swap(other);
86 snippet_.Swap(&other->snippet_);
/external/chromium_org/mojo/public/cpp/bindings/
H A Dinterface_ptr.h26 internal_state_.Swap(&other.object->internal_state_);
30 internal_state_.Swap(&other.object->internal_state_);
44 internal_state_.Swap(&doomed);
96 internal_state_.Swap(&state);
/external/chromium_org/net/spdy/
H A Dspdy_pinnable_buffer_piece.h47 void Swap(SpdyPinnableBufferPiece* other);
H A Dspdy_pinnable_buffer_piece_test.cc50 TEST_F(SpdyPinnableBufferPieceTest, Swap) {
63 piece1.Swap(&piece2);
71 piece2.Swap(&empty);
H A Dspdy_pinnable_buffer_piece.cc22 void SpdyPinnableBufferPiece::Swap(SpdyPinnableBufferPiece* other) { function in class:net::SpdyPinnableBufferPiece
H A Dspdy_headers_block_parser.cc49 prefix.Swap(&headers_block_prefix_);
50 key.Swap(&key_);
115 key_.Swap(&key);
162 headers_block_prefix_.Swap(&empty);
166 key_.Swap(&empty);
/external/chromium_org/remoting/host/win/
H A Dwindow_station_and_desktop.h32 void Swap(WindowStationAndDesktop& other);
H A Dsecurity_descriptor.cc117 absolute_sd->Swap(local_absolute_sd);
118 dacl->Swap(local_dacl);
119 group->Swap(local_group);
120 owner->Swap(local_owner);
121 sacl->Swap(local_sacl);
H A Dwindow_station_and_desktop.cc33 void WindowStationAndDesktop::Swap(WindowStationAndDesktop& other) { function in class:remoting::WindowStationAndDesktop
/external/chromium_org/sync/internal_api/public/util/
H A Dimmutable.h92 Traits::Swap(Traits::UnwrapMutable(&wrapper_), t);
121 // everything else) and provide your own Swap() method.
206 static void Swap(T* t1, T* t2) { function in struct:syncer::DefaultImmutableTraits
218 static void Swap(T* t1, T* t2) { function in struct:syncer::HasSwapMemFnByRef
223 // Most Google-style objects have by-pointer Swap() member functions
227 static void Swap(T* t1, T* t2) { function in struct:syncer::HasSwapMemFnByPtr
228 t1->Swap(t2);
/external/chromium_org/base/
H A Dpending_task.h48 // Wrapper around std::queue specialized for PendingTask which adds a Swap
52 void Swap(TaskQueue* queue);
H A Dpending_task.cc52 void TaskQueue::Swap(TaskQueue* queue) { function in class:base::TaskQueue
/external/chromium_org/third_party/webrtc/common_video/
H A Dplane.h41 // Swap plane data.
42 void Swap(Plane& plane);
/external/openfst/src/include/fst/
H A Dheap.h98 Swap(0, size_-1);
140 // Swap a child, parent. Use to move element up/down tree.
145 void Swap(int j, int k) { function in class:fst::Heap
176 Swap(i, largest);
186 Swap(i, p);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h91 Swap(0, size_-1);
137 void Swap(int j, int k) { function in class:fst::Heap
163 Swap(i, largest);
173 Swap(i, p);
/external/chromium_org/sync/api/attachments/
H A Dattachment_id.cc34 void AttachmentId::ImmutableAttachmentIdProtoTraits::Swap( function in class:syncer::AttachmentId::ImmutableAttachmentIdProtoTraits
37 t1->Swap(t2);
/external/chromium_org/base/win/
H A Dscoped_bstr.h64 // Swap values of two ScopedBstr's.
65 void Swap(ScopedBstr& bstr2);
/external/chromium_org/components/policy/core/common/
H A Dconfiguration_policy_provider.cc46 policy_bundle_.Swap(bundle.get());

Completed in 9217 milliseconds

12345678910