HomeSort by relevance Sort by last modified time
    Searched full:framerect (Results 76 - 100 of 130) sorted by null

1 2 34 5 6

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeClientImpl.cpp 97 IntRect WebScrollbarThemeClientImpl::frameRect() const
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.h 67 virtual void updateGeometry(const blink::WebRect& frameRect, const blink::WebRect& clipRect, const blink::WebVector<blink::WebRect>& cutOutsRects, bool isVisible);
WebTestThemeEngineMac.mm 183 // Despite passing in frameRect() to the scroller, it always draws at (0, 0).
TestPlugin.cpp 249 void TestPlugin::updateGeometry(const WebRect& frameRect, const WebRect& clipRect, const WebVector<WebRect>& cutOutsRects, bool isVisible)
  /external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h 88 const WebRect& frameRect, const WebRect& clipRect,
  /external/chromium_org/third_party/skia/src/core/
SkScan.h 50 static void FrameRect(const SkRect&, const SkPoint& strokeSize,
  /external/skia/src/core/
SkScan.h 50 static void FrameRect(const SkRect&, const SkPoint& strokeSize,
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.mm 172 - (void)setFrame:(NSRect)frameRect {
173 [super setFrame:frameRect];
autocomplete_text_field_editor.mm 47 - (id)initWithFrame:(NSRect)frameRect {
48 if ((self = [super initWithFrame:frameRect])) {
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_window_controller.mm 329 NSRect frameRect = [[self window] frameRectForContentRect:contentRect];
330 [[self window] setFrame:frameRect display:YES];
  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_quit_panel_controller.mm 66 - (id)initWithFrame:(NSRect)frameRect {
67 if ((self = [super initWithFrame:frameRect])) {
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.mm 192 - (void)setFrame:(NSRect)frameRect {
193 [super setFrame:frameRect];
autocomplete_text_field_editor.mm 53 - (id)initWithFrame:(NSRect)frameRect {
54 if ((self = [super initWithFrame:frameRect])) {
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 332 IntRect r = intersection(rect, frameRect());
397 // Position at (0, 0) since the frameRect().location() is relative to the
PageWidgetDelegate.cpp 80 view->setFrameRect(view->frameRect());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp 372 // a box will have a frameRect. The placeholder will be created in setFullScreenRenderer()
377 m_savedPlaceholderFrameRect = toRenderBox(renderer)->frameRect();
449 renderer->createPlaceholder(RenderStyle::clone(placeholder->style()), placeholder->frameRect());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.cpp     [all...]
RenderBox.h 150 LayoutRect frameRect() const { return m_frameRect; }
    [all...]
RenderMenuList.cpp 330 IntSize size = pixelSnappedIntRect(frameRect()).size();
RenderTextControlSingleLine.cpp 292 clipRect = unionRect(clipRect, containerElement()->renderBox()->frameRect());
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.h 222 WebCore::IntRect frameRect() const { return WebCore::IntRect(m_xOffset, m_yOffset, m_width, m_height); }
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.mm 185 - (id)initWithFrame:(NSRect)frameRect
193 - (id)initWithFrame:(NSRect)frameRect
195 if ((self = [super initWithFrame:frameRect]))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 423 IntRect oldRect = frameRect();
    [all...]
  /external/chromium_org/build/win/importlibs/x86/
user32.winxp.imports 237 'FrameRect@12',
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.cpp 191 if (context->paintingDisabled() || !frameRect().intersects(damageRect))

Completed in 550 milliseconds

1 2 34 5 6