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

  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data_unittest.cc 38 Profile* profile_ptr = &profile; local
43 pickle.WriteBytes(&profile_ptr, sizeof(&profile));
  /external/chromium_org/chrome/browser/extensions/
event_router_forwarder.cc 73 void* profile_ptr,
81 profile_ptr, use_profile_to_restrict_events, event_url));
90 if (profile_ptr) {
91 profile = reinterpret_cast<Profile*>(profile_ptr);
  /external/chromium_org/v8/src/
profile-generator.cc 477 static void DeleteCpuProfile(CpuProfile** profile_ptr) {
478 delete *profile_ptr;
  /external/v8/src/
profile-generator.cc 585 static void DeleteCpuProfile(CpuProfile** profile_ptr) {
586 delete *profile_ptr;
    [all...]

Completed in 597 milliseconds