HomeSort by relevance Sort by last modified time
    Searched refs:request (Results 576 - 600 of 816) sorted by null

<<21222324252627282930>>

  /external/webkit/WebCore/rendering/
InlineBox.cpp 186 bool InlineBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty)
191 return renderer()->hitTest(request, result, IntPoint(x, y), tx, ty);
RenderSVGRoot.cpp 271 bool RenderSVGRoot::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction)
287 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) {
RenderSVGText.cpp 96 bool RenderSVGText::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction)
104 return RenderBlock::nodeAtPoint(request, result, (int)localPoint.x(), (int)localPoint.y(), 0, 0, hitTestAction);
TextControlInnerElements.cpp 53 bool RenderTextControlInnerBlock::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction)
61 return RenderBlock::nodeAtPoint(request, result, x, y, tx, ty, placeholderIsVisible ? HitTestBlockBackground : hitTestAction);
RootInlineBox.cpp 175 bool RootInlineBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty)
178 if (ellipsisBox()->nodeAtPoint(request, result, x, y, tx, ty)) {
183 return InlineFlowBox::nodeAtPoint(request, result, x, y, tx, ty);
  /external/webkit/WebKit/chromium/src/
FrameLoaderClientImpl.h 115 virtual void dispatchDecidePolicyForNewWindowAction(WebCore::FramePolicyFunction function, const WebCore::NavigationAction& action, const WebCore::ResourceRequest& request, PassRefPtr<WebCore::FormState> form_state, const WebCore::String& frame_name);
116 virtual void dispatchDecidePolicyForNavigationAction(WebCore::FramePolicyFunction function, const WebCore::NavigationAction& action, const WebCore::ResourceRequest& request, PassRefPtr<WebCore::FormState> form_state);
WebPluginContainerImpl.cpp 259 const WebURLRequest& request, const WebString& target, bool notifyNeeded, void* notifyData)
267 // our frame request. It would be better to evolve FrameLoader to
270 new WebPluginLoadObserver(this, request.url(), notifyData);
275 FrameLoadRequest frameRequest(request.toResourceRequest());
  /external/webkit/WebKit/mac/WebView/
WebUIDelegate.h 159 @abstract Create a new window and begin to load the specified request.
163 @param request The request to load.
166 - (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request;
180 @abstract Create a new window and begin to load the specified request.
184 @param request The request to load.
187 - (WebView *)webView:(WebView *)sender createWebViewModalDialogWithRequest:(NSURLRequest *)request;
524 on the WebFrameView. Otherwise the delegate will need to request a NSPrintOperation from
WebViewInternal.h 126 - (WebView *)_openNewWindowWithRequest:(NSURLRequest *)request;
166 + (BOOL)_canHandleRequest:(NSURLRequest *)request forMainFrame:(BOOL)forMainFrame;
  /external/webkit/WebKit/qt/Api/
qwebpage.h 326 void downloadRequested(const QNetworkRequest &request);
339 virtual bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, NavigationType type);
  /external/webkit/WebKit/win/Interfaces/
IWebFrame.idl 108 @param request The web request to load.
109 - (void)loadRequest:(NSURLRequest *)request;
111 HRESULT loadRequest([in] IWebURLRequest* request);
137 -webView:decidePolicyForMIMEType:request:frame:decisionListener: or
IWebUIDelegatePrivate.idl 96 HRESULT createWebViewWithRequest([in] IWebView* sender, [in] IWebURLRequest* request, [in] IPropertyBag* windowFeatures, [out, retval] IWebView** newWebView);
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 114 void WebFrameLoaderClient::assignIdentifierToInitialRequest(unsigned long identifier, DocumentLoader* loader, const ResourceRequest& request)
121 COMPtr<WebMutableURLRequest> webURLRequest(AdoptCOM, WebMutableURLRequest::createInstance(request));
175 void WebFrameLoaderClient::dispatchWillSendRequest(DocumentLoader* loader, unsigned long identifier, ResourceRequest& request, const ResourceResponse& redirectResponse)
182 COMPtr<WebMutableURLRequest> webURLRequest(AdoptCOM, WebMutableURLRequest::createInstance(request));
193 request = ResourceRequest();
201 request = newWebURLRequestImpl->resourceRequest();
650 PassRefPtr<DocumentLoader> WebFrameLoaderClient::createDocumentLoader(const ResourceRequest& request, const SubstituteData& substituteData)
652 RefPtr<WebDocumentLoader> loader = WebDocumentLoader::create(request, substituteData);
    [all...]
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 134 Page* ChromeClientWx::createWindow(Frame*, const FrameLoadRequest& request, const WindowFeatures& features)
138 wkEvent.SetURL(request.resourceRequest().url().string());
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
handshake.py 33 Note: request.connection.write/read are used in this module, even though
35 Unfortunately, we have no other options. For example, request.write/read are
101 def __init__(self, request, dispatcher, strict=False):
105 request: mod_python request.
107 strict: Strictly check handshake request. Default: False.
108 If True, request.connection must provide get_memorized_lines
115 self._request = request
  /frameworks/base/core/java/com/android/internal/view/
