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

1 2

  /external/chromium_org/chrome/browser/
three_d_api_observer.h 20 content::ThreeDAPIType requester) OVERRIDE;
three_d_api_observer.cc 25 content::ThreeDAPIType requester);
35 ThreeDAPIInfoBarDelegate(const GURL& url, content::ThreeDAPIType requester);
61 content::ThreeDAPIType requester) {
66 new ThreeDAPIInfoBarDelegate(url, requester))));
71 content::ThreeDAPIType requester)
74 requester_(requester),
167 content::ThreeDAPIType requester) {
171 InfoBarService::FromWebContents(web_contents), url, requester); local
  /external/chromium_org/content/public/browser/
gpu_data_manager_observer.h 33 ThreeDAPIType requester) {}
  /external/chromium_org/content/browser/
histogram_synchronizer.h 89 void RegisterAndNotifyAllProcesses(ProcessHistogramRequester requester,
124 int GetNextAvailableSequenceNumber(ProcessHistogramRequester requester);
histogram_synchronizer.cc 230 ProcessHistogramRequester requester,
234 int sequence_number = GetNextAvailableSequenceNumber(requester);
326 ProcessHistogramRequester requester) {
338 if (requester == ASYNC_HISTOGRAMS)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.cpp 91 SpellCheckRequester* requester = m_requester;
93 requester->didCheckSucceed(m_requestData.sequence(), results);
100 SpellCheckRequester* requester = m_requester;
102 requester->didCheckCancel(m_requestData.sequence());
105 void SpellCheckRequest::setCheckerAndSequence(SpellCheckRequester* requester, int sequence)
109 m_requester = 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) {
histogram_synchronizer.h 96 int NotifyAllRenderers(RendererHistogramRequester requester);
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl.h 157 ThreeDAPIType requester);
165 ThreeDAPIType requester);
gpu_data_manager_impl.cc 225 ThreeDAPIType requester) {
228 url, render_process_id, render_view_id, requester);
254 ThreeDAPIType requester) {
257 url, render_process_id, render_view_id, requester);
gpu_data_manager_impl_private.h 98 ThreeDAPIType requester);
105 ThreeDAPIType requester);
gpu_data_manager_impl_private.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.cc 122 DeviceRequest(MediaStreamRequester* requester,
130 : requester(requester),
233 MediaStreamRequester* const requester; // Can be NULL. member in class:content::MediaStreamManager::DeviceRequest
261 // Callback to the requester which audio/video devices have been selected.
262 // It can be null if the requester has no interest to know the result.
351 // requester won't have a label for the request until this function returns
362 void MediaStreamManager::GenerateStream(MediaStreamRequester* requester,
376 DeviceRequest* request = new DeviceRequest(requester,
388 // requester won't have a label for the request until this function return
    [all...]
media_stream_manager.h 97 void GenerateStream(MediaStreamRequester* requester,
124 // When the |requester| is NULL, MediaStreamManager will enumerate both audio
128 virtual std::string EnumerateDevices(MediaStreamRequester* requester,
139 void OpenDevice(MediaStreamRequester* requester,
device_request_message_filter_unittest.cc 29 std::string(MediaStreamRequester* requester,
38 std::string DoEnumerateDevices(MediaStreamRequester* requester,
  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 117 // after all |Requester| objects.
139 // We are inserted at the end of the actor's list, so all Requester
157 // This is called by Requester. It returns the response code from
296 // Mock throttler entry used by Requester class.
332 // Registry of results for a class of |Requester| objects (e.g. attackers vs.
378 VerboseOut("Requester results for %s\n", class_description);
395 // Represents an Requester in a simulated DDoS situation, that periodically
397 class Requester : public DiscreteTimeSimulation::Actor {
399 Requester(MockURLRequestThrottlerEntry* throttler_entry,
486 DISALLOW_COPY_AND_ASSIGN(Requester);
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftcache.h 205 * The face requester should not perform funny things on the returned
294 /* requester :: An application-provided callback used to translate */
297 /* req_data :: A generic pointer that is passed to the requester */
312 FTC_Face_Requester requester,
    [all...]
  /external/freetype/include/freetype/
ftcache.h 205 * The face requester should not perform funny things on the returned
294 /* requester :: An application-provided callback used to translate */
297 /* req_data :: A generic pointer that is passed to the requester */
312 FTC_Face_Requester requester,
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.h 253 ThreeDAPIType requester,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.x 241 nis_name requester; /* Host principal name for signature */
nis.h 436 nis_name requester; member in struct:fd_args
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 241 nis_name requester; /* Host principal name for signature */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 241 nis_name requester; /* Host principal name for signature */
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 379 final String requester = "foo";
380 map.put(X_REQUESTED_WITH, requester);
390 assertEquals(requester, header.getValue());
398 final String requester = "foo";
399 map.put(X_REQUESTED_WITH, requester);
409 assertEquals(requester, header.getValue());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 1240 SpellCheckRequester* requester = spellCheckRequester(document); local
1252 SpellCheckRequester* requester = spellCheckRequester(document); local
    [all...]

Completed in 848 milliseconds

1 2