HomeSort by relevance Sort by last modified time
    Searched refs:request (Results 476 - 500 of 1458) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/password_manager/
password_store.h 32 // The login request/manipulation API is not threadsafe and must be used
43 // PasswordStoreConsumer. However, if the request is canceled after the
44 // allocation, then the request must take care of the deletion.
94 // request can be tracked. Implement the PasswordStoreConsumer interface to be
100 // are thus auto-fillable--and returns a handle so the async request can be
106 // returns a handle so the async request can be tracked. Implement the
150 virtual void GetLoginsImpl(GetLoginsRequest* request,
153 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request) = 0;
155 virtual void GetBlacklistLoginsImpl(GetLoginsRequest* request) = 0;
167 virtual void ForwardLoginsResult(GetLoginsRequest* request);
    [all...]
password_store_default.cc 181 GetLoginsRequest* request, const webkit_glue::PasswordForm& form) {
182 login_db_->GetLogins(form, &request->value);
183 ForwardLoginsResult(request);
187 GetLoginsRequest* request) {
188 FillAutofillableLogins(&request->value);
189 ForwardLoginsResult(request);
193 GetLoginsRequest* request) {
194 FillBlacklistLogins(&request->value);
195 ForwardLoginsResult(request);
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher.h 56 void RequestCompleted(RequestDelegate* request);
  /external/chromium/chrome/browser/ssl/
ssl_add_cert_handler.h 23 SSLAddCertHandler(net::URLRequest* request, net::X509Certificate* cert,
48 // The id of the request which started the process.
  /external/chromium/chrome/browser/ui/login/
login_prompt.h 34 LoginHandler(net::AuthChallengeInfo* auth_info, net::URLRequest* request);
40 net::URLRequest* request);
57 // Resend the request with authentication credentials.
65 // Notify the handler that the request was cancelled.
133 // The request that wants login data.
210 net::URLRequest* request);
215 void ResetLoginHandlerForRequest(net::URLRequest* request);
  /external/chromium/chrome/browser/ui/webui/
