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

  /external/chromium_org/content/browser/
user_metrics.cc 27 void RecordComputedAction(const std::string& action) {
32 base::Bind(&RecordComputedAction, action));
36 base::RecordComputedAction(action);
  /external/chromium_org/base/metrics/
user_metrics.cc 61 void RecordComputedAction(const std::string& action) {
  /external/chromium_org/content/public/test/
mock_render_thread.cc 134 void MockRenderThread::RecordComputedAction(const std::string& action) {
  /external/chromium_org/content/renderer/
render_thread_impl.cc     [all...]

Completed in 2434 milliseconds