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

  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc 348 BrowserPluginHostMsg_ResizeGuest_Params resize_guest_params; local
351 &resize_guest_params,
354 GetDamageBufferWithSizeParams(NULL, &resize_guest_params, true);
361 resize_guest_params));
400 &attach_params.resize_guest_params,
547 BrowserPluginHostMsg_ResizeGuest_Params resize_guest_params; local
592 &resize_guest_params,
596 &resize_guest_params,
605 resize_guest_params));
661 resize_guest_params));
    [all...]
browser_plugin.h 277 BrowserPluginHostMsg_ResizeGuest_Params* resize_guest_params,
browser_plugin_browsertest.cc 197 EXPECT_EQ(640, params.resize_guest_params.view_rect.width());
198 EXPECT_EQ(480, params.resize_guest_params.view_rect.height());
  /external/chromium_org/content/common/browser_plugin/
browser_plugin_messages.h 79 resize_guest_params)
189 BrowserPluginHostMsg_ResizeGuest_Params /* resize_guest_params */)
220 BrowserPluginHostMsg_ResizeGuest_Params /* resize_guest_params */)
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.h 437 const BrowserPluginHostMsg_ResizeGuest_Params& resize_guest_params);
471 const BrowserPluginHostMsg_ResizeGuest_Params& resize_guest_params);
browser_plugin_guest.cc 554 guest_window_rect_ = params.resize_guest_params.view_rect;
594 OnSetSize(instance_id_, params.auto_size_params, params.resize_guest_params);
    [all...]

Completed in 31 milliseconds