InputConnectionWrapper.java 43 // A 'pool' of one InputContextCallback. Each ICW request will attempt to gain
52 * occur after a timeout has expired are not interpreted as replies to a later request.
254 public ExtractedText getExtractedText(ExtractedTextRequest request, int flags) {
258 mIInputContext.getExtractedText(request, flags, callback.mSeq, callback);
  /libcore/luni/src/main/native/
java_net_NetworkInterface.cpp 145 static bool doIoctl(JNIEnv* env, jstring name, int request, ifreq& ifr) {
162 int rc = ioctl(fd.get(), request, &ifr);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 115 String request = new String(buff, 0, num); local
117 request.toLowerCase().indexOf("proxy-authorization:") > 0;
336 assertTrue("Connection did not send proxy authorization request",
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
mainKeysSm.c 903 OS_802_11_AUTHENTICATION_REQUEST *request; local
912 request = (OS_802_11_AUTHENTICATION_REQUEST *)(AuthBuf + sizeof(TI_UINT32));
913 request->Length = sizeof(OS_802_11_AUTHENTICATION_REQUEST);
934 MAC_COPY (request->BSSID, param.content.ctrlDataCurrentBSSID);
936 request->Flags = OS_802_11_REQUEST_REAUTH;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
mainKeysSm.c 931 OS_802_11_AUTHENTICATION_REQUEST *request; local
942 request = (OS_802_11_AUTHENTICATION_REQUEST *)(AuthBuf + sizeof(UINT32));
943 request->Length = sizeof(OS_802_11_AUTHENTICATION_REQUEST);
966 os_memoryCopy(pMainKeys->hOs, request->BSSID, (void *)param.content.ctrlDataCurrentBSSID.addr, MAC_ADDR_LEN);
968 request->Flags = OS_802_11_REQUEST_REAUTH;
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
mainKeysSm.c 903 OS_802_11_AUTHENTICATION_REQUEST *request; local
912 request = (OS_802_11_AUTHENTICATION_REQUEST *)(AuthBuf + sizeof(TI_UINT32));
913 request->Length = sizeof(OS_802_11_AUTHENTICATION_REQUEST);
934 MAC_COPY (request->BSSID, param.content.ctrlDataCurrentBSSID);
936 request->Flags = OS_802_11_REQUEST_REAUTH;
  /external/chromium/net/url_request/
url_request_unittest.cc 140 ASSERT_EQ(1, d.response_started_count()) << "request failed: " <<
159 // issuing a CONNECT request with the magic host name "www.redirect.com".
185 // issuing a CONNECT request with the magic host name "www.server-auth.com".
256 // An https server is sent a request with an https referer,
415 // We expect to receive OnResponseStarted even though the request has been
479 // The request will be implicitly canceled when it is destroyed. The
544 ASSERT_EQ(1, d.response_started_count()) << "request failed: " <<
589 ASSERT_EQ(1, d.response_started_count()) << "request failed: " <<
799 // returning a page in response to this request rather than reporting failure.
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 351 struct radius_msg *request)
368 msg = radius_msg_new(code, request->hdr->identifier);
394 if (!radius_msg_add_mppe_keys(msg, request->hdr->authenticator,
404 if (radius_msg_copy_attr(msg, request, RADIUS_ATTR_PROXY_STATE) < 0) {
413 request->hdr->authenticator) < 0) {
423 struct radius_msg *request,
431 RADIUS_DEBUG("Reject invalid request from %s:%d",
435 request->hdr->identifier);
449 if (radius_msg_copy_attr(msg, request, RADIUS_ATTR_PROXY_STATE) < 0) {
458 request->hdr->authenticator) < 0)
    [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 25 MemcachedZipHandler: Class that serves request
88 Serves a GET request from a series of zip files. As files are served they are
104 class' get method. Some logic is applied to the request to serve files
121 # lang pref cookie in the request, add set-cookie to the response with the
124 langName = self.request.cookies['android_developer_pref_lang']
132 # processing the request below.
148 # if the lang code in the request is different from that in
152 # logging.info(' Handling a MISMATCHED intl request')
160 # handle a 'clean' request.
161 # Try to form a response using the actual request url
    [all...]
  /external/webkit/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 141 const ResourceRequest &r = m_resourceHandle->request();
336 ResourceRequest newRequest = m_resourceHandle->request();
349 if (!m_resourceHandle) // network error did cancel the request
444 ResourceError error(url.host(), 400 /*bad request*/,
446 QCoreApplication::translate("QWebPage", "Bad HTTP request"));
467 if (m_resourceHandle->request().reportUploadProgress()) {

Completed in 569 milliseconds

<<21222324252627282930>>