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

1 2

  /external/chromium_org/ui/gfx/
gtk_native_view_id_manager.h 23 // time when we need to tell the renderer about its NativeViewId, an XID isn't
41 // Return a NativeViewId for the given widget and attach to the various
42 // signals emitted by that widget. The NativeViewId is pseudo-randomly
44 // with high probability. The NativeViewId will not be reused for the
46 gfx::NativeViewId GetIdForWidget(gfx::NativeView widget);
56 bool GetXIDForId(XID* xid, gfx::NativeViewId id);
61 bool GetNativeViewForId(gfx::NativeView* xid, gfx::NativeViewId id);
72 bool GetPermanentXIDForId(XID* xid, gfx::NativeViewId id);
105 gfx::NativeViewId GetWidgetId(gfx::NativeView id);
112 std::map<gfx::NativeView, gfx::NativeViewId> native_view_to_id_
    [all...]
gtk_native_view_id_manager.cc 52 gfx::NativeViewId GtkNativeViewManager::GetIdForWidget(gfx::NativeView widget) {
59 std::map<gfx::NativeView, gfx::NativeViewId>::const_iterator i =
65 gfx::NativeViewId new_id =
66 static_cast<gfx::NativeViewId>(base::RandUint64());
68 new_id = static_cast<gfx::NativeViewId>(base::RandUint64());
88 bool GtkNativeViewManager::GetXIDForId(XID* output, gfx::NativeViewId id) {
91 std::map<gfx::NativeViewId, NativeViewInfo>::const_iterator i =
102 gfx::NativeViewId id) {
105 std::map<gfx::NativeViewId, NativeViewInfo>::const_iterator i =
116 gfx::NativeViewId id)
    [all...]
native_widget_types.h 22 // NativeViewId: Often, in our cross process model, we need to pass around a
205 // Note: for test_shell we're packing a pointer into the NativeViewId. So, if
210 typedef intptr_t NativeViewId;
213 // Convert a NativeViewId to a NativeView.
217 static inline NativeView NativeViewFromId(NativeViewId id) {
231 static inline NativeView NativeViewFromIdInBrowser(NativeViewId id) {
  /external/chromium_org/chrome/browser/metro_viewer/
chrome_metro_viewer_process_host_aurawin.h 17 virtual void OnSetTargetSurface(gfx::NativeViewId target_surface) OVERRIDE;
chrome_metro_viewer_process_host_aurawin.cc 86 gfx::NativeViewId target_surface) {
  /external/chromium_org/ash/test/
test_metro_viewer_process_host.h 26 virtual void OnSetTargetSurface(gfx::NativeViewId target_surface) OVERRIDE;
test_metro_viewer_process_host.cc 30 gfx::NativeViewId target_surface) {
  /external/chromium_org/content/common/
plugin_process_messages.h 62 // On X11, the mapping between NativeViewId and X window ids
64 // ask about a NativeViewId that was provided by the renderer.
67 gfx::NativeViewId /* input: native view id */,
  /external/chromium_org/win8/viewer/
metro_viewer_process_host.h 65 virtual void OnSetTargetSurface(gfx::NativeViewId target_surface) = 0;
  /external/chromium_org/content/public/browser/
render_widget_host_view.h 80 virtual gfx::NativeViewId GetNativeViewId() const = 0;
  /external/chromium/chrome/common/
print_messages.h 118 IPC_STRUCT_MEMBER(gfx::NativeViewId, host_window_id)
  /external/chromium_org/content/child/npapi/
webplugin.h 55 gfx::NativeViewId dummy_activation_window) = 0;
  /external/chromium_org/ui/metro_viewer/
metro_viewer_messages.h 23 gfx::NativeViewId /* target hwnd */)
  /external/chromium_org/content/browser/
plugin_process_host.h 134 void OnMapNativeViewId(gfx::NativeViewId id, gfx::PluginWindowHandle* output);
plugin_process_host.cc 94 void PluginProcessHost::OnMapNativeViewId(gfx::NativeViewId id,
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 479 void ParentChanged(gfx::NativeViewId new_parent);
548 gfx::NativeViewId GetNativeViewId() const;
673 gfx::NativeViewId dummy_activation_window);
675 gfx::NativeViewId dummy_activation_window);
    [all...]
render_widget_host_view_gtk.h 59 virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE;
render_widget_host_view_guest.h 56 virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE;
test_render_view_host.h 60 virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE;
render_widget_host_view_android.h 83 virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE;
test_render_view_host.cc 71 gfx::NativeViewId TestRenderWidgetHostView::GetNativeViewId() const {
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 146 gfx::NativeViewId dummy_activation_window);
247 gfx::NativeViewId dummy_activation_window_;
webplugin_impl.h 106 gfx::NativeViewId dummy_activation_window) { }
  /external/chromium_org/content/child/
plugin_messages.h 234 gfx::NativeViewId /* dummy_activation_window*/)
  /external/chromium_org/content/plugin/
webplugin_proxy.h 62 gfx::NativeViewId dummy_activation_window);

Completed in 606 milliseconds

1 2