Home
last modified time | relevance | path

Searched refs:containingView (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.cpp151 FrameView* containingView = containingFrame->view(); in buildNodeQuads() local
153 …IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBou… in buildNodeQuads()
160 contentsQuadToPage(mainView, containingView, quads[i]); in buildNodeQuads()
205 contentsQuadToPage(mainView, containingView, absContentQuad); in buildNodeQuads()
206 contentsQuadToPage(mainView, containingView, absPaddingQuad); in buildNodeQuads()
207 contentsQuadToPage(mainView, containingView, absBorderQuad); in buildNodeQuads()
208 contentsQuadToPage(mainView, containingView, absMarginQuad); in buildNodeQuads()
552 FrameView* containingView = containingFrame->view(); in drawNodeHighlight() local
553 …IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBou… in drawNodeHighlight()
/external/chromium/chrome/browser/ui/cocoa/
Dsearch_engine_dialog_controller.mm260 NSView* containingView =
263 [containingView addSubview:engineIdentifier];
268 [containingView addSubview:chooseButton];
273 return containingView;