Searched refs:initialFrame (Results 1 - 3 of 3) sorted by last modified time

/external/webkit/Source/WebKit/mac/WebView/
H A DWebWindowAnimation.h35 - (id)initWithHintedDuration:(NSTimeInterval)duration window:(NSWindow *)window initalFrame:(NSRect)initialFrame finalFrame:(NSRect)finalFrame;
H A DWebWindowAnimation.m68 - (id)initWithHintedDuration:(NSTimeInterval)duration window:(NSWindow *)window initalFrame:(NSRect)initialFrame finalFrame:(NSRect)finalFrame
75 _initialFrame = initialFrame;
/external/webkit/Source/WebCore/page/
H A DSpatialNavigation.cpp54 static IntRect rectToAbsoluteCoordinates(Frame* initialFrame, const IntRect&);
506 static IntRect rectToAbsoluteCoordinates(Frame* initialFrame, const IntRect& initialRect) argument
509 for (Frame* frame = initialFrame; frame; frame = frame->tree()->parent()) {

Completed in 86 milliseconds