/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_instructions_view.cc | 21 instructions_(NULL), 25 instructions_ = new views::Label( 27 AddChildView(instructions_); 107 instructions_->SetColor(text_color);
|
bookmark_bar_instructions_view.h | 55 views::Label* instructions_; member in class:BookmarkBarInstructionsView
|
bookmark_bar_view.cc | 351 instructions_(NULL), 883 instructions_ = new BookmarkBarInstructionsView(this); 884 AddChildView(instructions_); [all...] |
bookmark_bar_view.h | 509 views::View* instructions_; member in class:BookmarkBarView
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk.cc | 132 instructions_(NULL), 220 instructions_ = gtk_alignment_new(0, 0, 1, 1); 221 gtk_alignment_set_padding(GTK_ALIGNMENT(instructions_), 0, 0, 224 gtk_container_add(GTK_CONTAINER(instructions_), instructions_gtk_->widget()); 225 gtk_box_pack_start(GTK_BOX(bookmark_hbox_), instructions_, local 228 gtk_drag_dest_set(instructions_, 231 ui::SetDestTargetList(instructions_, kDestTargetList); 232 g_signal_connect(instructions_, "drag-data-received", 346 gtk_widget_show(instructions_); 348 gtk_widget_hide(instructions_); [all...] |
bookmark_bar_gtk.h | 335 GtkWidget* instructions_; member in class:BookmarkBarGtk
|
/external/v8/src/arm/ |
lithium-codegen-arm.h | 52 instructions_(chunk->instructions()), 336 const ZoneList<LInstruction*>* instructions_; member in class:v8::internal::BASE_EMBEDDED
|
lithium-arm.cc | 419 instructions_(32), 482 instructions_.Add(gap); 483 index = instructions_.length(); 484 instructions_.Add(instr); 486 index = instructions_.length(); 487 instructions_.Add(instr); 488 instructions_.Add(gap); 521 return LGap::cast(instructions_[index]); 526 return instructions_[index]->IsGap(); [all...] |
lithium-arm.h | 2246 ZoneList<LInstruction*> instructions_; member in class:v8::internal::LChunk [all...] |
macro-assembler-arm.h | 1350 int instructions_; \/\/ Number of instructions of the expected patch size. member in class:v8::internal::CodePatcher [all...] |
lithium-codegen-arm.cc | 223 !is_aborted() && current_instruction_ < instructions_->length(); 225 LInstruction* instr = instructions_->at(current_instruction_); [all...] |
/external/v8/src/ia32/ |
lithium-codegen-ia32.h | 55 instructions_(chunk->instructions()), 325 const ZoneList<LInstruction*>* instructions_; member in class:v8::internal::BASE_EMBEDDED
|
disasm-ia32.cc | 181 const InstructionDesc& Get(byte x) const { return instructions_[x]; } 188 InstructionDesc instructions_[256]; member in class:disasm::InstructionTable 208 instructions_[i].mnem = ""; 209 instructions_[i].type = NO_INSTR; 210 instructions_[i].op_order_ = UNSET_OP_ORDER; 234 InstructionDesc* id = &instructions_[bm[i].b]; 248 InstructionDesc* id = &instructions_[b]; 258 InstructionDesc* id = &instructions_[b]; [all...] |
lithium-ia32.cc | 477 instructions_.Add(gap); 478 index = instructions_.length(); 479 instructions_.Add(instr); 481 index = instructions_.length(); 482 instructions_.Add(instr); 483 instructions_.Add(gap); 516 return LGap::cast(instructions_[index]); 521 return instructions_[index]->IsGap(); [all...] |
lithium-ia32.h | 2344 ZoneList<LInstruction*> instructions_; member in class:v8::internal::LChunk [all...] |
lithium-codegen-ia32.cc | 241 !is_aborted() && current_instruction_ < instructions_->length(); 243 LInstruction* instr = instructions_->at(current_instruction_); [all...] |
/external/v8/src/mips/ |
lithium-codegen-mips.h | 52 instructions_(chunk->instructions()), 351 const ZoneList<LInstruction*>* instructions_; member in class:v8::internal::BASE_EMBEDDED
|
lithium-mips.cc | 419 instructions_(32), 482 instructions_.Add(gap); 483 index = instructions_.length(); 484 instructions_.Add(instr); 486 index = instructions_.length(); 487 instructions_.Add(instr); 488 instructions_.Add(gap); 521 return LGap::cast(instructions_[index]); 526 return instructions_[index]->IsGap(); [all...] |
lithium-mips.h | 2226 ZoneList<LInstruction*> instructions_; member in class:v8::internal::LChunk [all...] |
macro-assembler-mips.h | 1514 int instructions_; \/\/ Number of instructions of the expected patch size. member in class:v8::internal::CodePatcher [all...] |
/external/v8/src/x64/ |
lithium-codegen-x64.h | 54 instructions_(chunk->instructions()), 321 const ZoneList<LInstruction*>* instructions_; member in class:v8::internal::BASE_EMBEDDED
|
disasm-x64.cc | 191 return instructions_[x]; 195 InstructionDesc instructions_[256]; member in class:disasm::InstructionTable 213 instructions_[i].mnem = "(bad)"; 214 instructions_[i].type = NO_INSTR; 215 instructions_[i].op_order_ = UNSET_OP_ORDER; 216 instructions_[i].byte_size_operation = false; 236 InstructionDesc* id = &instructions_[bm[i].b]; 254 InstructionDesc* id = &instructions_[b]; 265 InstructionDesc* id = &instructions_[b]; [all...] |
lithium-x64.cc | 475 instructions_.Add(gap); 476 index = instructions_.length(); 477 instructions_.Add(instr); 479 index = instructions_.length(); 480 instructions_.Add(instr); 481 instructions_.Add(gap); 514 return LGap::cast(instructions_[index]); 519 return instructions_[index]->IsGap(); [all...] |
lithium-x64.h | 2208 ZoneList<LInstruction*> instructions_; member in class:v8::internal::LChunk [all...] |
lithium-codegen-x64.cc | 233 !is_aborted() && current_instruction_ < instructions_->length(); 235 LInstruction* instr = instructions_->at(current_instruction_); [all...] |