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

  /external/chromium_org/ipc/
ipc_logging.h 26 typedef base::hash_map<uint32, LogFunction > LogFunctionMap;
79 static void set_log_function_map(LogFunctionMap* functions) {
83 static LogFunctionMap* log_function_map() {
120 static LogFunctionMap* log_function_map_;
ipc_logging.cc 40 LogFunctionMap* Logging::log_function_map_;
175 LogFunctionMap::iterator it = log_function_map_->find(type);
  /external/chromium_org/ppapi/nacl_irt/
ppapi_dispatcher.cc 37 LogFunctionMap g_log_function_mapping;

Completed in 547 milliseconds