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

/external/chromium_org/net/url_request/
H A Durl_fetcher_impl.cc185 bool take_ownership,
187 return core_->GetResponseAsFilePath(take_ownership, out_response_path);
184 GetResponseAsFilePath( bool take_ownership, base::FilePath* out_response_path) const argument
H A Durl_fetcher.h292 // if the response body was not saved to a file. If take_ownership is
297 bool take_ownership,
H A Durl_fetcher_impl.h91 bool take_ownership,
H A Durl_fetcher_core.h121 bool GetResponseAsFilePath(bool take_ownership,
H A Durl_fetcher_core.cc345 bool URLFetcherCore::GetResponseAsFilePath(bool take_ownership, argument
356 if (take_ownership) {
H A Dtest_url_fetcher_factory.cc208 bool take_ownership, base::FilePath* out_response_path) const {
207 GetResponseAsFilePath( bool take_ownership, base::FilePath* out_response_path) const argument
H A Dtest_url_fetcher_factory.h150 bool take_ownership, base::FilePath* out_response_path) const OVERRIDE;
/external/llvm/bindings/python/llvm/
H A Dcommon.py44 def take_ownership(self, obj): member in class:LLVMObject
H A Dobject.py118 self.take_ownership(contents)
/external/openfst/src/include/fst/
H A Dreplace.h273 bool take_ownership; // take ownership of input Fst(s) member in struct:fst::ReplaceFstOptions
280 take_ownership(false),
285 take_ownership(false),
290 take_ownership(false),
295 take_ownership(false),
376 fst_array_.push_back(opts.take_ownership ? fst : fst->Copy());

Completed in 593 milliseconds