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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_extension_handler.h 29 int GetRoutingID();
chrome_v8_extension_handler.cc 24 int ChromeV8ExtensionHandler::GetRoutingID() {
tabs_custom_bindings.cc 39 renderview->GetRoutingID(), tab_id, extension_id, channel_name,
  /external/chromium_org/chrome/browser/task_manager/
resource_provider.cc 19 int Resource::GetRoutingID() const {
renderer_resource.cc 90 int RendererResource::GetRoutingID() const {
91 return render_view_host_->GetRoutingID();
  /external/chromium_org/extensions/common/
event_matcher.h 40 int GetRoutingID() const;
  /external/chromium_org/android_webview/browser/renderer_host/
aw_render_view_host_ext.cc 43 Send(new AwViewMsg_DocumentHasImages(web_contents()->GetRoutingID(),
62 Send(new AwViewMsg_DoHitTest(web_contents()->GetRoutingID(),
74 Send(new AwViewMsg_SetTextZoomFactor(web_contents()->GetRoutingID(), factor));
79 Send(new AwViewMsg_ResetScrollAndScaleState(web_contents()->GetRoutingID()));
84 Send(new AwViewMsg_SetInitialPageScale(web_contents()->GetRoutingID(),
93 Send(new AwViewMsg_SetBackgroundColor(web_contents()->GetRoutingID(),
104 Send(new AwViewMsg_SetBackgroundColor(web_contents()->GetRoutingID(),
  /external/chromium_org/components/password_manager/content/browser/
content_password_manager_driver.cc 40 web_contents()->GetRenderViewHost()->GetRoutingID(), form_data));
46 host->Send(new AutofillMsg_FormNotBlacklisted(host->GetRoutingID(), form));
52 host->Send(new AutofillMsg_AccountCreationFormsDetected(host->GetRoutingID(),
61 new AutofillMsg_FillPasswordSuggestion(host->GetRoutingID(),
71 new AutofillMsg_PreviewPasswordSuggestion(host->GetRoutingID(),
79 new AutofillMsg_ClearPreviewedForm(host->GetRoutingID()));
  /external/chromium_org/content/renderer/
renderer_webcookiejar_impl.cc 26 sender_->GetRoutingID(), url, first_party_for_cookies, value_utf8));
33 sender_->GetRoutingID(), url, first_party_for_cookies, &value_utf8));
74 sender_->GetRoutingID(), url, first_party_for_cookies, &cookies_enabled));
  /external/chromium_org/chrome/renderer/searchbox/
searchbox.cc 160 render_view()->GetRoutingID(), page_seq_no_, event));
166 render_view()->GetRoutingID(), page_seq_no_, position, provider));
172 render_view()->GetRoutingID(), page_seq_no_, position, provider));
177 render_view()->GetRoutingID(), page_seq_no_, identity));
183 render_view()->GetRoutingID(),
193 render_view()->GetRoutingID(), transient_url, &favicon_params, &rid);
211 if (!internal::GetRestrictedIDFromThumbnailUrl(render_view()->GetRoutingID(),
242 render_view()->GetRoutingID(), page_seq_no_, OMNIBOX_FOCUS_VISIBLE));
249 render_view()->GetRoutingID(), page_seq_no_, url,
255 render_view()->GetRoutingID(), page_seq_no_, text))
    [all...]
  /external/chromium_org/components/autofill/content/browser/
