Searched refs:GetCommand (Results 1 - 15 of 15) sorted by relevance

/external/chromium/chrome/browser/
H A Dcommand_updater.cc52 Command* command = GetCommand(id, true);
60 CommandUpdater::Command* CommandUpdater::GetCommand(int id, bool create) { function in class:CommandUpdater
71 GetCommand(id, true)->observers.AddObserver(observer);
75 GetCommand(id, false)->observers.RemoveObserver(observer);
H A Dcommand_updater.h85 Command* GetCommand(int id, bool create);
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.cc154 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;
H A Dbookmark_bar_view_test.cc1289 deleted_menu_id_ = child_menu->GetCommand();
/external/v8/test/benchmarks/
H A Dtestcfg.py61 def GetCommand(self): member in class:BenchmarkTestCase
/external/chromium/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.cc149 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/
H A Dtestcfg.py56 def GetCommand(self): member in class:ES5ConformTestCase
/external/v8/test/sputnik/
H A Dtestcfg.py63 def GetCommand(self): member in class:SputnikTestCase
/external/v8/test/cctest/
H A Dtestcfg.py64 def GetCommand(self): member in class:CcTestCase
/external/v8/test/message/
H A Dtestcfg.py80 def GetCommand(self): member in class:MessageTestCase
/external/v8/test/mozilla/
H A Dtestcfg.py76 def GetCommand(self): member in class:MozillaTestCase
/external/v8/test/test262/
H A Dtestcfg.py62 def GetCommand(self): member in class:Test262TestCase
/external/v8/test/mjsunit/
H A Dtestcfg.py83 def GetCommand(self): member in class:MjsunitTestCase
/external/v8/test/preparser/
H A Dtestcfg.py66 def GetCommand(self): member in class:PreparserTestCase
/external/v8/tools/
H A Dtest.py392 result = self.RunCommand(self.GetCommand())

Completed in 198 milliseconds