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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
headerparserhandler.py 91 self._formatter = logging.Formatter('%(name)s: %(message)s')
98 msg = self._formatter.format(record)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
headerparserhandler.py 92 self._formatter = logging.Formatter('%(name)s: %(message)s')
99 msg = self._formatter.format(record)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
Linkifier.js 52 this._formatter = formatter || new WebInspector.Linkifier.DefaultFormatter(WebInspector.Linkifier.MaxLengthForDisplayedURLs);
202 this._formatter.formatLiveAnchor(anchor, uiLocation);
  /external/chromium_org/tools/cr/cr/
config.py 129 self._formatter = _MissingToErrorFormatter()
138 return self._formatter.vformat(str(value), (), self)

Completed in 168 milliseconds