Home
last modified time | relevance | path

Searched refs:import_path (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/thirdparty/
Dmock.py191 def _dot_lookup(thing, comp, import_path): argument
195 __import__(import_path)
201 import_path = components.pop(0)
202 thing = __import__(import_path)
205 import_path += ".%s" % comp
206 thing = _dot_lookup(thing, comp, import_path)
/external/chromium/chrome/browser/first_run/
Dfirst_run.h174 const FilePath& import_path,