Home | History | Annotate | Download | only in src

Lines Matching full:frame

57 // all saved sub-resource files (such as CSS, JavaScript files) and sub-frame
173 xmlEncoding = param->doc->frame()->loader()->encoding();
434 WebPageSerializerImpl::WebPageSerializerImpl(WebFrame* frame,
448 ASSERT(frame);
449 m_specifiedWebFrameImpl = static_cast<WebFrameImpl*>(frame);
468 // First, process main frame.
470 // Return now if user only needs to serialize specified frame, not including
474 // Collect all frames inside the specified frame.
478 Document* currentDoc = currentFrame->frame()->document();
499 // Get KURL for main frame.
500 KURL mainPageURL = m_specifiedWebFrameImpl->frame()->loader()->url();
505 // Get current serializing frame.
508 Document* currentDoc = currentFrame->frame()->document();
509 // Get current frame's URL.
510 const KURL& currentFrameURL = currentFrame->frame()->loader()->url();
517 String encoding = currentFrame->frame()->loader()->encoding();
531 // Flush the remainder data and finish serializing current frame.