/external/webkit/Source/WebCore/platform/network/curl/ |
ResourceHandleCurl.cpp | 190 void ResourceHandle::loadResourceSynchronously(NetworkingContext*, const ResourceRequest& request, StoredCredentials storedCredentials, ResourceError& error, ResourceResponse& response, Vector<char>& data) 193 RefPtr<ResourceHandle> handle = adoptRef(new ResourceHandle(request, &syncLoader, true, false));
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGImage.cpp | 147 bool RenderSVGImage::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) 153 PointerEventsHitRules hitRules(PointerEventsHitRules::SVG_IMAGE_HITTESTING, request, style()->pointerEvents());
|
/external/webkit/Tools/DumpRenderTree/win/ |
PolicyDelegate.cpp | 96 /*[in]*/ IWebURLRequest* request, 101 request->URL(&url);
|
/frameworks/av/include/media/ |
MediaPlayerInterface.h | 153 virtual status_t setParameter(int key, const Parcel &request) = 0; 165 // for the request and reply. 167 // @param request Parcel that is positioned at the start of the 171 virtual status_t invoke(const Parcel& request, Parcel *reply) = 0;
|
mediaplayer.h | 221 status_t invoke(const Parcel& request, Parcel *reply); 228 status_t setParameter(int key, const Parcel& request);
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorPlayer.h | 115 virtual status_t invoke(const Parcel &request, Parcel *reply); 119 virtual status_t setParameter(int key, const Parcel &request);
|
/frameworks/av/media/libaah_rtp/ |
aah_tx_player.h | 59 virtual status_t setParameter(int key, const Parcel &request); 61 virtual status_t invoke(const Parcel& request, Parcel *reply);
|
/frameworks/base/core/java/android/net/ |
SntpClient.java | 67 * Sends an SNTP request to the given host and processes the response. 80 DatagramPacket request = new DatagramPacket(buffer, buffer.length, address, NTP_PORT); local 87 // get current time and write it to the request packet 92 socket.send(request); 118 // (response rather than request time) 123 if (false) Log.d(TAG, "request time failed: " + e);
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
CancelActivity.java | 123 final CancelRequest request = new CancelRequest(mJobId, mDisplayName); local 124 service.handleCancelRequest(request, null);
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
AbstractPublicApiTest.java | 175 protected DownloadManager.Request getRequest() 180 protected DownloadManager.Request getRequest(String path) { 181 return new DownloadManager.Request(Uri.parse(path)); 184 protected Download enqueueRequest(DownloadManager.Request request) { 185 return new Download(mManager.enqueue(request));
|
/external/chromium/chrome/browser/automation/ |
url_request_automation_job.h | 32 URLRequestAutomationJob(net::URLRequest* request, int tab, int request_id, 73 // automation channel. This is to ensure that this request gets routed to the 124 // Contains the request status code, which is eventually passed to the http 125 // stack when we receive a Read request for a completed job.
|
/external/chromium/chrome/browser/debugger/ |
debugger_remote_service.cc | 52 // retrieved from the request "command" field. If an operation result 59 scoped_ptr<Value> request(base::JSONReader::Read(message.content(), true)); 60 if (request.get() == NULL) { 66 if (!request->IsType(Value::TYPE_DICTIONARY)) { 70 content = static_cast<DictionaryValue*>(request.get());
|
devtools_netlog_observer.h | 64 static int GetAndResetEncodedDataLength(net::URLRequest* request);
|
extension_ports_remote_service.cc | 143 scoped_ptr<Value> request(base::JSONReader::Read(message.content(), true)); 144 if (request.get() == NULL) { 150 if (!request->IsType(Value::TYPE_DICTIONARY)) { 154 content = static_cast<DictionaryValue*>(request.get());
|
/external/chromium/chrome/browser/extensions/ |
extension_web_ui.cc | 62 FaviconService::GetFaviconRequest* request, 65 request_(request), 104 // Forwards the result on the request. If no favicon was available then 410 FaviconService::GetFaviconRequest* request, const GURL& page_url) { 413 new ExtensionWebUIImageLoadingTracker(profile, request, page_url);
|
/external/chromium/chrome/browser/speech/ |
speech_input_manager.cc | 147 // Starts/restarts recognition for an existing request. 219 // speech input request would send an empty string for hardware info and 227 SpeechInputRequest* request = &requests_[caller_id]; local 228 request->delegate = delegate; 229 request->recognizer = new SpeechRecognizer( 232 request->is_active = false;
|
/external/chromium/chrome/browser/ui/webui/ |
chrome_web_ui_factory.cc | 280 FaviconService::GetFaviconRequest* request, 286 ExtensionWebUI::GetFaviconForURL(profile, request, page_url); 293 request->ForwardResultAsync( 294 FaviconService::FaviconDataCallback::TupleType(request->handle(),
|
/external/chromium/chrome/common/extensions/docs/server/ |
chromeextensionsdocs.py | 47 path = os.path.realpath(os.path.join('/', self.request.path)) 72 logging.info("Path: " + self.request.path) 75 result = urlfetch.fetch(url + self.request.query_string) 94 # get the src url corresponding to the request 159 <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" testsource="crxdocs">
|
/external/chromium/net/http/ |
http_auth_handler_ntlm.h | 125 const HttpRequestInfo* request,
|
http_stream_parser.h | 37 const HttpRequestInfo* request, 111 // Try to make progress sending/receiving the request/response. 135 // Current state of the request. 138 // The request to send. 141 // The request header data. 144 // The request body data. 176 // The callback to notify a user that their request or response is
|
/external/chromium/net/server/ |
http_server.h | 43 const HttpServerRequestInfo& request);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
asynchttprequest.cc | 64 LOG(LS_INFO) << "HttpRequest start: " << host_ + client_.request().path; 105 // Do nothing while we wait for the request to finish. We only do this so
|
httprequest.cc | 105 LOG(LS_INFO) << "HttpRequest start: " << host_ + client_.request().path; 112 LOG(LS_INFO) << "HttpRequest request timed out"; 119 LOG(LS_INFO) << "HttpRequest request error: " << error_;
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
httpportallocator.h | 124 void OnRequestDone(talk_base::SignalThread* request);
|
/external/chromium/webkit/glue/media/ |
simple_data_source.cc | 217 // If we don't get a content length or the request has failed, report it 245 // If we don't get a content length or the request has failed, report it 297 // Prepare the request. 298 WebKit::WebURLRequest request(url_); 299 request.setTargetType(WebKit::WebURLRequest::TargetIsMedia); 301 frame_->setReferrerForRequest(request, WebKit::WebURL()); 308 url_loader_->loadAsynchronously(request, this);
|