Lines Matching defs:document
98 // our active document/activex instances to query referrer and other
199 // Returns true if the currently loaded document in the browser has
205 base::win::ScopedComPtr<IDispatch> document;
208 SUCCEEDED(web_browser2->get_Document(document.Receive()))) {
210 if (SUCCEEDED(container.QueryFrom(document))) {
219 // If a top level document has embedded iframes then the theory is
220 // that first the top level document finishes loading and then the
227 // up as a temporary iframe in the parent document. It is not clear
237 // via document.write.
279 // (frames or iframes) in the current document, then the http-equiv
280 // notification is coming from those and not the top level document.
291 // attempt to navigate the document again in CF, mshtml can "complete"
295 // To work around this, we clear the contents of the document before