/external/webkit/Source/WebKit/win/Interfaces/ |
IWebUIDelegate.idl | 192 @abstract Create a new window and begin to load the specified request. 196 @param request The request to load. 198 - (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request; 200 HRESULT createWebViewWithRequest([in] IWebView* sender, [in] IWebURLRequest* request, [out, retval] IWebView** newWebView); [all...] |
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebChromeClient.cpp | 205 // Just create a blank request because createWindow() is only required to create window but not to load URL. 206 COMPtr<IWebMutableURLRequest> request(AdoptCOM, WebMutableURLRequest::createInstance()); 211 HRESULT hr = delegatePrivate->createWebViewWithRequest(m_webView, request.get(), createWindowFeaturesPropertyBag(features).get(), &newWebView); 225 if (FAILED(delegate->createModalDialog(m_webView, request.get(), &newWebView))) 227 } else if (FAILED(delegate->createWebViewWithRequest(m_webView, request.get(), &newWebView)))
|
WebInspectorDelegate.h | 284 /* [in] */ IWebURLRequest *request,
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKContext.h | 112 WK_EXPORT WKDownloadRef WKContextDownloadURLRequest(WKContextRef context, const WKURLRequestRef request);
|
/frameworks/base/core/java/android/app/ |
DownloadManager.java | 43 * request that a URI be downloaded to a particular destination file. The download manager will 51 * Apps that request downloads through this API should register a broadcast receiver for 241 * occurred and the download manager is waiting before retrying the request. 301 * columns to request from DownloadProvider. 327 * This class contains all the information necessary to request a new download. The URI is the 334 public static class Request { 405 public Request(Uri uri) { 416 Request(String uriString) { 433 public Request setDestinationUri(Uri uri) { 451 public Request setDestinationToSystemCache() 1166 Request request = new Request(NON_DOWNLOADMANAGER_DOWNLOAD) local [all...] |
/frameworks/base/core/java/android/os/ |
Broadcaster.java | 32 public void request(int senderWhat, Handler target, int targetWhat) method in class:Broadcaster 168 * Send out msg. Anyone who has registered via the request() method will be
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.cpp | 290 MemoryRegion* symtab_region = pOutput.memArea()->request(symtab_sect.offset(), 292 MemoryRegion* strtab_region = pOutput.memArea()->request(strtab_sect.offset(), 294 MemoryRegion* hash_region = pOutput.memArea()->request(hash_sect.offset(), 296 MemoryRegion* dyn_region = pOutput.memArea()->request(dyn_sect.offset(),
|
/hardware/msm7k/libaudio-qdsp5v2/ |
AudioHardware.cpp | 135 AudioParameter request = AudioParameter(keys); local
|
/hardware/msm7k/librpc/rpc/ |
types.h | 103 * request. 269 * Reply header to an rpc request that was accepted by the server. 270 * Note: there could be an error even though the request was 288 * Reply to an rpc request that was denied by the server. 350 bool_t (*xdr_control) (xdr_s_type *xdr, int request, void *info);
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebNSURLExtras.mm | 603 NSURLRequest *request = [[NSURLRequest alloc] initWithURL:self]; 604 Class concreteClass = WKNSURLProtocolClassForRequest(request); 606 [request release]; 614 NSURLRequest *newRequest = [concreteClass canonicalRequestForRequest:request]; 617 [request release]; [all...] |
/external/chromium/net/socket/ |
client_socket_pool_base_unittest.cc | 161 const TestClientSocketPoolBase::Request& request, 350 const TestClientSocketPoolBase::Request& request, 354 request, 590 TestSocketRequest* request(int i) { return test_base_.request(i); } function in class:net::__anon4183::ClientSocketPoolBaseTest 610 TestClientSocketPoolBase::Request request( 617 request, [all...] |
ssl_client_socket_pool.cc | 538 const PoolBase::Request& request, 540 return new SSLConnectJob(group_name, request.params(), ConnectionTimeout(),
|
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
tst_qwebpage.cpp | 197 virtual bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest &request, QWebPage::NavigationType type) { 199 Q_UNUSED(request); 353 QNetworkRequest request; member in struct:TestPage::Navigation 360 virtual bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest &request, NavigationType type) { 363 n.request = request; 398 QCOMPARE(n.request.url().toString(), QString("data:text/html,Reached")); 413 virtual QNetworkReply* createRequest(Operation op, const QNetworkRequest &request, QIODevice* outgoingData) { 414 requests.append(request); 415 requestedUrls.append(request.url()) [all...] |
/external/webkit/Source/WebKit2/UIProcess/ |
WebPageProxy.cpp | 2887 RefPtr<GeolocationPermissionRequestProxy> request = m_geolocationPermissionRequestManager.createRequest(geolocationID); local [all...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_frame.cpp | 536 WebCore::ResourceRequest request(baseKURL); 538 sd->frame->loader()->load(request, substituteData, false); 554 * @return @c EINA_TRUE on successful request, @c EINA_FALSE on errors. 583 * @return @c EINA_TRUE on successful request, @c EINA_FALSE on errors. 602 * @return @c EINA_TRUE if request was done, @c EINA_FALSE on errors. [all...] |
/external/webkit/Source/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 218 NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:URL]; 222 [request _web_setHTTPReferrer:frame->loader()->outgoingReferrer()]; 223 return request;
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
CmdInterpretWext.c | 160 /* Check user request */ 550 /* request MLME operation (Deauthenticate / Disassociate) */ 1756 OS_802_11_AUTHENTICATION_REQUEST *request; local [all...] |
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
apConn.c | 120 AP_CONNECT_STATE_PREPARE_HAND_OFF, /**< Request CCKM for new AP, wait for response */ 134 AP_CONNECT_EVENT_FINISHED_OK, /**< Indicates successful completion of request sent to Conn SM */ 135 AP_CONNECT_EVENT_FINISHED_NOT_OK, /**< Indicates unsuccessful completion of request sent to Conn SM */ 175 apConn_connRequest_e requestType; /**< Stores type of roaming request */ 641 /* If low quality trigger threshold is set to 0 - this is the request to ignore this trigger */ [all...] |
rsn.c | 1872 OS_802_11_AUTHENTICATION_REQUEST *request; local [all...] |
/hardware/ril/libril/ |
ril.cpp | 85 // request, response, and unsolicited msg print macro 241 extern "C" const char * requestToString(int request); 318 * Issue a single local request, ensuring that the response 322 issueLocalRequest(int request, void *data, int len) { 330 pRI->pCI = &(s_commands[request]); 341 ALOGD("C[locl]> %s", requestToString(request)); 343 s_callbacks.onRequest(request, data, len, pRI); 352 int32_t request; local 360 status = p.readInt32(&request); 364 ALOGE("invalid request block") [all...] |
/development/ndk/platforms/android-3/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data);
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
linux-unistd.h | 47 int __ptrace (int request, int pid, void* addr, void* data);
|
/development/ndk/platforms/android-9/include/sys/ |
linux-unistd.h | 35 int __ptrace (int request, int pid, void* addr, void* data);
|
/external/chromium/chrome/browser/chromeos/login/ |
camera.cc | 44 int xioctl(int fd, int request, void* arg) { 47 r = ioctl(fd, request, arg); 121 // Number of buffers to request from the device.
|
/external/chromium/chrome/browser/net/websocket_experiment/ |
websocket_experiment_task.cc | 63 net::WebSocket::Request* request( 64 new net::WebSocket::Request(config.url, 70 return new net::WebSocket(request, delegate); 460 // Request context is not ready. 487 // Request context is not ready.
|