Lines Matching full:frame
41 #include "Frame.h"
81 Frame* DocLoader::frame() const
83 return m_doc->frame();
127 if (Frame* f = frame()) {
226 if (Frame* f = frame())
232 // These resources can corrupt only the frame's pixels.
233 if (Frame* f = frame()) {
234 Frame* top = f->tree()->top();
283 if (!frame())
286 Settings* settings = frame()->settings();
293 String::format("Unsafe attempt to load URL %s from frame with URL %s. "
299 frame()->domWindow()->console()->addMessage(OtherMessageSource, LogMessageType, ErrorMessageLevel, message, 1, String());
365 return frame() ? frame()->loader()->subresourceCachePolicy() : CachePolicyVerify;
381 if (!load && frame())
382 frame()->loader()->loadDone();
387 // Return from the function for objects that we didn't load from the cache or if we don't have a frame.
388 if (!resource || !frame())
402 frame()->loader()->loadedResourceFromMemoryCache(resource);
454 encoding = charset.isEmpty() ? m_doc->frame()->loader()->encoding() : charset;