Home
last modified time | relevance | path

Searched refs:previous_ (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium/base/
Dlinked_list.h86 LinkNode() : previous_(0), next_(0) {} in LinkNode()
88 : previous_(previous), next_(next) {} in LinkNode()
93 this->previous_ = e->previous_; in InsertBefore()
94 e->previous_->next_ = this; in InsertBefore()
95 e->previous_ = this; in InsertBefore()
101 this->previous_ = e; in InsertAfter()
102 e->next_->previous_ = this; in InsertAfter()
108 this->previous_->next_ = this->next_; in RemoveFromList()
109 this->next_->previous_ = this->previous_; in RemoveFromList()
113 return previous_; in previous()
[all …]
/external/chromium_org/base/containers/
Dlinked_list.h85 LinkNode() : previous_(0), next_(0) {} in LinkNode()
87 : previous_(previous), next_(next) {} in LinkNode()
92 this->previous_ = e->previous_; in InsertBefore()
93 e->previous_->next_ = this; in InsertBefore()
94 e->previous_ = this; in InsertBefore()
100 this->previous_ = e; in InsertAfter()
101 e->next_->previous_ = this; in InsertAfter()
107 this->previous_->next_ = this->next_; in RemoveFromList()
108 this->next_->previous_ = this->previous_; in RemoveFromList()
112 return previous_; in previous()
[all …]
/external/v8/src/
Dallocation.cc106 other->next_->previous_ = this; in LinkTo()
107 previous_ = other; in LinkTo()
113 next_->previous_ = previous_; in Unlink()
114 previous_->next_ = next_; in Unlink()
120 previous_ = next_ = this; in PreallocatedStorage()
Dv8threads.cc242 previous_(this), in ThreadState()
253 next_->previous_ = previous_; in Unlink()
254 previous_->next_ = next_; in Unlink()
263 previous_ = flying_anchor; in LinkInto()
265 next_->previous_ = this; in LinkInto()
Dfull-codegen.h126 previous_ = codegen->nesting_stack_; in NestedStatement()
132 codegen_->nesting_stack_ = previous_; in ~NestedStatement()
148 return previous_; in Exit()
155 NestedStatement* previous_; variable
213 return previous_; in Exit()
251 return previous_; in Exit()
267 return previous_; in Exit()
282 return previous_; in Exit()
Dallocation.h128 PreallocatedStorage* previous_; variable
Dv8threads.h67 ThreadState* previous_; variable
Dhydrogen-instructions.cc547 ASSERT(previous_ != NULL); in Unlink()
548 previous_->next_ = next_; in Unlink()
551 block()->set_last(previous_); in Unlink()
553 next_->previous_ = previous_; in Unlink()
564 ASSERT(next->previous_ != NULL); in InsertBefore()
567 next->previous_ = this; in InsertBefore()
569 previous_ = prev; in InsertBefore()
597 previous_ = previous; in InsertAfter()
601 if (next != NULL) next->previous_ = this; in InsertAfter()
Disolate.cc247 ASSERT(free_list_.previous_ == &free_list_); in PreallocatedStorageInit()
250 free_list_.next_ = free_list_.previous_ = free_chunk; in PreallocatedStorageInit()
251 free_chunk->next_ = free_chunk->previous_ = &free_list_; in PreallocatedStorageInit()
262 ASSERT(free_list_.previous_ != &free_list_); in PreallocatedStorageNew()
309 ASSERT(storage->next_->previous_ == storage); in PreallocatedStorageDelete()
310 ASSERT(storage->previous_->next_ == storage); in PreallocatedStorageDelete()
Dparser.cc60 previous_ = stack->top(); in Element()
66 Element* previous() { return previous_; } in previous()
69 Element* previous_; member in v8::internal::PositionStack::Element
426 : variable_(variable), node_(node), previous_(*variable) { in Target()
431 *variable_ = previous_; in ~Target()
434 Target* previous() { return previous_; } in previous()
440 Target* previous_; member in v8::internal::BASE_EMBEDDED
447 : variable_(variable), previous_(*variable) { in TargetScope()
452 *variable_ = previous_; in ~TargetScope()
457 Target* previous_; member in v8::internal::BASE_EMBEDDED
Dfull-codegen.cc1404 return previous_; in Exit()
/external/chromium_org/chrome/browser/chromeos/
Dpreferences_unittest.cc22 : previous_(previous), in MyMockInputMethodManager()
34 previous_->SetValue(current_input_method_on_pref); in ChangeInputMethod()
41 StringPrefMember* previous_; member in chromeos::__anone8df3a890111::MyMockInputMethodManager
/external/chromium_org/v8/src/
Dv8threads.cc227 previous_(this), in ThreadState()
243 next_->previous_ = previous_; in Unlink()
244 previous_->next_ = next_; in Unlink()
253 previous_ = flying_anchor; in LinkInto()
255 next_->previous_ = this; in LinkInto()
Dfull-codegen.h152 previous_ = codegen->nesting_stack_; in NestedStatement()
158 codegen_->nesting_stack_ = previous_; in ~NestedStatement()
174 return previous_; in Exit()
181 NestedStatement* previous_; variable
239 return previous_; in Exit()
277 return previous_; in Exit()
293 return previous_; in Exit()
308 return previous_; in Exit()
Dv8threads.h68 ThreadState* previous_; variable
Dhydrogen-gvn.cc702 : previous_(previous), next_(NULL) { in GvnBasicBlockState()
733 GvnBasicBlockState* result = previous_; in pop()
737 previous_->block()->block_id()) in pop()
738 result = result->previous_; in pop()
743 GvnBasicBlockState* previous_; member in v8::internal::GvnBasicBlockState
Disolate.cc2205 deferred_handles_head_->previous_ = deferred; in LinkDeferredHandles()
2215 while (deferred_iterator->previous_ != NULL) { in UnlinkDeferredHandles()
2216 deferred_iterator = deferred_iterator->previous_; in UnlinkDeferredHandles()
2224 deferred->next_->previous_ = deferred->previous_; in UnlinkDeferredHandles()
2226 if (deferred->previous_ != NULL) { in UnlinkDeferredHandles()
2227 deferred->previous_->next_ = deferred->next_; in UnlinkDeferredHandles()
Dhydrogen-instructions.cc720 ASSERT(previous_ != NULL); in Unlink()
721 previous_->next_ = next_; in Unlink()
724 block()->set_last(previous_); in Unlink()
726 next_->previous_ = previous_; in Unlink()
737 ASSERT(next->previous_ != NULL); in InsertBefore()
740 next->previous_ = this; in InsertBefore()
742 previous_ = prev; in InsertBefore()
774 previous_ = previous; in InsertAfter()
778 if (next != NULL) next->previous_ = this; in InsertAfter()
Dapi.h484 previous_(NULL),
494 DeferredHandles* previous_; local
Dparser.cc63 previous_ = stack->top(); in Element()
69 Element* previous() { return previous_; } in previous()
72 Element* previous_; member in v8::internal::PositionStack::Element
430 : variable_(variable), node_(node), previous_(*variable) { in Target()
435 *variable_ = previous_; in ~Target()
438 Target* previous() { return previous_; } in previous()
444 Target* previous_; member in v8::internal::BASE_EMBEDDED
451 : variable_(variable), previous_(*variable) { in TargetScope()
456 *variable_ = previous_; in ~TargetScope()
461 Target* previous_; member in v8::internal::BASE_EMBEDDED
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.h236 Token previous_; // Returned by previous(). variable
372 return previous_; in previous()
Dtokenizer.cc552 previous_ = current_; in Next()
601 if (previous_.type == TYPE_IDENTIFIER && in Next()
602 current_.line == previous_.line && in Next()
603 current_.column == previous_.end_column) { in Next()
/external/chromium_org/mojo/public/bindings/lib/
Dbuffer.cc28 previous_ = BindingsSupport::Get()->SetCurrentBuffer(this); in Buffer()
33 BindingsSupport::Get()->SetCurrentBuffer(previous_); in ~Buffer()
Dbuffer.h30 Buffer* previous_;
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
Dvalue.h653 ValueInternalLink *previous_; variable

12