Searched refs:loader (Results 276 - 300 of 386) sorted by relevance

<<111213141516

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc31 #include <mach-o/loader.h>
173 // More information about Mach-O headers can be found in mach-o/loader.h
/external/webkit/Source/WebCore/html/
H A DHTMLFrameElementBase.cpp105 parentFrame->loader()->subframeLoader()->requestFrame(this, m_URL, m_frameName, lockHistory, lockBackForwardList);
H A DHTMLFormElement.cpp276 frame->loader()->client()->dispatchWillSendSubmitEvent(this);
336 frame->loader()->submitForm(FormSubmission::create(this, m_attributes, event, !processingUserGesture, formSubmissionTrigger));
/external/webkit/Source/WebCore/loader/
H A DSubresourceLoader.cpp68 FrameLoader* fl = frame->loader();
138 // The loader can cancel a load if it receives a multipart response for a non-image
145 // Since a subresource loader does not load multipart sections progressively,
146 // deliver the previously received data to the loader all at once now.
166 // A subresource loader does not load multipart sections progressively.
167 // So don't deliver any data to the loader yet.
235 // The only way the subresource loader can reach the terminal state here is if the run loop spins when calling
/external/webkit/Source/WebCore/loader/cache/
H A DCachedImage.cpp234 m_shouldPaintBrokenImage = frame->loader()->client()->shouldPaintBrokenImage(KURL(ParsedURLString, m_url));
/external/webkit/Source/WebKit/chromium/src/
H A DApplicationCacheHost.cpp112 frame->document()->url(), frame->loader()->referrer());
H A DWebPageSerializer.cpp141 KURL frameURL = frame->loader()->documentLoader()->request().url();
H A DWebWorkerBase.cpp185 webFrame->frame()->loader()->load(ResourceRequest(url), substData, false);
206 // Tell the loader to load the data into the 'shadow page' synchronously,
/external/webkit/Source/WebKit/win/
H A DWebElementPropertyBag.cpp132 WebFrame* webFrame = static_cast<WebFrame*>(coreFrame->loader()->client());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DResourceBundleTest.java197 URLClassLoader loader = new URLClassLoader(urls, null);
204 bundle = ResourceBundle.getBundle(name, Locale.getDefault(), loader);
217 loader);
257 URLClassLoader loader = new URLClassLoader(urls, null);
258 return loader;
1047 // system loader's cache is still there
/external/emma/lib/
H A Demma.jar ... args.IOptsParser getOptParser (java.lang.ClassLoader) ClassLoader loader protected final boolean processOpt (com.vladium.util. ...
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_browsertest.cc270 IFrameLoader loader(current_browser_, i, GURL());
271 iframe_urls_[i] = loader.iframe_url();
/external/chromium/webkit/glue/
H A Dmultipart_response_delegate_unittest.cc63 virtual void didReceiveResponse(WebURLLoader* loader, argument
70 WebKit::WebURLLoader* loader,
69 didReceiveData( WebKit::WebURLLoader* loader, const char* data, int data_length, int encoded_data_length) argument
H A Dweburlloader_impl.cc284 explicit Context(WebURLLoaderImpl* loader);
332 WebURLLoaderImpl::Context::Context(WebURLLoaderImpl* loader) argument
333 : loader_(loader),
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderTest.java57 CacheLoader<Object, Integer> loader = constantLoader(1);
61 .build(loader);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp256 mainFrame->loader()->stopLoading(UnloadEventPolicyNone);
258 mainFrame->loader()->stopAllLoaders();
/external/compiler-rt/lib/asan/
H A Dasan_mac.cc29 #include <mach-o/loader.h>
/external/valgrind/main/coregrind/
H A Dlauncher-darwin.c50 #include <mach-o/loader.h>
/external/webkit/Source/WebCore/dom/
H A DDOMImplementation.cpp349 if (frame && frame->page() && frame->loader()->subframeLoader()->allowPlugins(NotAboutToInstantiatePlugin))
/external/webkit/Source/WebCore/rendering/
H A DRenderFileUploadControl.cpp141 if (!frame() || !frame()->loader()->isProcessingUserGesture())
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebhistory.cpp545 static_cast<WebCore::BackForwardListImpl*>(history.d->lst)->page()->mainFrame()->loader()->history()->setCurrentItem(history.d->lst->entries()[currentIndex].get());
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp869 return coreFrame->loader()->shouldClose();
969 WebCore::DocumentLoader* docLoader = coreFrame->loader()->documentLoader();
976 coreFrame->loader()->setOpener(0);
1064 coreFrame->loader()->load(request, substituteData, false);
/external/webkit/Source/WebKit/android/jni/
H A DWebHistory.cpp101 * current history item stored in the child frame's loader does not
116 pFrame->loader()->history()->setCurrentItem(current.get());
124 child->loader()->history()->setCurrentItem(item);
139 parent = child->tree()->parent()->loader()->history()->currentItem();
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp1351 core(priv->mainFrame)->loader()->detachFromParent();
3925 core(webView)->mainFrame()->loader()->reload();
3940 core(webView)->mainFrame()->loader()->reload(true);
4036 if (FrameLoader* loader = frame->loader())
4037 loader->stopForUserCancel();
4412 if (FrameLoader* loader = frame->loader())
4413 return loader->canShowMIMEType(String::fromUTF8(mimeType));
4657 String encoding = core(webView)->mainFrame()->document()->loader()
[all...]

Completed in 796 milliseconds

<<111213141516