Searched defs:GetCommand (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dcommand_updater.cc57 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) { function in class:CommandUpdater
/external/chromium_org/skia/ext/
H A Dbenchmarking_canvas.cc229 SkDrawCommand* BenchmarkingCanvas::GetCommand(size_t index) { function in class:skia::BenchmarkingCanvas
/external/chromium_org/v8/tools/testrunner/local/
H A Dexecution.py95 command = self.GetCommand(test)
249 def GetCommand(self, test): member in class:Runner
/external/chromium_org/v8/tools/
H A Drun_perf.py280 def GetCommand(self, shell_dir): member in class:Runnable
470 output = commands.Execute(runnable.GetCommand(shell_dir),
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.h260 int GetCommand() const { return command_; } function in class:views::MenuItemView
/external/clang/lib/Driver/
H A DTools.cpp4203 Command *CLCommand = getCLFallback()->GetCommand(C, JA, Output, Inputs,
7659 C.addCommand(GetCommand(C, JA, Output, Inputs, Args, LinkingOutput));
7691 Command *visualstudio::Compile::GetCommand(Compilation &C, const JobAction &JA, function in class:visualstudio::Compile

Completed in 831 milliseconds