Home | History | Annotate | Download | only in browser

Lines Matching refs:AboutMemoryHandler

219 class AboutMemoryHandler : public MemoryDetails {
221 AboutMemoryHandler(AboutSource* source, int request_id)
228 ~AboutMemoryHandler() {}
237 DISALLOW_COPY_AND_ASSIGN(AboutMemoryHandler);
653 // The AboutMemoryHandler cleans itself up, but |StartFetch()| will want the
655 scoped_refptr<AboutMemoryHandler>
656 handler(new AboutMemoryHandler(source, request_id));
1081 // AboutMemoryHandler ----------------------------------------------------------
1086 void AboutMemoryHandler::BindProcessMetrics(DictionaryValue* data,
1105 void AboutMemoryHandler::AppendProcess(ListValue* child_data,
1127 void AboutMemoryHandler::OnDetailsAvailable() {