/external/webkit/Source/WebCore/dom/ |
Document.cpp | [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebview.cpp | 318 HitTestRequest request(HitTestRequest::Active); 320 MouseEventWithHitTestResults mev = mainFrame->document()->prepareMouseEvent(request, point, event); [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrame.mm | [all...] |
/external/oprofile/events/x86-64/family10/ |
unit_masks | 123 0x08 Tag snoop request 124 0x10 Canceled request 138 0x08 GART/DEV request hit table walk in progress 223 0x04 Prefetch Request
|
/external/speex/libspeex/ |
nb_celp.c | [all...] |
/libcore/luni/src/test/java/libcore/net/http/ |
HttpResponseCacheTest.java | 393 // an unrelated request should reuse the pooled connection 472 server.enqueue(new MockResponse().setBody("Request #2")); 489 assertEquals("Request #2", readAscii(connection)); 510 server.enqueue(new MockResponse().setBody("Request #2")); 526 assertEquals("Request #2", readAscii(connection)); 1036 RecordedRequest request = assertClientSuppliedCondition( local 1049 RecordedRequest request = assertClientSuppliedCondition( local 1083 RecordedRequest request = server.takeRequest(); local [all...] |
/external/webkit/Source/WebCore/page/ |
ContextMenuController.cpp | 161 FrameLoadRequest request(frame->document()->securityOrigin(), ResourceRequest(urlToLoad, frame->loader()->outgoingReferrer())); 162 if (Page* newPage = oldPage->chrome()->createWindow(frame, request, WindowFeatures(), NavigationAction())) { 163 newPage->mainFrame()->loader()->loadFrameRequest(request, false, false, 0, 0, SendReferrer); [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderTableSection.cpp | [all...] |
/packages/apps/Phone/src/com/android/phone/ |
OtaUtils.java | 276 * an event to return the request to the calling app when it becomes available. 280 * @param request 283 public static boolean maybeDoOtaCall(Context context, Handler handler, int request) { 300 phone.registerForSubscriptionInfoReady(handler, request, null); 308 handler.sendEmptyMessageDelayed(request, OTA_CALL_LTE_RETRY_PERIOD); 382 // Instead, the outgoing call request goes straight to CallController.placeCall(). [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ContentProviderTest.java | 307 public Bundle call(String method, String request, Bundle args) {
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.cc | 77 GtkRequisition request; local 78 gtk_widget_size_request(widget, &request); 79 return gfx::Rect(0, 0, request.width, request.height); [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.h | 433 HttpRequestData request; member in struct:talk_base::HttpTransaction
|
/external/libusb/libusb/ |
libusb.h | 185 /** Request status of the specific recipient */ 224 * Request type bits of the 513 /** Request type. Bits 0:4 determine recipient, see 520 /** Request. If the type bits of bmRequestType are equal to 527 /** Value. Varies according to request */ 530 /** Index. Varies according to request, typically used to pass an index 658 * stalled). For control endpoints: control request not supported. */ 687 /** Length of data to request in this packet */ 712 * then submits it in order to request a transfer. After the transfer has [all...] |
/external/openssh/ |
sftp-client.c | 776 /* Send rename request */ 810 /* Send link request */ 848 /* Send symlink request */ 998 struct request { struct 1002 TAILQ_ENTRY(request) tq; 1004 TAILQ_HEAD(reqhead, request) requests; 1005 struct request *req; 1032 /* Send open request */ 1085 debug3("Request range %llu -> %llu (%d/%d)", 1106 /* Find the request in our queue * [all...] |
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
WebKitDOMTestObj.cpp | [all...] |
/external/webkit/Source/WebCore/loader/ |
FrameLoader.h | 302 void applyUserAgent(ResourceRequest& request); 445 // a new request is being loaded, the old document loader may still be referenced. 446 // E.g. while a new request is in the "policy" state, the old document loader may
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebpage.cpp | 395 bool QWebPagePrivate::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, QWebPage::NavigationType type) 400 return q->acceptNavigationRequest(frame, request, type); 2288 FrameLoadRequest request = frameLoadRequest(url, frame); local [all...] |
/external/webkit/Source/WebKit/win/ |
WebFrame.h | 113 /* [in] */ IWebURLRequest *request);
|
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.cpp | 193 if (!ok) ALOGE("Request requires %s", permissionString); 939 status_t MediaPlayerService::Client::invoke(const Parcel& request, 944 return p->invoke(request, reply); [all...] |
/hardware/ril/include/telephony/ |
ril.h | [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ContactEditorFragment.java | 743 public void onRequest(int request) { 747 if (request == EditorListener.FIELD_CHANGED && !isEditingUserProfile()) { [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
wavefront.h | 615 int request; /* see list below */ member in struct:wf_fx_info
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
concat-jquery-mootools-prototype.js | [all...] |
/external/chromium/chrome/browser/task_manager/ |
task_manager.cc | 812 // tab that started a download was closed, or the request may have had 863 ResourceDispatcherHost::RenderViewForRequest(job->request(), 867 // Get the origin PID of the request's originator. This will only be set for 870 chrome_browser_net::GetOriginPIDForRequest(job->request()); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/ |
antsupportlib.jar | |