Home | History | Annotate | Download | only in loader

Lines Matching full:load

140         cache()->loader()->load(this, resource, true);
210 // Given that the load is allowed by the same-origin policy, we should
211 // check whether the load passes the mixed-content policy.
291 String::format("Unsafe attempt to load URL %s.",
293 String::format("Unsafe attempt to load URL %s from frame with URL %s. "
323 cache()->loader()->load(this, image, true);
357 cache()->loader()->load(this, image, true);
378 void DocLoader::setLoadInProgress(bool load)
380 m_loadInProgress = load;
381 if (!load && frame())
387 // Return from the function for objects that we didn't load from the cache or if we don't have a frame.
401 // FIXME: If the WebKit client changes or cancels the request, WebCore does not respect this and continues the load.
443 // Don't request preload if the resource already loaded normally (this will result in double load if the page is being reloaded with cached results ignored).