OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constrained_rects_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h
742
std::vector<gfx::Rect>
constrained_rects_
;
member in class:content::RenderWidgetHostViewAura
[
all
...]
render_widget_host_view_aura.cc
621
constrained_rects_
.clear();
827
//
constrained_rects_
are relative to the root window. We want to convert
829
for (size_t j = 0; j <
constrained_rects_
.size(); ++j) {
830
gfx::Rect offset_cutout =
constrained_rects_
[j];
[
all
...]
Completed in 171 milliseconds