content_autofill_driver.cc 98 new AutofillMsg_FillForm(host->GetRoutingID(), query_id, data));
102 new AutofillMsg_PreviewForm(host->GetRoutingID(), query_id, data));
111 host->Send(new AutofillMsg_Ping(host->GetRoutingID()));
126 host->Send(new AutofillMsg_FieldTypePredictionsAvailable(host->GetRoutingID(),
136 new AutofillMsg_AcceptDataListSuggestion(host->GetRoutingID(), value));
143 host->Send(new AutofillMsg_ClearForm(host->GetRoutingID()));
150 host->Send(new AutofillMsg_ClearPreviewedForm(host->GetRoutingID()));
158 host->Send(new AutofillMsg_FillFieldWithValue(host->GetRoutingID(), value));
165 host->Send(new AutofillMsg_PreviewFieldWithValue(host->GetRoutingID(),
  /external/chromium_org/content/public/browser/
download_url_parameters.cc 43 web_contents->GetRenderViewHost()->GetRoutingID(),
render_frame_host.h 39 virtual int GetRoutingID() = 0;
web_contents_observer.cc 67 return web_contents_->GetRoutingID();
  /external/chromium_org/extensions/browser/app_window/
app_window_contents.cc 71 rvh->Send(new ExtensionMsg_MessageInvoke(rvh->GetRoutingID(),
81 rvh->Send(new ExtensionMsg_AppWindowClosed(rvh->GetRoutingID()));
87 rvh->Send(new ExtensionMsg_MessageInvoke(rvh->GetRoutingID(),
136 rvh->GetProcess()->GetID(), rvh->GetRoutingID()));
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 217 GetProcess()->GetID(), GetRoutingID(), !is_hidden()));
234 GetProcess()->GetID(), GetRoutingID()));
287 params.view_id = GetRoutingID();
314 Send(new ViewMsg_AllowBindings(GetRoutingID(), enabled_bindings_));
326 Send(new ViewMsg_SetRendererPrefs(GetRoutingID(),
495 Send(new ViewMsg_SuppressDialogsUntilSwapOut(GetRoutingID()));
580 Send(new ViewMsg_ClosePage(GetRoutingID()));
600 Send(new InputMsg_ActivateNearestFindResult(GetRoutingID(),
605 Send(new ViewMsg_FindMatchRects(GetRoutingID(), current_version));
695 Send(new DragMsg_TargetDragEnter(GetRoutingID(), filtered_data, client_pt
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_tab_helper.cc 36 web_contents()->GetRenderViewHost()->GetRoutingID(), id.id()));
59 new ExtensionMsg_UpdateBrowserWindowId(render_view_host->GetRoutingID(),
  /external/chromium_org/content/renderer/service_worker/
service_worker_script_context.cc 77 GetRoutingID(), request_id, result));
84 GetRoutingID(), request_id, result));
92 GetRoutingID(), request_id, result, response));
97 GetRoutingID(), request_id));
105 GetRoutingID(), request_id));
120 GetRoutingID(), client_id, message, base::Passed(&channels)));
127 int ServiceWorkerScriptContext::GetRoutingID() const {
180 GetRoutingID(), request_id));
  /external/chromium_org/extensions/renderer/
lazy_background_page_native_handler.cc 36 render_view->GetRoutingID()));
47 render_view->GetRoutingID()));
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router_unittest.cc 216 contents->GetRoutingID(),
233 contents->GetRoutingID(), GetSearchIPCRouterSeqNo(), true));
248 contents->GetRoutingID(), GetSearchIPCRouterSeqNo(), true));
265 contents->GetRoutingID(),
284 contents->GetRoutingID(),
325 contents->GetRoutingID(),
346 contents->GetRoutingID(),
362 contents->GetRoutingID(), GetSearchIPCRouterSeqNo(),
377 contents->GetRoutingID(), GetSearchIPCRouterSeqNo(),
394 contents->GetRoutingID(),
    [all...]
  /external/chromium_org/content/browser/screen_orientation/
screen_orientation_dispatcher_host_impl.cc 83 render_frame_host->GetRoutingID(), request_id));
102 render_frame_host->GetRoutingID(), request_id, error));
128 render_frame_host->GetRoutingID());
  /external/chromium_org/chrome/browser/notifications/
notification_object_proxy.cc 18 render_frame_id_(render_frame_host->GetRoutingID()),
  /external/chromium_org/content/browser/devtools/
devtools_frontend_host_impl.cc 27 frontend_rvh->GetRoutingID()));
  /external/chromium_org/content/public/renderer/
render_frame.h 45 virtual int GetRoutingID() = 0;
render_frame_observer.cc 19 routing_id_ = impl->GetRoutingID();

Completed in 1245 milliseconds

1 2 3 4 5 6 7 8 910