HomeSort by relevance Sort by last modified time
    Searched full:requester (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/webkit/Source/WebCore/page/
FrameLoadRequest.h 36 explicit FrameLoadRequest(PassRefPtr<SecurityOrigin> requester)
37 : m_requester(requester)
41 FrameLoadRequest(PassRefPtr<SecurityOrigin> requester, const ResourceRequest& resourceRequest)
42 : m_requester(requester)
47 FrameLoadRequest(PassRefPtr<SecurityOrigin> requester, const ResourceRequest& resourceRequest, const String& frameName)
48 : m_requester(requester)
56 const SecurityOrigin* requester() const { return m_requester.get(); } function in struct:WebCore::FrameLoadRequest
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestListActivity.java 34 * A base class for requester test list activity.
36 * This class provides the feature to list all the requester test cases.
37 * A requester test list activity just have to extend this class and implement
56 * Return requester activity class.
GoNegRequesterTestListActivity.java 28 * Activity that lists all the go negotiation requester tests.
ServiceRequesterTestListActivity.java 28 * Activity that lists all the service discovery requester tests.
RequesterTestActivity.java 44 * A base class for requester test activity.
47 * A requester test activity just have to extend this class and implement getTestCase().
96 * Return the specified requester test case.
100 * @return requester test case
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ReqTestCase.java 21 * A base test case for requester.
31 * The requester checks only the response of this target device.
GoNegReqTestSuite.java 24 * Test suite for go negotiation requester.
ServReqAllTestCase01.java 29 * Service discovery requester test case to search all UPnP and Bonjour services with
ServReqAllTestCase02.java 29 * Service discovery requester test case to search all UPnP and Bonjour services with
ServReqAllTestCase03.java 30 * Service discovery requester test case to search all UPnP and Bonjour services with
ServReqDnsPtrTestCase.java 28 * Service discovery requester test case to search Bonjour domain.
ServReqDnsTxtTestCase.java 28 * Service discovery requester test case to search Bonjour TXT record.
ServReqUpnpAllTestCase.java 28 * Service discovery requester test case to search all upnp services with ssdp:all.
ServReqUpnpRootDeviceTestCase.java 28 * Service discovery requester test case to search upnp root devices.
GoNegRespTestCase.java 28 * The requester devices tries to connect this device.
GoTestCase.java 26 * The requester device tries to join this device.
ServReqClearRequestTestCase.java 25 * Service discovery requester test case to check clearServiceRequests() works well.
ServRespTestCase.java 29 * The requester devices check whether it can search appropriate
  /packages/apps/Contacts/src/com/android/contacts/list/
OnEmailAddressPickerActionListener.java 26 * Returns the selected phone number to the requester.
OnMultiplePhoneNumberPickerActionListener.java 26 * Returns the selected phone numbers to the requester.
OnPostalAddressPickerActionListener.java 26 * Returns the selected phone number to the requester.
OnContactPickerActionListener.java 27 * Returns the selected contact to the requester.
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.cc 130 RendererHistogramRequester requester) {
140 int sequence_number = GetNextAvailableSequenceNumber(requester,
234 RendererHistogramRequester requester,
247 if (requester == ASYNC_HISTOGRAMS) {
250 } else if (requester == SYNCHRONOUS_HISTOGRAMS) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
OnPhoneNumberPickerActionListener.java 28 * Returns the selected phone number to the requester.
  /libcore/luni/src/main/java/java/net/
Authenticator.java 129 // set the requester info so it knows what it is requesting
179 // set the requester info so it knows what it is requesting
234 // sets the requester info so it knows what it is requesting

Completed in 3393 milliseconds

1 2 3