Searched defs:profile_ptr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data_unittest.cc38 Profile* profile_ptr = &profile; local
43 pickle.WriteBytes(&profile_ptr, sizeof(&profile));
/external/chromium_org/chrome/browser/extensions/
H A Devent_router_forwarder.cc73 void* profile_ptr,
81 profile_ptr, use_profile_to_restrict_events, event_url));
90 if (profile_ptr) {
91 profile = reinterpret_cast<Profile*>(profile_ptr);
70 HandleEvent(const std::string& extension_id, const std::string& event_name, scoped_ptr<base::ListValue> event_args, void* profile_ptr, bool use_profile_to_restrict_events, const GURL& event_url) argument
/external/chromium_org/v8/src/
H A Dprofile-generator.cc477 static void DeleteCpuProfile(CpuProfile** profile_ptr) { argument
478 delete *profile_ptr;
/external/v8/src/
H A Dprofile-generator.cc585 static void DeleteCpuProfile(CpuProfile** profile_ptr) { argument
586 delete *profile_ptr;

Completed in 144 milliseconds