chrome_web_ui_factory.h 30 // Get the favicon for |page_url| and forward the result to the |request|
33 FaviconService::GetFaviconRequest* request,
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 70 request = Request.from_consumer_and_token(consumer, token,
74 request.sign_request(signing_method, consumer, token)
77 for k, v in sorted(request.iteritems()):
115 key in each request to identify itself, but will use its secret only when
116 signing requests, to prove that the request is from that particular
120 the service provider for a request token, kicking off the OAuth
142 """An OAuth credential used to request authorization or a protected
150 When first negotiating the authorization, the consumer asks for a *request
152 consumer then exchanges the request token for an *access token* that ca
540 def request(self, uri, method="GET", body=None, headers=None, member in class:Client
    [all...]
  /external/chromium/net/http/
http_auth_handler_basic.h 42 const HttpRequestInfo* request,
  /external/chromium/net/proxy/
proxy_resolver_v8.h 49 RequestHandle* /*request*/,
51 virtual void CancelRequest(RequestHandle request);
  /external/chromium/net/url_request/
url_request_simple_job.h 20 explicit URLRequestSimpleJob(URLRequest* request);
  /external/chromium/webkit/glue/
resource_fetcher.cc 33 // can do a http request and ignore the results).
51 WebURLRequest request(url_);
52 request.setTargetType(target_type_);
53 frame->dispatchWillSendRequest(request);
56 loader_->loadAsynchronously(request, this);
  /external/e2fsprogs/tests/progs/
test_icount.c 39 static int check_icount(char *request)
43 com_err(request, 0, "The icount structure must be allocated.");
50 static int parse_inode(const char *request, const char *desc,
57 com_err(request, 0, "Bad %s - %s", desc, str);
300 char *request = 0; local
323 request = optarg;
330 "[-R request] [-f cmd_file]");
346 if (request) {
348 retval = ss_execute_line(sci_idx, request);
350 ss_perror(sci_idx, retval, request);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelper.java 11 import javax.sip.message.Request;
31 * request so that it could be retransmitted.
38 * the transaction established by the challenged request
48 * @return a transaction containing a re-originated request with the
61 * Attach authentication headers to the given request. This looks up
63 * for the given call ID and attaches it to the request.
64 * @param request - the request for which we attach the authentication headers.
66 public abstract void setAuthenticationHeaders(Request request) ;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultRouter.java 59 * request and had run out of othe options, then it calls this method to figure
60 * out where to send the request. The default router implements a simple
69 * <li> If the request contains one or more Route headers, use the URI of the
70 * topmost Route header as next hop, possibly modifying the request in the
74 * <li> Otherwise, use the request URI as next hop. If the request URI is not a
75 * SIP URI, call {@link javax.sip.address.Router#getNextHop(Request)} provided
84 * modifications will be made to the request:
86 * <li>The implementation places the Request-URI into the Route header field as
89 * the Request-URI and removes that value from the Route header field
    [all...]
  /external/nist-sip/java/javax/sip/message/
MessageFactory.java 16 Request createRequest(URI requestURI, String method, CallIdHeader callId,
21 Request createRequest(URI requestURI, String method, CallIdHeader callId,
26 Request createRequest(URI requestURI, String method, CallIdHeader callId,
30 Request createRequest(String request) throws ParseException;
46 Response createResponse(int statusCode, Request request,
50 Response createResponse(int statusCode, Request request,
54 Response createResponse(int statusCode, Request request
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestInterface.cpp 59 WebCore::TestInterface* core(WebKitDOMTestInterface* request)
61 g_return_val_if_fail(request, 0);
63 WebCore::TestInterface* coreObject = static_cast<WebCore::TestInterface*>(WEBKIT_DOM_OBJECT(request)->coreObject);
132 static void webkit_dom_test_interface_init(WebKitDOMTestInterface* request)
WebKitDOMTestMediaQueryListListener.cpp 57 WebCore::TestMediaQueryListListener* core(WebKitDOMTestMediaQueryListListener* request)
59 g_return_val_if_fail(request, 0);
61 WebCore::TestMediaQueryListListener* coreObject = static_cast<WebCore::TestMediaQueryListListener*>(WEBKIT_DOM_OBJECT(request)->coreObject);
130 static void webkit_dom_test_media_query_list_listener_init(WebKitDOMTestMediaQueryListListener* request)
  /external/webkit/Source/WebCore/html/parser/
XSSFilter.cpp 220 DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to execute a JavaScript script. Source code of script found within request.\n"));
468 // request. If the resource has a query string, we're more suspicious,
  /external/webkit/Source/WebKit/mac/WebView/
WebNavigationData.h 38 - (id)initWithURLString:(NSString *)url title:(NSString *)title originalRequest:(NSURLRequest *)request response:(NSURLResponse *)response hasSubstituteData:(BOOL)hasSubstituteData clientRedirectSource:(NSString *)redirectSource;
WebNavigationData.mm 58 - (id)initWithURLString:(NSString *)url title:(NSString *)title originalRequest:(NSURLRequest *)request response:(NSURLResponse *)response hasSubstituteData:(BOOL)hasSubstituteData clientRedirectSource:(NSString *)redirectSource
64 _private->originalRequest = [request retain];
  /external/webkit/Source/WebKit2/UIProcess/
WebResourceLoadClient.cpp 42 RefPtr<WebURLRequest> request = WebURLRequest::create(resourceRequest);
43 return m_client.didInitiateLoadForResource(toAPI(page), toAPI(frame), resourceIdentifier, toAPI(request.get()), pageIsProvisionallyLoading, m_client.clientInfo);
51 RefPtr<WebURLRequest> request = WebURLRequest::create(resourceRequest);
55 return m_client.didSendRequestForResource(toAPI(page), toAPI(frame), resourceIdentifier, toAPI(request.get()), toAPI(response.get()), m_client.clientInfo);
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.cpp 42 PassOwnPtr<Download> Download::create(uint64_t downloadID, const ResourceRequest& request)
44 return adoptPtr(new Download(downloadID, request));
47 Download::Download(uint64_t downloadID, const ResourceRequest& request)
49 , m_request(request)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebErrorsMac.mm 142 ResourceError cancelledError(const ResourceRequest& request)
144 return [NSError _webKitErrorWithDomain:NSURLErrorDomain code:NSURLErrorCancelled URL:request.url()];
147 ResourceError blockedError(const ResourceRequest& request)
149 return [NSError _webKitErrorWithDomain:WebError::webKitErrorDomain() code:kWKErrorCodeCannotUseRestrictedPort URL:request.url()];
152 ResourceError cannotShowURLError(const ResourceRequest& request)
154 return [NSError _webKitErrorWithDomain:WebError::webKitErrorDomain() code:kWKErrorCodeCannotShowURL URL:request.url()];
157 ResourceError interruptForPolicyChangeError(const ResourceRequest& request)
159 return [NSError _webKitErrorWithDomain:WebError::webKitErrorDomain() code:kWKErrorCodeFrameLoadInterruptedByPolicyChange URL:request.url()];
  /external/webkit/Tools/Scripts/webkitpy/common/net/irc/
ircbot.py 76 request = event.arguments()[0].split(":", 1)
77 if len(request) > 1 and irclib.irc_lower(request[0]) == irclib.irc_lower(self.connection.get_nickname()):
78 response = self._delegate.irc_message_received(nick, request[1])
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 41 void sendRequest(const char *request, const sp<AMessage> &reply);
113 void addAuthentication(AString *request);
115 void addUserAgent(AString *request) const;
120 bool handleServerRequest(const sp<ARTSPResponse> &request);

Completed in 598 milliseconds

<<11121314151617181920>>