/external/chromium/base/ |
D | linked_list.h | 86 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/ |
D | linked_list.h | 85 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/ |
D | allocation.cc | 106 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()
|
D | v8threads.cc | 242 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()
|
D | full-codegen.h | 126 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()
|
D | allocation.h | 128 PreallocatedStorage* previous_; variable
|
D | v8threads.h | 67 ThreadState* previous_; variable
|
D | hydrogen-instructions.cc | 547 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()
|
D | isolate.cc | 247 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()
|
D | parser.cc | 60 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
|
D | full-codegen.cc | 1404 return previous_; in Exit()
|
/external/chromium_org/chrome/browser/chromeos/ |
D | preferences_unittest.cc | 22 : 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/ |
D | v8threads.cc | 227 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()
|
D | full-codegen.h | 152 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()
|
D | v8threads.h | 68 ThreadState* previous_; variable
|
D | hydrogen-gvn.cc | 702 : 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
|
D | isolate.cc | 2205 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()
|
D | hydrogen-instructions.cc | 720 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()
|
D | api.h | 484 previous_(NULL), 494 DeferredHandles* previous_; local
|
D | parser.cc | 63 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/ |
D | tokenizer.h | 236 Token previous_; // Returned by previous(). variable 372 return previous_; in previous()
|
D | tokenizer.cc | 552 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/ |
D | buffer.cc | 28 previous_ = BindingsSupport::Get()->SetCurrentBuffer(this); in Buffer() 33 BindingsSupport::Get()->SetCurrentBuffer(previous_); in ~Buffer()
|
D | buffer.h | 30 Buffer* previous_;
|
/external/chromium_org/third_party/jsoncpp/overrides/include/json/ |
D | value.h | 653 ValueInternalLink *previous_; variable
|