HomeSort by relevance Sort by last modified time
    Searched refs:GetCommand (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/
command_updater.cc 52 Command* command = GetCommand(id, true);
60 CommandUpdater::Command* CommandUpdater::GetCommand(int id, bool create) {
71 GetCommand(id, true)->observers.AddObserver(observer);
75 GetCommand(id, false)->observers.RemoveObserver(observer);
command_updater.h 85 Command* GetCommand(int id, bool create);
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.cc 154 const BookmarkNode* drop_node = menu_id_to_node_map_[menu->GetCommand()];
168 const BookmarkNode* node = menu_id_to_node_map_[item->GetCommand()];
185 const BookmarkNode* drop_node = menu_id_to_node_map_[menu->GetCommand()];
242 BookmarkNodeData drag_data(menu_id_to_node_map_[sender->GetCommand()]);
248 menu_id_to_node_map_[sender->GetCommand()]);
322 menu_id_to_node_map_[menu->GetCommand()] = parent;
bookmark_bar_view_test.cc     [all...]
  /external/v8/test/benchmarks/
testcfg.py 61 def GetCommand(self):
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 149 if ((item->GetCommand() == 0) && (*position == DROP_BEFORE)) {
170 ViewForId(menu->GetCommand(), &drop_index);
192 BrowserActionView* view = ViewForId(sender->GetCommand(), &drag_index);
206 // The index of the view being dragged (GetCommand gives a 1-based index into
  /external/v8/test/es5conform/
testcfg.py 56 def GetCommand(self):
  /external/v8/test/sputnik/
testcfg.py 63 def GetCommand(self):
  /external/v8/test/cctest/
testcfg.py 64 def GetCommand(self):
  /external/v8/test/message/
testcfg.py 80 def GetCommand(self):
  /external/v8/test/mozilla/
testcfg.py 76 def GetCommand(self):
  /external/v8/test/test262/
testcfg.py 62 def GetCommand(self):
  /external/v8/test/mjsunit/
testcfg.py 83 def GetCommand(self):
  /external/v8/test/preparser/
testcfg.py 66 def GetCommand(self):
  /external/v8/tools/
test.py 392 result = self.RunCommand(self.GetCommand())
    [all...]

Completed in 348 milliseconds