Home
last modified time | relevance | path

Searched refs:profile_ptr (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Devent_router_forwarder.cc72 void* profile_ptr, in HandleEvent() argument
80 profile_ptr, use_profile_to_restrict_events, event_url)); in HandleEvent()
89 if (profile_ptr) { in HandleEvent()
90 profile = reinterpret_cast<Profile*>(profile_ptr); in HandleEvent()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dbrowser_action_drag_data_unittest.cc38 Profile* profile_ptr = &profile; in TEST_F() local
43 pickle.WriteBytes(&profile_ptr, sizeof(&profile)); in TEST_F()
/external/chromium_org/v8/src/
Dprofile-generator.cc446 static void DeleteCpuProfile(CpuProfile** profile_ptr) { in DeleteCpuProfile() argument
447 delete *profile_ptr; in DeleteCpuProfile()