Searched refs:request_id (Results 176 - 200 of 321) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/updater/
H A Dmanifest_fetch_data.h49 ManifestFetchData(const GURL& update_url, int request_id);
/external/chromium_org/chrome/browser/ui/android/
H A Dssl_client_certificate_request.cc108 jlong request_id = reinterpret_cast<intptr_t>(request.get()); local
113 request_id,
136 // |request_id| is the id passed to
147 jlong request_id,
154 reinterpret_cast<chrome::SelectCertificateCallback*>(request_id));
144 OnSystemRequestCompletion( JNIEnv* env, jclass clazz, jlong request_id, jobjectArray encoded_chain_ref, jobject private_key_ref) argument
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.h80 void HandleFindReply(int request_id,
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_internals_message_handler.h48 // Handler for getAllNodes message. Needs a |request_id| argument.
57 void OnReceivedAllNodes(int request_id, scoped_ptr<base::ListValue> nodes);
/external/chromium_org/chrome/utility/media_galleries/
H A Dipc_data_source.h57 void OnRequestBlobBytesFinished(int64 request_id,
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.h95 int request_id,
/external/chromium_org/content/browser/renderer_host/media/
H A Ddevice_request_message_filter.h63 void OnGetSources(int request_id, const GURL& security_origin);
/external/chromium_org/content/browser/renderer_host/
H A Dsocket_stream_dispatcher_host.cc145 GlobalRequestID request_id(-1, socket_id);
147 weak_ptr_factory_.GetWeakPtr(), request_id, ResourceType::SUB_RESOURCE,
193 int socket_id = id.request_id;
207 int socket_id = id.request_id;
/external/chromium_org/content/child/
H A Dresource_dispatcher_unittest.cc249 void NotifyReceivedRedirect(int request_id) { argument
256 ResourceMsg_ReceivedRedirect(request_id, GURL(kTestPageUrl),
260 void NotifyReceivedResponse(int request_id) { argument
270 ResourceMsg_ReceivedResponse(request_id, head)));
273 void NotifySetDataBuffer(int request_id, size_t buffer_size) { argument
275 ASSERT_FALSE(shared_memory_map_[request_id]);
276 shared_memory_map_[request_id] = shared_memory;
283 ResourceMsg_SetDataBuffer(request_id, duplicate_handle,
287 void NotifyDataReceived(int request_id, std::string data) { argument
288 ASSERT_LE(data.length(), shared_memory_map_[request_id]
296 NotifyDataDownloaded(int request_id, int decoded_length, int encoded_length) argument
303 NotifyRequestComplete(int request_id, size_t total_size) argument
[all...]
H A Dthreaded_data_provider.h36 int request_id,
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_message_filter.cc73 int request_id,
71 OnStaleRegistered( int thread_id, int request_id, const ServiceWorkerObjectInfo& info) argument
/external/chromium_org/content/common/
H A Dspeech_recognition_messages.h52 IPC_STRUCT_MEMBER(int, request_id)
73 // behalf of the given |render_view_id| and |request_id|. If there are no
74 // sessions associated with the |request_id| in the render view, this call
78 int /* request_id */)
92 int /* request_id */)
99 int /* request_id */,
103 int /* request_id */,
106 IPC_MESSAGE_ROUTED1(SpeechRecognitionMsg_Started, int /* request_id */)
108 IPC_MESSAGE_ROUTED1(SpeechRecognitionMsg_AudioStarted, int /* request_id */)
110 IPC_MESSAGE_ROUTED1(SpeechRecognitionMsg_SoundStarted, int /* request_id */)
[all...]
/external/chromium_org/content/public/browser/
H A Dresource_dispatcher_host_delegate.cc36 int request_id,
31 DownloadStarting( net::URLRequest* request, ResourceContext* resource_context, int child_id, int route_id, int request_id, bool is_content_initiated, bool must_download, ScopedVector<ResourceThrottle>* throttles) argument
/external/chromium_org/content/public/common/
H A Dcontext_menu_params.h34 int request_id; member in struct:content::CustomContextMenuContext
/external/chromium_org/content/public/renderer/
H A Drender_frame.h68 virtual void CancelContextMenu(int request_id) = 0;
/external/chromium_org/content/public/test/
H A Dfake_speech_recognition_manager.h58 int request_id) const OVERRIDE;
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_center.h74 void OnGetSourcesComplete(int request_id,
/external/chromium_org/content/renderer/pepper/
H A Dpepper_platform_video_capture.h43 void OnDeviceOpened(int request_id, bool succeeded, const std::string& label);
/external/chromium_org/extensions/renderer/
H A Duser_script_slave.h76 content::RenderView* render_view, int request_id);
H A Dextension_helper.cc244 void ExtensionHelper::OnExtensionResponse(int request_id, argument
248 dispatcher_->OnExtensionResponse(request_id,
299 params.request_id,
345 void ExtensionHelper::OnGrantContentScriptPermission(int request_id) { argument
347 render_view(), request_id); local
H A Dscript_injection.cc159 int64 request_id = kInvalidRequestId; local
171 request_id = (*pending_injection)->id;
179 request_id));
187 int64 request_id,
192 while (iter != pending_injections_.end() && (*iter)->id != request_id)
186 NotifyScriptPermitted( int64 request_id, content::RenderView* render_view, ScriptsRunInfo* scripts_run_info, blink::WebFrame** frame_out) argument
/external/chromium_org/ipc/
H A Dipc_sync_message.h59 static bool IsMessageReplyTo(const Message& msg, int request_id);
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.h81 uint32_t request_id) OVERRIDE;
83 uint32_t request_id) OVERRIDE;
214 uint32_t request_id,
218 uint32_t request_id);
221 uint32_t request_id);
280 // or InitializeVideoDecoder(), the (Audio|Video)DecoderConfig.request_id is
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api.cc1267 uint64 request_id,
1278 found->blocked_requests.erase(request_id);
1280 DecrementBlockCount(profile, extension_id, event_name, request_id, response);
1775 uint64 request_id,
1781 if (blocked_requests_.find(request_id) == blocked_requests_.end())
1784 BlockedRequest& blocked_request = blocked_requests_[request_id];
1807 extension_id, request_id, block_time);
1816 ExecuteDeltas(profile, request_id, true);
1824 if (it->blocked_requests.count(request_id) == 0)
1868 uint64 request_id,
1262 OnEventHandled( void* profile, const std::string& extension_id, const std::string& event_name, const std::string& sub_event_name, uint64 request_id, EventResponse* response) argument
1771 DecrementBlockCount( void* profile, const std::string& extension_id, const std::string& event_name, uint64 request_id, EventResponse* response) argument
1866 ExecuteDeltas( void* profile, uint64 request_id, bool call_callback) argument
2070 OnRulesRegistryReady( void* profile, const std::string& event_name, uint64 request_id, extensions::RequestStage request_stage) argument
2096 GetAndSetSignaled(uint64 request_id, EventTypes event_type) argument
2108 ClearSignaled(uint64 request_id, EventTypes event_type) argument
2267 RespondWithError( const std::string& event_name, const std::string& sub_event_name, uint64 request_id, scoped_ptr<ExtensionWebRequestEventRouter::EventResponse> response, const std::string& error) argument
2279 request_id, local
2292 uint64 request_id; local
2428 profile_id(), extension_id(), event_name, sub_event_name, request_id, local
[all...]
/external/chromium_org/content/browser/webui/
H A Durl_data_manager_backend.cc568 RequestID request_id = next_request_id_++; local
569 pending_requests_.insert(std::make_pair(request_id, job));
603 base::Bind(&URLDataSourceImpl::SendResponse, source, request_id));
621 render_frame_id, request_id));
649 int request_id) {
656 source->SendResponse(request_id, NULL);
663 base::Bind(&URLDataSourceImpl::SendResponse, source, request_id));
679 void URLDataManagerBackend::DataAvailable(RequestID request_id, argument
682 PendingRequestMap::iterator i = pending_requests_.find(request_id);
644 CallStartRequest( scoped_refptr<URLDataSourceImpl> source, const std::string& path, int render_process_id, int render_frame_id, int request_id) argument

Completed in 1044 milliseconds

1234567891011>>