/external/webkit/Source/WebKit/wince/ |
WebView.cpp | 218 void WebView::load(const WebCore::ResourceRequest &request) 220 frame()->loader()->load(request, false);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
notify.c | 482 * @dev_addr: Who sent the request or responded to our request. 483 * @request: Will be 1 if request, 0 for response. 494 const u8 *dev_addr, int request, 499 wpas_dbus_signal_p2p_provision_discovery(wpa_s, dev_addr, request,
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorPlayer.cpp | 165 status_t VideoEditorPlayer::setParameter(int key, const Parcel &request) { 190 status_t VideoEditorPlayer::invoke(const Parcel &request, Parcel *reply) {
|
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.h | 319 virtual status_t invoke(const Parcel& request, Parcel *reply); 326 virtual status_t setParameter(int key, const Parcel &request);
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputConnectionWrapper.java | 107 public void getExtractedText(ExtractedTextRequest request, 110 request, seq, callback));
|
/development/scripts/app_engine_server/gae_shell/static/ |
shell.js | 122 * The XmlHttpRequest callback. If the request succeeds, it adds the command 187 // send the request and tell the user.
|
/external/chromium/chrome/browser/sessions/ |
session_service.h | 159 // The created request does NOT directly invoke the callback, rather the 169 // The created request does NOT directly invoke the callback, rather the 248 scoped_refptr<InternalGetCommandsRequest> request);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauth.js | 10 * @param {String} url_request_token The OAuth request token URL. 55 * "request_url" {String} OAuth request token URL. 129 * Makes an OAuth-signed HTTP request with the currently authorized tokens. 130 * @param {String} url The URL to send the request to. Querystring parameters 132 * @param {Function} callback A function to be called once the request is 136 * send the request. Useful if you need to check response status 138 * @param {Object} opt_params Additional parameters to configure the request. 141 * "body" {String} A request body to send. Defaults to null. 142 * "parameters" {Object} Query parameters to include in the request. 143 * "headers" {Object} Additional headers to include in the request [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauth.js | 10 * @param {String} url_request_token The OAuth request token URL. 55 * "request_url" {String} OAuth request token URL. 129 * Makes an OAuth-signed HTTP request with the currently authorized tokens. 130 * @param {String} url The URL to send the request to. Querystring parameters 132 * @param {Function} callback A function to be called once the request is 136 * send the request. Useful if you need to check response status 138 * @param {Object} opt_params Additional parameters to configure the request. 141 * "body" {String} A request body to send. Defaults to null. 142 * "parameters" {Object} Query parameters to include in the request. 143 * "headers" {Object} Additional headers to include in the request [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
chrome_ex_oauth.js | 10 * @param {String} url_request_token The OAuth request token URL. 55 * "request_url" {String} OAuth request token URL. 129 * Makes an OAuth-signed HTTP request with the currently authorized tokens. 130 * @param {String} url The URL to send the request to. Querystring parameters 132 * @param {Function} callback A function to be called once the request is 136 * send the request. Useful if you need to check response status 138 * @param {Object} opt_params Additional parameters to configure the request. 141 * "body" {String} A request body to send. Defaults to null. 142 * "parameters" {Object} Query parameters to include in the request. 143 * "headers" {Object} Additional headers to include in the request [all...] |
/external/chromium/net/ftp/ |
ftp_network_transaction_unittest.cc | 747 const char* request, 760 FtpRequestInfo request_info = GetRequestInfo(request); 788 const char* request, 794 ExecuteTransaction(ctrl_socket, request, expected_result); [all...] |
/external/chromium/net/http/ |
http_auth_handler_negotiate.cc | 206 const HttpRequestInfo* request,
|
http_cache_transaction.h | 227 void SetRequest(const BoundNetLog& net_log, const HttpRequestInfo* request); 229 // Returns true if the request should be handled exclusively by the network 248 // "if-none-match" validation header by the caller (NOT when the request was 269 // Called to make the request conditional (to ask the server if the cached 270 // copy is valid). Returns true if able to make the request conditional. 281 // Changes the response code of a range request to be 416 (Requested range not 321 // Returns true if we should bother attempting to resume this request if it 349 bool invalid_range_; // We may bypass the cache for this request.
|
/external/chromium/net/socket/ |
ssl_client_socket_pool.h | 149 // ERR_IO_PENDING if it cannot immediately service the request. 268 const PoolBase::Request& request,
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
callclient.cc | 127 " friend user Request to add a user to your roster.\n" 618 buzz::VoicemailJidRequester *request = local 620 request->SignalGotVoicemailJid.connect(this, 622 request->SignalVoicemailJidError.connect(this, 624 request->Start();
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
relayserver.h | 113 // Processes the relevant STUN request types from the client. 169 void SendStunError(const StunMessage& request, int code, const char* desc);
|
/external/clang/tools/scan-view/ |
ScanView.py | 169 def finish_request(self, request, client_address): 173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address) 175 def handle_error(self, request, client_address): 182 BaseHTTPServer.HTTPServer.handle_error(self, request, client_address) 220 """Serve a POST request."""
|
/external/libusb-compat/libusb/ |
usb.h | 309 int usb_control_msg(usb_dev_handle *dev, int requesttype, int request,
|
/external/qemu/hw/ |
usb.h | 156 * Process control request. 161 int (*handle_control)(USBDevice *dev, int request, int value,
|
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorGObject.pm | 598 static void ${lowerCaseIfaceName}_init(${className}* request) [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
WebPageSerializer.cpp | 141 KURL frameURL = frame->loader()->documentLoader()->request().url();
|
/external/webkit/Source/WebKit/gtk/tests/ |
testmimehandling.c | 36 /* For real request testing */ 101 WebKitNetworkRequest* request, const char* mime_type,
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebNetscapePluginView.h | 160 - (NPError)loadRequest:(NSURLRequest *)request inTarget:(NSString *)target withNotifyData:(void *)notifyData sendNotification:(BOOL)sendNotification;
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebUIDelegatePrivate.h | 210 - (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request windowFeatures:(NSDictionary *)features;
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebframe.h | 127 void load(const QNetworkRequest &request,
|