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

  /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) {
  /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);
  /external/chromium_org/v8/tools/testrunner/local/
execution.py 106 command = self.GetCommand(test)
164 def GetCommand(self, test):
  /external/v8/test/benchmarks/
testcfg.py 61 def GetCommand(self):
  /external/v8/test/cctest/
testcfg.py 64 def GetCommand(self):
  /external/v8/test/es5conform/
testcfg.py 56 def GetCommand(self):
  /external/v8/test/mozilla/
testcfg.py 76 def GetCommand(self):
  /external/chromium_org/skia/ext/
benchmarking_canvas.cc 229 SkDrawCommand* BenchmarkingCanvas::GetCommand(size_t index) {
  /external/v8/test/message/
testcfg.py 80 def GetCommand(self):
  /external/v8/test/sputnik/
testcfg.py 63 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):
  /art/runtime/jdwp/
jdwp.h 399 uint8_t GetCommand() { return command_; }
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.h 274 int GetCommand() const { return command_; }

Completed in 850 milliseconds