Searched refs:ContentAndType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcontent_provider.py27 class ContentAndType(object): class in inherits:object
105 return ContentAndType(content,
131 '''Returns a Future to the ContentAndType of the file at |path|.
137 .Then(lambda zipped: ContentAndType(zipped,

Completed in 65 milliseconds