OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPluginGeometry
(Results
1 - 25
of
31
) sorted by null
1
2
/external/chromium_org/content/common/
webplugin_geometry.cc
9
WebPluginGeometry
::
WebPluginGeometry
()
15
WebPluginGeometry
::~
WebPluginGeometry
() {
18
bool
WebPluginGeometry
::Equals(const
WebPluginGeometry
& rhs) const {
webplugin_geometry.h
17
struct
WebPluginGeometry
{
18
WebPluginGeometry
();
19
~
WebPluginGeometry
();
21
bool Equals(const
WebPluginGeometry
& rhs) const;
view_messages.h
286
IPC_STRUCT_TRAITS_BEGIN(content::
WebPluginGeometry
)
574
IPC_STRUCT_MEMBER(std::vector<content::
WebPluginGeometry
>,
[
all
...]
/external/chromium_org/content/browser/renderer_host/
gtk_plugin_container_manager.h
16
struct
WebPluginGeometry
;
35
void MovePluginContainer(const
WebPluginGeometry
& move);
gtk_plugin_container_manager.cc
62
const
WebPluginGeometry
& move) {
render_widget_host_view_base.h
110
const std::vector<
WebPluginGeometry
>& moves);
render_widget_host_view_base.cc
205
const std::vector<
WebPluginGeometry
>& moves) {
227
const
WebPluginGeometry
& move = moves[i];
336
const
WebPluginGeometry
& move = moves[i];
render_widget_host_view_gtk.h
80
const std::vector<
WebPluginGeometry
>& moves) OVERRIDE;
render_widget_host_view_guest.h
82
const std::vector<
WebPluginGeometry
>& moves) OVERRIDE;
test_render_view_host.h
96
const std::vector<
WebPluginGeometry
>& moves) OVERRIDE {}
render_widget_host_view_aura.h
172
const std::vector<
WebPluginGeometry
>& moves) OVERRIDE;
682
typedef std::map<HWND,
WebPluginGeometry
> PluginWindowMoves;
render_widget_host_view_android.h
87
const std::vector<
WebPluginGeometry
>& moves) OVERRIDE;
render_widget_host_view_guest.cc
263
const std::vector<
WebPluginGeometry
>& moves) {
render_widget_host_view_mac.h
245
const std::vector<
WebPluginGeometry
>& moves) OVERRIDE;
render_widget_host_view_win.h
179
const std::vector<
WebPluginGeometry
>& moves) OVERRIDE;
/external/chromium_org/content/port/browser/
render_widget_host_view_port.h
45
struct
WebPluginGeometry
;
87
const std::vector<
WebPluginGeometry
>& moves) = 0;
/external/chromium_org/content/renderer/
render_widget.h
72
struct
WebPluginGeometry
;
157
void SchedulePluginMove(const
WebPluginGeometry
& move);
663
typedef std::vector<
WebPluginGeometry
> WebPluginGeometryVector;
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h
66
const std::vector<webkit::npapi::
WebPluginGeometry
>& moves);
render_widget_host_view_mac.h
195
const std::vector<webkit::npapi::
WebPluginGeometry
>& moves);
render_widget_host_view_views.h
54
const std::vector<webkit::npapi::
WebPluginGeometry
>& moves) OVERRIDE;
render_widget_host_view_win.h
137
const std::vector<webkit::npapi::
WebPluginGeometry
>& moves);
render_widget_host_view_win.cc
67
using webkit::npapi::
WebPluginGeometry
;
335
const std::vector<
WebPluginGeometry
>& plugin_window_moves) {
353
const
WebPluginGeometry
& move = plugin_window_moves[i];
[
all
...]
render_widget_host_view_gtk.cc
668
const std::vector<webkit::npapi::
WebPluginGeometry
>& moves) {
[
all
...]
/external/chromium_org/content/renderer/npapi/
webplugin_impl.h
322
WebPluginGeometry
geometry_;
webplugin_impl.cc
327
WebPluginGeometry
new_geometry;
401
WebPluginGeometry
move;
[
all
...]
Completed in 880 milliseconds
1
2