Home
last modified time | relevance | path

Searched refs:viewBounds (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc1045 HIRect viewBounds; // Placement and size for HIView in ScreenUpdateProcess() local
1071 HIViewGetBounds(_hiviewRef, &viewBounds); in ScreenUpdateProcess()
1072 HIViewConvertRect(&viewBounds, _hiviewRef, NULL); in ScreenUpdateProcess()
1081 _lastViewBounds.origin.x = viewBounds.origin.x; in ScreenUpdateProcess()
1082 _lastViewBounds.origin.y = viewBounds.origin.y; in ScreenUpdateProcess()
1083 _lastViewBounds.size.width = viewBounds.size.width; in ScreenUpdateProcess()
1084 _lastViewBounds.size.height = viewBounds.size.height; in ScreenUpdateProcess()
1098 if (_lastViewBounds.origin.x != viewBounds.origin.x || in ScreenUpdateProcess()
1099 _lastViewBounds.origin.y != viewBounds.origin.y || in ScreenUpdateProcess()
1100 _lastViewBounds.size.width != viewBounds.size.width || in ScreenUpdateProcess()
[all …]
/external/chromium_org/ui/app_list/cocoa/
Dapps_search_box_controller.mm206 NSRect viewBounds = [[self view] bounds];
208 kPadding, 0, kSearchIconDimension, NSHeight(viewBounds))]);
210 searchTextField_.reset([[SearchTextField alloc] initWithFrame:viewBounds]);
221 NSWidth(viewBounds) - kMenuButtonDimension - kPadding,
222 floor(NSMidY(viewBounds) - kMenuButtonDimension / 2),
296 NSRect viewBounds = [self bounds];
300 textFrameInset_.origin.y = floor(NSMidY(viewBounds) - NSMidY(textBounds));
302 textFrameInset_.size.height = NSHeight(viewBounds) - NSHeight(textBounds);
303 [self setFrame:viewBounds];
/external/chromium_org/chrome/browser/ui/cocoa/
Done_click_signin_bubble_controller.mm47 NSRect viewBounds = [[viewController_ view] bounds];
49 [[InfoBubbleWindow alloc] initWithContentRect:viewBounds
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImage.cpp403 LayoutRect viewBounds = viewRect(); in updateImageLoadingPriorities() local
410 isVisible = viewBounds.intersects(objectBounds); in updateImageLoadingPriorities()
412 isVisible = viewBounds.contains(objectBounds); in updateImageLoadingPriorities()
419 screenArea = viewBounds; in updateImageLoadingPriorities()
DRenderBlock.cpp1385 LayoutRect viewBounds = viewRect(); in updateImageLoadingPriorities() local
1391 isVisible = viewBounds.intersects(objectBounds); in updateImageLoadingPriorities()
1393 isVisible = viewBounds.contains(objectBounds); in updateImageLoadingPriorities()
1400 screenArea = viewBounds; in updateImageLoadingPriorities()