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

1 2

  /external/chromium_org/skia/ext/
benchmarking_canvas.h 26 SkDrawCommand* GetCommand(size_t index);
  /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_org/chrome/browser/
command_updater.cc 57 GetCommand(id, true)->observers.AddObserver(observer);
61 GetCommand(id, false)->observers.RemoveObserver(observer);
75 Command* command = GetCommand(id, true);
83 CommandUpdater::Command* CommandUpdater::GetCommand(int id, bool create) {
command_updater.h 72 Command* GetCommand(int id, bool create);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_delegate.cc 182 if (menu_id_to_node_map_.find(menu->GetCommand()) ==
188 const BookmarkNode* drop_node = menu_id_to_node_map_[menu->GetCommand()];
202 const BookmarkNode* node = menu_id_to_node_map_[item->GetCommand()];
242 const BookmarkNode* drop_node = menu_id_to_node_map_[menu->GetCommand()];
304 const BookmarkNode* node = menu_id_to_node_map_[menu->GetCommand()];
316 BookmarkNodeData drag_data(menu_id_to_node_map_[sender->GetCommand()]);
322 profile_, menu_id_to_node_map_[sender->GetCommand()]);
366 menu_id_to_node_map_.erase(menu->GetCommand());
388 menu_id_to_node_map_.erase(i->second->GetCommand());
412 menu_id_to_node_map_[menu->GetCommand()] = parent
    [all...]
  /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;
  /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/chromium_org/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 165 if ((item->GetCommand() == 0) && (*position == DROP_BEFORE)) {
186 ViewForId(menu->GetCommand(), &drop_index);
208 BrowserActionView* view = ViewForId(sender->GetCommand(), &drag_index);
222 // The index of the view being dragged (GetCommand gives a 1-based index into
  /external/chromium_org/v8/tools/testrunner/local/
progress.py 90 print "Command: %s" % EscapeCommand(self.runner.GetCommand(failed))
172 print "Command: %s" % EscapeCommand(self.runner.GetCommand(test))
268 fail_text += "Command: %s" % EscapeCommand(self.runner.GetCommand(test))
execution.py 106 command = self.GetCommand(test)
164 def GetCommand(self, test):
  /external/chromium_org/chrome/browser/ui/views/
wrench_menu.cc 744 int command_id = menu_item_->GetCommand() + 1 + index;
759 return menu->GetCommand() >= menu_item_->GetCommand() &&
760 menu->GetCommand() <=
761 menu_item_->GetCommand() + submenu->GetMenuItemCount() ?
890 return is_bookmark_command(menu->GetCommand()) ?
    [all...]
  /external/v8/test/es5conform/
testcfg.py 56 def GetCommand(self):
  /external/v8/test/sputnik/
testcfg.py 63 def GetCommand(self):
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 172 state->state |= GetDelegate()->IsItemChecked(GetCommand()) ?
508 if (GetCommand() == id)
732 const gfx::Font* font = delegate->GetLabelFont(GetCommand());
795 if (delegate && delegate->GetBackgroundColor(GetCommand(),
811 if (type_ == CHECKBOX && delegate->IsItemChecked(GetCommand())) {
820 GetRadioButtonImage(delegate->IsItemChecked(GetCommand()));
841 if (delegate && delegate->GetForegroundColor(GetCommand(),
    [all...]
menu_item_view.h 280 int GetCommand() const { return command_; }
menu_model_adapter.cc 150 const int id = menu->GetCommand();
menu_runner.cc 286 menu_->GetDelegate()->ExecuteCommand(result->GetCommand(),
  /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):

Completed in 644 milliseconds

1 2