/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 204 // Note: for test_shell we're packing a pointer into the NativeViewId. So, if 209 typedef intptr_t NativeViewId; 212 // Convert a NativeViewId to a NativeView. 216 static inline NativeView NativeViewFromId(NativeViewId id) { 230 static inline NativeView NativeViewFromIdInBrowser(NativeViewId id) {
|
/external/chromium_org/chrome/browser/metro_viewer/ |
chrome_metro_viewer_process_host_aurawin.h | 19 virtual void OnSetTargetSurface(gfx::NativeViewId target_surface) OVERRIDE;
|
chrome_metro_viewer_process_host_aurawin.cc | 118 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 | 65 // On X11, the mapping between NativeViewId and X window ids 67 // ask about a NativeViewId that was provided by the renderer. 70 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/child/npapi/ |
webplugin.h | 122 gfx::NativeViewId dummy_activation_window) = 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/browser/ |
plugin_process_host.h | 137 void OnMapNativeViewId(gfx::NativeViewId id, gfx::PluginWindowHandle* output);
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_impl.h | 493 void ParentChanged(gfx::NativeViewId new_parent); 566 gfx::NativeViewId GetNativeViewId() const; 689 gfx::NativeViewId dummy_activation_window); 691 gfx::NativeViewId dummy_activation_window); [all...] |
render_widget_host_view_guest.h | 56 virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE; 188 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const OVERRIDE;
|
render_widget_host_view_guest.cc | 261 gfx::NativeViewId RenderWidgetHostViewGuest::GetNativeViewId() const { 264 return static_cast<gfx::NativeViewId>(NULL); 546 gfx::NativeViewId RenderWidgetHostViewGuest::GetParentForWindowlessPlugin()
|
render_widget_host_view_gtk.h | 57 virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE;
|
/external/chromium_org/ui/metro_viewer/ |
metro_viewer_messages.h | 24 gfx::NativeViewId /* target hwnd */)
|
/external/chromium_org/content/renderer/npapi/ |
webplugin_delegate_proxy.h | 195 gfx::NativeViewId dummy_activation_window); 265 gfx::NativeViewId dummy_activation_window_;
|
webplugin_impl.h | 138 gfx::NativeViewId dummy_activation_window) { }
|
/external/chromium_org/content/test/ |
test_render_view_host.h | 62 virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE; 176 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const OVERRIDE;
|
test_render_view_host.cc | 70 gfx::NativeViewId TestRenderWidgetHostView::GetNativeViewId() const { 232 gfx::NativeViewId TestRenderWidgetHostView::GetParentForWindowlessPlugin()
|
/external/chromium_org/content/port/browser/ |
render_widget_host_view_port.h | 348 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const = 0;
|
/external/chromium_org/content/child/ |
plugin_messages.h | 310 gfx::NativeViewId /* dummy_activation_window*/)
|
/external/chromium_org/content/plugin/ |
webplugin_proxy.h | 100 gfx::NativeViewId dummy_activation_window);
|