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

  /external/chromium_org/android_webview/browser/
intercepted_request_data.h 29 virtual scoped_ptr<InputStream> GetInputStream(JNIEnv* env) const = 0;
intercepted_request_data.cc 25 return intercepted_request_data_->GetInputStream(env).Pass();
  /external/chromium_org/android_webview/native/
intercepted_request_data_impl.h 24 virtual scoped_ptr<InputStream> GetInputStream(JNIEnv* env) const OVERRIDE;
intercepted_request_data_impl.cc 27 InterceptedRequestDataImpl::GetInputStream(JNIEnv* env) const {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 637 function GetInputStream: ICharStream;
646 property InputStream: ICharStream read GetInputStream write SetInputStream;
671 function GetInputStream: ICharStream;
681 property InputStream: ICharStream read GetInputStream write SetInputStream;
    [all...]

Completed in 448 milliseconds