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