/external/chromium_org/chrome/browser/ |
D | command_updater.cc | 57 GetCommand(id, true)->observers.AddObserver(observer); in AddCommandObserver() 61 GetCommand(id, false)->observers.RemoveObserver(observer); in RemoveCommandObserver() 75 Command* command = GetCommand(id, true); in UpdateCommandEnabled() 83 CommandUpdater::Command* CommandUpdater::GetCommand(int id, bool create) { in GetCommand() function in CommandUpdater
|
D | command_updater.h | 72 Command* GetCommand(int id, bool create);
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
D | bookmark_menu_delegate.cc | 202 if (menu_id_to_node_map_.find(menu->GetCommand()) == in CanDrop() 208 const BookmarkNode* drop_node = menu_id_to_node_map_[menu->GetCommand()]; in CanDrop() 222 const BookmarkNode* node = menu_id_to_node_map_[item->GetCommand()]; in GetDropOperation() 259 const BookmarkNode* drop_node = menu_id_to_node_map_[menu->GetCommand()]; in OnPerformDrop() 321 const BookmarkNode* node = menu_id_to_node_map_[menu->GetCommand()]; in CanDrag() 332 BookmarkNodeData drag_data(menu_id_to_node_map_[sender->GetCommand()]); in WriteDragData() 338 profile_, menu_id_to_node_map_[sender->GetCommand()]); in GetDragOperations() 382 menu_id_to_node_map_.erase(menu->GetCommand()); in WillRemoveBookmarks() 404 menu_id_to_node_map_.erase(i->second->GetCommand()); in WillRemoveBookmarks() 428 menu_id_to_node_map_[menu->GetCommand()] = parent; in CreateMenu()
|
D | bookmark_bar_view_test.cc | 1513 deleted_menu_id_ = child_menu->GetCommand(); in Step2()
|
/external/chromium_org/v8/tools/testrunner/local/ |
D | progress.py | 96 print "Command: %s" % EscapeCommand(self.runner.GetCommand(failed)) 179 print "Command: %s" % EscapeCommand(self.runner.GetCommand(test)) 275 fail_text += "Command: %s" % EscapeCommand(self.runner.GetCommand(test)) 329 "command": EscapeCommand(self.runner.GetCommand(test)).replace(
|
D | execution.py | 95 command = self.GetCommand(test) 249 def GetCommand(self, test): member in Runner
|
/external/chromium_org/ui/views/controls/menu/ |
D | menu_item_view.cc | 174 if (GetDelegate()->IsItemChecked(GetCommand())) in GetAccessibleState() 485 if (GetCommand() == id) in GetMenuItemByID() 709 const gfx::FontList* font_list = delegate->GetLabelFontList(GetCommand()); in GetFontList() 765 if (delegate && delegate->GetBackgroundColor(GetCommand(), in PaintButton() 786 if (type_ == CHECKBOX && delegate->IsItemChecked(GetCommand())) { in PaintButton() 798 GetRadioButtonImage(delegate->IsItemChecked(GetCommand())); in PaintButton() 816 GetCommand()); in PaintButton() 823 if (delegate && delegate->GetForegroundColor(GetCommand(), in PaintButton() 1031 if (GetMenuConfig().show_accelerators && GetDelegate() && GetCommand() && in GetMinorText() 1032 GetDelegate()->GetAccelerator(GetCommand(), &accelerator)) { in GetMinorText()
|
D | menu_message_pump_dispatcher_win.cc | 43 item, item->GetCommand(), screen_loc, source_type); in Dispatch()
|
D | menu_runner_impl.cc | 197 menu_->GetDelegate()->ExecuteCommand(result->GetCommand(), in MenuDone()
|
D | menu_item_view.h | 260 int GetCommand() const { return command_; } in GetCommand() function
|
D | menu_model_adapter.cc | 232 const int id = menu->GetCommand(); in SelectionChanged()
|
D | menu_controller.cc | 560 part.menu->GetCommand(), event)) { in OnMouseReleased() 561 part.menu->GetDelegate()->ExecuteCommand(part.menu->GetCommand(), in OnMouseReleased() 1176 !item->GetDelegate()->ShouldCloseAllMenusOnExecute(item->GetCommand())) { in Accept() 1262 menu_item, menu_item->GetCommand(), loc, source_type)) { in ShowContextMenu()
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
D | browser_action_overflow_menu_controller.cc | 202 if ((item->GetCommand() == 0) && (*position == DROP_BEFORE)) { in GetDropOperation() 222 size_t drop_index = IndexForId(menu->GetCommand()); in OnPerformDrop() 256 size_t drag_index = IndexForId(sender->GetCommand()); in WriteDragData()
|
/external/chromium_org/skia/ext/ |
D | benchmarking_canvas.h | 26 SkDrawCommand* GetCommand(size_t index);
|
D | benchmarking_canvas.cc | 229 SkDrawCommand* BenchmarkingCanvas::GetCommand(size_t index) { in GetCommand() function in skia::BenchmarkingCanvas
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
D | wrench_menu.cc | 901 return IsBookmarkCommand(menu->GetCommand()) ? in IsTriggerableEvent() 932 return IsBookmarkCommand(item->GetCommand()) ? in GetDropOperation() 940 if (!IsBookmarkCommand(menu->GetCommand())) in OnPerformDrop() 958 return IsBookmarkCommand(menu->GetCommand()) ? in CanDrag() 964 DCHECK(IsBookmarkCommand(sender->GetCommand())); in WriteDragData() 969 return IsBookmarkCommand(sender->GetCommand()) ? in GetDragOperations() 975 if (IsBookmarkCommand(menu->GetCommand())) in GetMaxWidthForMenu()
|
/external/chromium_org/v8/tools/ |
D | run_perf.py | 280 def GetCommand(self, shell_dir): member in Runnable 470 output = commands.Execute(runnable.GetCommand(shell_dir),
|
/external/clang/lib/Driver/ |
D | Tools.h | 603 Command *GetCommand(Compilation &C, const JobAction &JA,
|
D | Tools.cpp | 4203 Command *CLCommand = getCLFallback()->GetCommand(C, JA, Output, Inputs, in ConstructJob() 7659 C.addCommand(GetCommand(C, JA, Output, Inputs, Args, LinkingOutput)); in ConstructJob() 7691 Command *visualstudio::Compile::GetCommand(Compilation &C, const JobAction &JA, in GetCommand() function in visualstudio::Compile
|