Home
last modified time | relevance | path

Searched refs:GetCommand (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/
Dcommand_updater.cc57 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
Dcommand_updater.h72 Command* GetCommand(int id, bool create);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_menu_delegate.cc202 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()
Dbookmark_bar_view_test.cc1513 deleted_menu_id_ = child_menu->GetCommand(); in Step2()
/external/chromium_org/v8/tools/testrunner/local/
Dprogress.py96 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(
Dexecution.py95 command = self.GetCommand(test)
249 def GetCommand(self, test): member in Runner
/external/chromium_org/ui/views/controls/menu/
Dmenu_item_view.cc174 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()
Dmenu_message_pump_dispatcher_win.cc43 item, item->GetCommand(), screen_loc, source_type); in Dispatch()
Dmenu_runner_impl.cc197 menu_->GetDelegate()->ExecuteCommand(result->GetCommand(), in MenuDone()
Dmenu_item_view.h260 int GetCommand() const { return command_; } in GetCommand() function
Dmenu_model_adapter.cc232 const int id = menu->GetCommand(); in SelectionChanged()
Dmenu_controller.cc560 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/
Dbrowser_action_overflow_menu_controller.cc202 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/
Dbenchmarking_canvas.h26 SkDrawCommand* GetCommand(size_t index);
Dbenchmarking_canvas.cc229 SkDrawCommand* BenchmarkingCanvas::GetCommand(size_t index) { in GetCommand() function in skia::BenchmarkingCanvas
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dwrench_menu.cc901 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/
Drun_perf.py280 def GetCommand(self, shell_dir): member in Runnable
470 output = commands.Execute(runnable.GetCommand(shell_dir),
/external/clang/lib/Driver/
DTools.h603 Command *GetCommand(Compilation &C, const JobAction &JA,
DTools.cpp4203 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