Home | History | Annotate | Download | only in dom

Lines Matching full:frame

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.
1263 page->focusController()->setFocusedNode(this, doc->frame());
1280 Frame* frame = document()->frame();
1281 if (!frame)
1287 if (frame->shouldChangeSelection(newSelection)) {
1288 frame->selection()->setSelection(newSelection);
1289 frame->revealSelection();
1305 if (doc->frame())
1306 doc->frame()->page()->focusController()->setFocusedNode(0, doc->frame());