/external/chromium_org/chrome/browser/chromeos/ |
preferences_unittest.cc | 22 : previous_(previous), 34 previous_->SetValue(current_input_method_on_pref); 41 StringPrefMember* previous_; member in class:chromeos::__anon4467::MyMockInputMethodManager
|
/external/chromium/base/ |
linked_list.h | 86 LinkNode() : previous_(0), next_(0) {} 88 : previous_(previous), next_(next) {} 93 this->previous_ = e->previous_; 94 e->previous_->next_ = this; 95 e->previous_ = this; 101 this->previous_ = e; 102 e->next_->previous_ = this; 108 this->previous_->next_ = this->next_; 109 this->next_->previous_ = this->previous_ 137 LinkNode<T>* previous_; member in class:base::LinkNode [all...] |
/external/chromium_org/base/containers/ |
linked_list.h | 85 LinkNode() : previous_(0), next_(0) {} 87 : previous_(previous), next_(next) {} 92 this->previous_ = e->previous_; 93 e->previous_->next_ = this; 94 e->previous_ = this; 100 this->previous_ = e; 101 e->next_->previous_ = this; 107 this->previous_->next_ = this->next_; 108 this->next_->previous_ = this->previous_ 129 LinkNode<T>* previous_; member in class:base::LinkNode [all...] |
/external/v8/src/ |
allocation.h | 128 PreallocatedStorage* previous_; member in class:v8::internal::PreallocatedStorage
|
v8threads.h | 67 ThreadState* previous_; member in class:v8::internal::ThreadState
|
full-codegen.h | 126 previous_ = codegen->nesting_stack_; 132 codegen_->nesting_stack_ = previous_; 148 return previous_; 155 NestedStatement* previous_; member in class:v8::internal::FullCodeGenerator::BASE_EMBEDDED 213 return previous_; 251 return previous_; 267 return previous_; 282 return previous_;
|
bootstrapper.cc | 150 Genesis* previous() { return previous_; } 163 Genesis* previous_; member in class:BASE_EMBEDDED [all...] |
parser.cc | 60 previous_ = stack->top(); 66 Element* previous() { return previous_; } 69 Element* previous_; member in class:v8::internal::PositionStack::Element 426 : variable_(variable), node_(node), previous_(*variable) { 431 *variable_ = previous_; 434 Target* previous() { return previous_; } 440 Target* previous_; member in class:v8::internal::BASE_EMBEDDED 447 : variable_(variable), previous_(*variable) { 452 *variable_ = previous_; 457 Target* previous_; member in class:v8::internal::BASE_EMBEDDED [all...] |
/external/chromium_org/mojo/public/bindings/lib/ |
buffer.h | 30 Buffer* previous_; member in class:mojo::Buffer
|
/external/chromium_org/v8/src/ |
v8threads.h | 68 ThreadState* previous_; member in class:v8::internal::ThreadState
|
api.h | 484 previous_(NULL), 494 DeferredHandles* previous_; member in class:v8::internal::DeferredHandles
|
hydrogen-gvn.cc | 702 : previous_(previous), next_(NULL) { 733 GvnBasicBlockState* result = previous_; 737 previous_->block()->block_id()) 738 result = result->previous_; 743 GvnBasicBlockState* previous_; member in class:v8::internal::BASE_EMBEDDED::GvnBasicBlockState
|
full-codegen.h | 152 previous_ = codegen->nesting_stack_; 158 codegen_->nesting_stack_ = previous_; 174 return previous_; 181 NestedStatement* previous_; member in class:v8::internal::FullCodeGenerator::BASE_EMBEDDED 239 return previous_; 277 return previous_; 293 return previous_; 308 return previous_; [all...] |
parser.cc | 63 previous_ = stack->top(); 69 Element* previous() { return previous_; } 72 Element* previous_; member in class:v8::internal::PositionStack::Element 430 : variable_(variable), node_(node), previous_(*variable) { 435 *variable_ = previous_; 438 Target* previous() { return previous_; } 444 Target* previous_; member in class:v8::internal::BASE_EMBEDDED 451 : variable_(variable), previous_(*variable) { 456 *variable_ = previous_; 461 Target* previous_; member in class:v8::internal::BASE_EMBEDDED [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
tokenizer.h | 236 Token previous_; // Returned by previous(). member in class:google::protobuf::io::Tokenizer 372 return previous_;
|
/art/compiler/utils/ |
assembler.h | 109 AssemblerFixup* previous_; member in class:art::AssemblerFixup 112 AssemblerFixup* previous() const { return previous_; } 113 void set_previous(AssemblerFixup* previous) { previous_ = previous; }
|
/external/chromium_org/third_party/jsoncpp/overrides/include/json/ |
value.h | 636 * \internal previous_ & next_ allows for bidirectional traversal. 653 ValueInternalLink *previous_; member in class:Json::ValueInternalLink 665 * link of a given bucket can be found in the 'previous_' field of the following bucket. [all...] |