HomeSort by relevance Sort by last modified time
    Searched refs:cat_enabled (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/tests/
test_trace_event.cc 33 const void* cat_enabled = interface_->GetCategoryEnabled("bar"); local
34 interface_->AddTraceEvent('B', cat_enabled, "foo", 0, 0, NULL, NULL, NULL, 0);
35 interface_->AddTraceEvent('E', cat_enabled, "foo", 0, 0, NULL, NULL, NULL, 0);
43 const void* cat_enabled = interface_->GetCategoryEnabled("bar"); local
45 'B', cat_enabled, "foo", 0, 0, 42, 0, NULL, NULL, NULL, 0);
47 'B', cat_enabled, "foo", 0, 1, 43, 0, NULL, NULL, NULL, 0);
49 'E', cat_enabled, "foo", 0, 0, 44, 0, NULL, NULL, NULL, 0);
51 'E', cat_enabled, "foo", 0, 1, 45, 0, NULL, NULL, NULL, 0);
  /external/chromium_org/native_client_sdk/src/libraries/xray/
browser.c 59 const void* cat_enabled = ppb_trace_event_interface->GetCategoryEnabled( local
108 'E', cat_enabled,
130 'B', cat_enabled,
143 'E', cat_enabled,

Completed in 124 milliseconds