/external/chromium/chrome/browser/ |
D | command_updater.cc | 52 Command* command = GetCommand(id, true); in UpdateCommandEnabled() 60 CommandUpdater::Command* CommandUpdater::GetCommand(int id, bool create) { in GetCommand() function in CommandUpdater 71 GetCommand(id, true)->observers.AddObserver(observer); in AddCommandObserver() 75 GetCommand(id, false)->observers.RemoveObserver(observer); in RemoveCommandObserver()
|
D | command_updater.h | 85 Command* GetCommand(int id, bool create);
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_menu_controller_views.cc | 154 const BookmarkNode* drop_node = menu_id_to_node_map_[menu->GetCommand()]; in CanDrop() 168 const BookmarkNode* node = menu_id_to_node_map_[item->GetCommand()]; in GetDropOperation() 185 const BookmarkNode* drop_node = menu_id_to_node_map_[menu->GetCommand()]; in OnPerformDrop() 242 BookmarkNodeData drag_data(menu_id_to_node_map_[sender->GetCommand()]); in WriteDragData() 248 menu_id_to_node_map_[sender->GetCommand()]); in GetDragOperations() 322 menu_id_to_node_map_[menu->GetCommand()] = parent; in CreateMenu()
|
D | bookmark_bar_view_test.cc | 1289 deleted_menu_id_ = child_menu->GetCommand(); in Step2()
|
/external/chromium/chrome/browser/ui/views/extensions/ |
D | browser_action_overflow_menu_controller.cc | 149 if ((item->GetCommand() == 0) && (*position == DROP_BEFORE)) { in GetDropOperation() 170 ViewForId(menu->GetCommand(), &drop_index); in OnPerformDrop() 192 BrowserActionView* view = ViewForId(sender->GetCommand(), &drag_index); in WriteDragData()
|
/external/v8/test/benchmarks/ |
D | testcfg.py | 61 def GetCommand(self): member in BenchmarkTestCase
|
/external/v8/test/sputnik/ |
D | testcfg.py | 63 def GetCommand(self): member in SputnikTestCase
|
/external/v8/test/es5conform/ |
D | testcfg.py | 56 def GetCommand(self): member in ES5ConformTestCase
|
/external/v8/test/mozilla/ |
D | testcfg.py | 76 def GetCommand(self): member in MozillaTestCase
|
/external/v8/test/cctest/ |
D | testcfg.py | 64 def GetCommand(self): member in CcTestCase
|
/external/v8/test/test262/ |
D | testcfg.py | 62 def GetCommand(self): member in Test262TestCase
|
/external/v8/test/message/ |
D | testcfg.py | 80 def GetCommand(self): member in MessageTestCase
|
/external/v8/test/preparser/ |
D | testcfg.py | 66 def GetCommand(self): member in PreparserTestCase
|
/external/v8/test/mjsunit/ |
D | testcfg.py | 83 def GetCommand(self): member in MjsunitTestCase
|
/external/v8/tools/ |
D | test.py | 392 result = self.RunCommand(self.GetCommand())
|