HomeSort by relevance Sort by last modified time
    Searched refs:Frame (Results 576 - 600 of 603) sorted by null

<<2122232425

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 450 bounds = bscreen.Frame();
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp 38 #include "Frame.h"
419 Frame* frame = document->frame();
420 if (!frame)
423 return !frame->isContentEditable();
438 FrameView* view = m_renderer->document()->frame()->view();
802 if (Frame* frame = node->document()->frame()) {
2311 Frame* frame = static_cast<FrameView*>(widget)->frame(); local
    [all...]
AccessibilityObject.cpp 37 #include "Frame.h"
145 if (Frame* f = actionElem->document()->frame())
    [all...]
  /external/webkit/WebCore/page/
Geolocation.cpp 39 #include "Frame.h"
211 Geolocation::Geolocation(Frame* frame)
214 , m_frame(frame)
710 // references to JS callbacks in the page, to allow the frame to be cleaned up
  /external/webkit/WebKit/chromium/src/
ChromiumBridge.cpp 100 Page* page = view->frame() ? view->frame()->page() : 0;
615 void ChromiumBridge::notifyJSOutOfMemory(Frame* frame)
617 if (!frame)
620 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(frame);
  /external/webkit/WebCore/rendering/
RenderLayer.cpp 57 #include "Frame.h"
190 if (Frame* frame = renderer()->document()->frame())
191 frame->eventHandler()->resizeLayerDestroyed();
1114 Frame* frame = renderer()->document()->frame(); local
1165 Frame* frame = renderer()->document()->frame(); local
1252 Frame* frame = renderer()->document()->frame(); local
1428 Frame* frame = renderer()->document()->frame(); local
    [all...]
RenderFrameSet.cpp 30 #include "Frame.h"
576 // Compute a new width and height according to the positioning of each expanded child frame.
690 // difference between calculated frame width and the width it actually decides to have
752 return document()->frame() && document()->frame()->settings()->frameSetFlatteningEnabled();
820 if (Frame* frame = document()->frame())
821 frame->eventHandler()->setResizingFrameSet(isResizing ? frameSet() : 0);
RenderLayerBacking.cpp 1023 Frame* frame = renderer->document()->frame(); local
    [all...]
InlineTextBox.cpp 31 #include "Frame.h"
373 bool containsComposition = renderer()->node() && renderer()->document()->frame()->editor()->compositionNode() == renderer()->node();
374 bool useCustomUnderlines = containsComposition && renderer()->document()->frame()->editor()->compositionUsesCustomUnderlines();
392 renderer()->document()->frame()->editor()->compositionStart(),
393 renderer()->document()->frame()->editor()->compositionEnd());
528 const Vector<CompositionUnderline>& underlines = renderer()->document()->frame()->editor()->customCompositionUnderlines();
631 Frame* frame = renderer()->document()->frame(); local
632 if (!frame)
    [all...]
RenderBox.cpp 39 #include "Frame.h"
833 Frame* frame = document()->frame(); local
834 if (!frame)
836 Page* page = frame->page();
    [all...]
  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 315 const CachedFrame* frame = hasFrame(result); local
316 if (frame != NULL)
317 return frame->currentCursor(framePtr);
329 const CachedFrame* frame = hasFrame(result); local
330 if (frame != NULL)
331 return frame->currentFocus(framePtr);
346 for (CachedFrame* frame = mCachedFrames.begin(); frame != mCachedFrames.end();
347 frame++) {
348 CachedNode* result = frame->find(node)
935 const CachedFrame* frame = hasFrame(test); local
959 const CachedFrame* frame = hasFrame(test); local
    [all...]
CachedRoot.cpp 839 const CachedFrame* frame; local
841 const CachedNode* node = findAt(rect, &frame, &fx, &fy, true);
843 DBG_NAV_LOGD("x=%d (%s)", node->bounds(frame).x(),
845 return node->bounds(frame).x();
847 SkPicture* picture = node ? frame->picture(node) : pictureAt(x, y);
889 void CachedRoot::init(WebCore::Frame* frame, CachedHistory* history)
891 CachedFrame::init(this, -1, frame);
1088 const CachedFrame* frame = best->mFrame; local
1212 CachedRoot* frame = this; local
    [all...]
  /external/webkit/WebCore/editing/
ReplaceSelectionCommand.cpp 42 #include "Frame.h"
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 421 void GraphicsLayerAndroid::setFrame(Frame* f)
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 33 #include "Frame.h"
142 Frame* frame = mp->m_player->frameView() ? mp->m_player->frameView()->frame() : 0; local
144 if (frame)
145 webKitWebSrcSetFrame(WEBKIT_WEB_SRC(element.get()), frame); local
680 // we are sure we can display the first frame and go to play
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 49 class JetCreator(wx.Frame):
52 wx.Frame.__init__(self, parent, id, size=(1050, 720), style=wx.DEFAULT_FRAME_STYLE | wx.MINIMIZE_BOX | wx.MAXIMIZE_BOX)
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 54 #import "Frame.h"
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 39 #import <WebCore/Frame.h>
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebPDFView.mm 52 #import <WebCore/Frame.h>
296 - (id)initWithFrame:(NSRect)frame
298 self = [super initWithFrame:frame];
307 previewView = [[previewViewClass alloc] initWithFrame:frame];
319 PDFSubview = [[[[self class] _PDFViewClass] alloc] initWithFrame:frame];
545 [self setFrame:[[self superview] frame]];
572 WebFrame *frame = [dataSource webFrame];
573 ASSERT(frame);
576 frame, WebElementFrameKey,
746 WebFrame *frame = [dataSource webFrame]
    [all...]
  /external/webkit/WebCore/dom/
Element.cpp 41 #include "Frame.h"
342 // When in strict mode, clientWidth for the document element should return the width of the containing frame.
343 // When in quirks mode, clientWidth for the body element should return the width of the containing frame.
362 // When in strict mode, clientHeight for the document element should return the height of the containing frame.
363 // When in quirks mode, clientHeight for the body element should return the height of the containing frame.
1290 Frame* frame = document()->frame(); local
    [all...]
  /external/webkit/WebCore/
Android.mk 341 page/Frame.cpp \
  /external/webkit/WebCore/html/
HTMLParser.cpp 38 #include "Frame.h"
403 if (localName == htmlTag && m_document->frame())
404 m_document->frame()->loader()->dispatchDocumentElementAvailable();
1667 Frame* frame = m_document->frame(); local
    [all...]
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 44 #import "Frame.h"
    [all...]
  /external/v8/src/
mirror-debugger.js 157 const FRAME_TYPE = 'frame';
360 * Check whether the mirror reflects a stack frame.
361 * @returns {boolean} True if the mirror reflects a stack frame
1251 * Wrapper for the frame details information retreived from the VM. The frame
    [all...]

Completed in 1218 milliseconds

<<2122232425