/external/webkit/Source/WebKit/mac/WebView/ |
WebResourceLoadDelegatePrivate.h | 43 - (void)webView:(WebView *)webView didLoadResourceFromMemoryCache:(NSURLRequest *)request response:(NSURLResponse *)response length:(WebNSInteger)length fromDataSource:(WebDataSource *)dataSource;
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebResourceLoadDelegate.idl | 67 @param request The request about to be sent. 72 identifier is useful to track changes to a resources request, which will be 76 - (id)webView:(WebView *)sender identifierForInitialRequest:(NSURLRequest *)request fromDataSource:(WebDataSource *)dataSource; 78 HRESULT identifierForInitialRequest([in] IWebView* webView, [in] IWebURLRequest* request, [in] IWebDataSource* dataSource, [in] unsigned long identifier); 82 @discussion This message is sent before a load is initiated. The request may be modified 87 @param request The request about to be sent. 88 @param redirectResponse If the request is being made in response to a redirect we received, 91 @result Returns the request, which may be mutated by the implementor, although typicall [all...] |
/external/webkit/Source/WebKit/win/ |
WebDownloadCFNet.cpp | 62 static CFURLRequestRef willSendRequestCallback(CFURLDownloadRef download, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void *clientInfo); 73 void WebDownload::init(ResourceHandle* handle, const ResourceRequest& request, const ResourceResponse& response, IWebDownloadDelegate* delegate) 86 m_request.adoptRef(WebMutableURLRequest::createInstance(request)); 87 m_download.adoptCF(CFURLDownloadCreateAndStartWithLoadingConnection(0, connection, request.cfURLRequest(), response.cfURLResponse(), &client)); 93 LOG_ERROR("WebDownload - Failed to create WebDownload from existing connection (%s)", request.url().string().utf8().data()); 95 LOG(Download, "WebDownload - Created WebDownload %p from existing connection (%s)", this, request.url().string().utf8().data()); 109 ResourceRequest request(url); 110 CFURLRequestRef cfRequest = request.cfURLRequest(); 115 m_request.adoptRef(WebMutableURLRequest::createInstance(request)); 127 /* [in] */ IWebURLRequest* request, [all...] |
/external/webkit/Tools/DumpRenderTree/win/ |
WorkQueueItemWin.cpp | 69 COMPtr<IWebURLRequest> request; local 70 if (FAILED(WebKitCreateInstance(CLSID_WebURLRequest, 0, IID_IWebURLRequest, (void**)&request))) 75 bool failed = FAILED(request->initWithURL(urlBSTR, WebURLRequestUseProtocolCachePolicy, 60)); 80 targetFrame->loadRequest(request.get());
|
/external/webkit/Tools/QtTestBrowser/ |
webpage.h | 50 virtual bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type);
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
releasepatch.py | 42 queue_name = self.request.get("queue_name") 56 # Only remove it from the queue if the last message is not a retry request.
|
updatesvnrevision.py | 50 svn_revision.broken_bots.append(self.request.get("broken_bot"))
|
/frameworks/av/media/libmediaplayerservice/ |
StagefrightPlayer.cpp | 168 status_t StagefrightPlayer::invoke(const Parcel &request, Parcel *reply) { 170 return mPlayer->invoke(request, reply); 179 status_t StagefrightPlayer::setParameter(int key, const Parcel &request) { 181 return mPlayer->setParameter(key, request);
|
/frameworks/av/media/mtp/ |
MtpPacket.h | 60 int transfer(struct usb_request* request);
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputConnection.java | 264 * fields in <code>request</code> for how many chars to return, 274 * @param request Description of how the text should be returned. 282 * longer valid of the editor can't comply with the request for 285 public ExtractedText getExtractedText(ExtractedTextRequest request, [all...] |
/frameworks/compile/mclinker/lib/LD/ |
ELFDynObjReader.cpp | 54 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(), 77 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(), 111 MemoryRegion* symtab_region = pInput.memArea()->request( 114 MemoryRegion* strtab_region = pInput.memArea()->request(
|
/frameworks/compile/mclinker/lib/Support/ |
raw_mem_ostream.cpp | 37 MemoryRegion* region = m_MemoryArea.request(m_Position, pSize);
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
ExynosCamera2.h | 98 camera_metadata_t **request, bool sizeRequest);
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
Editor.java | 38 * Called when the given {@link Editor} has a request, for example it 41 public void onRequest(int request);
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
Wallpaper.java | 88 Intent request = new Intent(Intent.ACTION_GET_CONTENT) local 91 startActivityForResult(request, STATE_PHOTO_PICKED); 103 Intent request = new Intent(FilterShowActivity.CROP_ACTION) local 115 startActivity(request);
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
web_services.py | 58 Process a request to authenticate a client. We assume that the username 59 and password will be included in the request. If successful, we'll return 67 self.username = self.request.get('username') 68 self.password = self.request.get('password') 87 Validate the credentials of the client for a web service request. 88 The request should include username/password parameters that correspond 95 self.username = self.request.get('username') 96 self.authtoken = self.request.get('authtoken') 114 request to include username and password fields. It returns authtoken 130 request to include username and authtoken. If the authtoken is vali [all...] |
/external/chromium/chrome/browser/sessions/ |
base_session_service.h | 149 // Invokes ReadLastSessionCommands with request on the backend thread. 152 InternalGetCommandsRequest* request, 155 // Invokes ReadCurrentSessionCommands with request on the backend thread. 158 InternalGetCommandsRequest* request,
|
/external/chromium/chrome/browser/ui/webui/ |
mediaplayer_ui.h | 89 // before seeing the detected mime type of the request. 91 virtual net::URLRequestJob* MaybeIntercept(net::URLRequest* request); 97 virtual net::URLRequestJob* MaybeInterceptResponse(net::URLRequest* request);
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/ |
HelloLicenseServlet.java | 54 public void doGet(HttpServletRequest request, HttpServletResponse response) 59 String url = request.getRequestURI(); 71 // Send a signed request for the user's license state.
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/ |
HelloLicenseServlet.java | 54 public void doGet(HttpServletRequest request, HttpServletResponse response) 59 String url = request.getRequestURI(); 71 // Send a signed request for the user's license state.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/ |
bg.js | 400 function contentScriptHandler(request) { 401 if (contentSounds[request.eventName]) { 402 if (request.eventValue == "started") { 403 playSound(request.eventName, true); 404 } else if (request.eventValue == "stopped") { 405 stopSound(request.eventName); 407 playSound(request.eventName); 410 console.log("got message: " + JSON.stringify(request));
|
/external/kernel-headers/original/linux/ |
ptrace.h | 84 extern long arch_ptrace(struct task_struct *child, long request, long addr, long data); 93 extern int ptrace_request(struct task_struct *child, long request, long addr, long data);
|
/external/speex/libspeex/ |
modes.h | 158 int nb_mode_query(const void *mode, int request, void *ptr); 159 int wb_mode_query(const void *mode, int request, void *ptr);
|
sb_celp.h | 151 int sb_encoder_ctl(void *state, int request, void *ptr); 153 int sb_decoder_ctl(void *state, int request, void *ptr);
|
/external/v8/test/mjsunit/regress/ |
regress-94873.js | 35 var request = JSON.stringify(cmd); 36 var response = dcp.processDebugJSONRequest(request); 48 type: "request", 54 type: "request",
|