OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:containing_window_frame_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/npapi/
plugin_instance.cc
602
flipped_screen_x +=
containing_window_frame_
.x();
603
flipped_screen_y =
containing_window_frame_
.height() - source_y +
604
containing_window_frame_
.y();
607
flipped_screen_x +=
containing_window_frame_
.x();
608
flipped_screen_y +=
containing_window_frame_
.y();
628
target_x -=
containing_window_frame_
.x();
629
target_y -=
containing_window_frame_
.y();
630
target_y =
containing_window_frame_
.height() - target_y;
633
target_x -=
containing_window_frame_
.x();
634
target_y -=
containing_window_frame_
.y()
[
all
...]
plugin_instance.h
120
containing_window_frame_
= frame;
305
gfx::Rect
containing_window_frame_
;
member in class:content::PluginInstance
Completed in 23 milliseconds