OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:occlusions
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginOcclusionSupport.h
30
void getPluginOcclusions(Element*, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>&
occlusions
);
PluginOcclusionSupport.cpp
122
static void addToOcclusions(const RenderBox* renderer, Vector<IntRect>&
occlusions
)
126
occlusions
.append(IntRect(point, size));
129
static void addTreeToOcclusions(const RenderObject* renderer, const IntRect& frameRect, Vector<IntRect>&
occlusions
)
134
addToOcclusions(toRenderBox(renderer),
occlusions
);
136
addTreeToOcclusions(child, frameRect,
occlusions
);
151
void getPluginOcclusions(Element* element, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>&
occlusions
)
166
//
Occlusions
by iframes.
186
addToOcclusions(toRenderBox(iframeRenderer),
occlusions
);
local
190
//
Occlusions
by top layer elements.
200
addTreeToOcclusions(elements[i]->renderer(), frameRect,
occlusions
);
[
all
...]
Completed in 133 milliseconds