Searched refs:ProfilerMessageFilter (Results 1 – 4 of 4) sorted by relevance
14 ProfilerMessageFilter::ProfilerMessageFilter(int process_type) in ProfilerMessageFilter() function in content::ProfilerMessageFilter18 void ProfilerMessageFilter::OnChannelConnected(int32 peer_pid) { in OnChannelConnected()24 bool ProfilerMessageFilter::OnMessageReceived(const IPC::Message& message, in OnMessageReceived()27 IPC_BEGIN_MESSAGE_MAP_EX(ProfilerMessageFilter, message, *message_was_ok) in OnMessageReceived()38 ProfilerMessageFilter::~ProfilerMessageFilter() {} in ~ProfilerMessageFilter()40 void ProfilerMessageFilter::OnChildProfilerData( in OnChildProfilerData()48 void ProfilerMessageFilter::OnTcmallocStats(const std::string& output) { in OnTcmallocStats()
19 class ProfilerMessageFilter : public BrowserMessageFilter {21 explicit ProfilerMessageFilter(int process_type);31 virtual ~ProfilerMessageFilter();45 DISALLOW_COPY_AND_ASSIGN(ProfilerMessageFilter);
104 AddFilter(new ProfilerMessageFilter(process_type)); in BrowserChildProcessHostImpl()
757 AddFilter(new ProfilerMessageFilter(PROCESS_TYPE_RENDERER)); in CreateMessageFilters()