HomeSort by relevance Sort by last modified time
    Searched refs:GetXIDForId (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/gfx/
gtk_native_view_id_manager.h 56 bool GetXIDForId(XID* xid, gfx::NativeViewId id);
60 // Same as GetXIDForId except it returns the NativeView (GtkWidget*).
gtk_native_view_id_manager.cc 88 bool GtkNativeViewManager::GetXIDForId(XID* output, gfx::NativeViewId id) {
  /external/chromium_org/content/browser/
plugin_process_host.cc 98 GtkNativeViewManager::GetInstance()->GetXIDForId(output, id);
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 423 if (!manager->GetXIDForId(&surface, view_id)) {

Completed in 364 milliseconds