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

1 2 3

  /external/chromium_org/chrome/browser/extensions/
webstore_startup_installer.cc 31 // Requestor is the command line, so it's always alive.
71 // Requestor is the command line: ignore the property set in the store
80 // Requestor is the command line: always treat it as trusted.
webstore_standalone_installer.h 69 // sense to proceed with installation. A requestor can be a website that
73 // Requestor's URL, if any. Should be an empty GURL if URL is meaningless
103 // Perform all necessary checks to make sure that requestor is allowed to
104 // initiate this install (e.g. that the requestor's URL matches the verified
webstore_inline_installer.cc 181 // HTTP or HTTPS requestor. If scheme is specified, it must be either HTTP
webstore_inline_installer_unittest.cc 148 // Port is missing in the requestor URL.
  /external/chromium_org/ui/base/x/
selection_owner.cc 71 reply.xselection.requestor = event.requestor;
86 XChangeProperty(x_display_, event.requestor, event.property, XA_ATOM, 32,
100 XChangeProperty(x_display_, event.requestor, event.property,
114 XSendEvent(x_display_, event.requestor, False, 0, &reply);
  /external/chromium_org/remoting/host/linux/
x_server_clipboard.cc 224 selection_event.requestor = event->xselectionrequest.requestor;
235 SendTargetsResponse(selection_event.requestor, selection_event.property);
237 SendTimestampResponse(selection_event.requestor,
241 SendStringResponse(selection_event.requestor, selection_event.property,
245 XSendEvent(display_, selection_event.requestor, False, 0,
253 void XServerClipboard::SendTargetsResponse(Window requestor, Atom property) {
260 XChangeProperty(display_, requestor, property, XA_ATOM, 32, PropModeReplace,
264 void XServerClipboard::SendTimestampResponse(Window requestor, Atom property) {
273 XChangeProperty(display_, requestor, property, XA_INTEGER, 32
    [all...]
x_server_clipboard.h 63 // |requestor| window (these values come from the XSelectionRequestEvent).
65 void SendTargetsResponse(Window requestor, Atom property);
66 void SendTimestampResponse(Window requestor, Atom property);
67 void SendStringResponse(Window requestor, Atom property, Atom target);
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransferRequest.java 69 * Returns the description of the file provided by the requestor.
71 * @return Returns the description of the file provided by the requestor.
108 * Returns the stream initiation packet that was sent by the requestor which
113 * requestor which contains the parameters of the file transfer
  /external/clang/test/SemaObjC/
property-9.m 13 @property (retain, nonatomic) id requestor;
20 @synthesize requestor = _requestor, appleEventDescriptor = _appleEventDescriptor;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmlec.h 81 uint16_t lec_id; /* requestor lec_id */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmlec.h 81 uint16_t lec_id; /* requestor lec_id */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmlec.h 81 uint16_t lec_id; /* requestor lec_id */
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
SourceRevealer.java 124 MethodSearchRequestor requestor = new MethodSearchRequestor(perspective); local
129 requestor,
135 return requestor.didMatch();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
GoogleServiceAuthError.java 49 // The requestor of the authentication step cancelled the request
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLRequest.h 168 // requestor.
173 // process of the requestor.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 45 /* DMA Requestor Word 0 (DCW) fields:
61 /* DMA Requestor Word 5 (NPCW) fields:
88 requestor or the scatter/gather extension. Only ad hoc DMA request
89 streams are free to alter the requestor (currently only occur in the
92 If an SCB does not have any associated DMA requestor, these 9 ints
97 Basic (non scatter/gather) DMA requestor (4 ints)
104 /* Scatter/gather DMA requestor extension (5 ints)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 45 /* DMA Requestor Word 0 (DCW) fields:
61 /* DMA Requestor Word 5 (NPCW) fields:
88 requestor or the scatter/gather extension. Only ad hoc DMA request
89 streams are free to alter the requestor (currently only occur in the
92 If an SCB does not have any associated DMA requestor, these 9 ints
97 Basic (non scatter/gather) DMA requestor (4 ints)
104 /* Scatter/gather DMA requestor extension (5 ints)
  /external/chromium_org/content/public/browser/
resource_request_info.h 52 // The child process unique ID of the requestor.
  /external/smack/src/org/xbill/DNS/
Rcode.java 49 /** The requestor is not authorized to perform this operation */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 497 SearchRequestor requestor = new SearchRequestor() { local
536 search(requestor, javaProject, pattern);
629 SearchRequestor requestor = new SearchRequestor() { local
678 search(requestor, javaProject, pattern);
696 private static void search(SearchRequestor requestor, IJavaProject javaProject,
723 engine.search(pattern, participants, scope, requestor, monitor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 400 SearchResultAccumulator requestor = new SearchResultAccumulator(filterPredicate); local
405 requestor,
412 return requestor.getMatches();
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_prn.c 149 if (BIO_write(bp,"\n Requestor Name: ",21) <= 0)
153 if (BIO_write(bp,"\n Requestor List:\n",21) <= 0) goto err;
  /external/openssl/crypto/ocsp/
ocsp_prn.c 149 if (BIO_write(bp,"\n Requestor Name: ",21) <= 0)
153 if (BIO_write(bp,"\n Requestor List:\n",21) <= 0) goto err;
  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 72 // The requestor of the authentication step cancelled the request
  /packages/services/Telephony/src/com/android/phone/
HfaLogic.java 43 * Once the radio is back on we callback the requestor.

Completed in 1344 milliseconds

1 2 3