Searched refs:loader (Results 226 - 250 of 386) sorted by relevance

1234567891011>>

/external/emma/core/java12/com/vladium/emma/
H A DCommand.java88 protected final IOptsParser getOptParser (final ClassLoader loader) argument
90 return IOptsParser.Factory.create (usageResName (getToolName ()), loader,
/external/emma/tools/java/com/vladium/tools/
H A DClassDep.java115 final ClassLoader loader = new URLClassLoader (m_classPath, null);
144 in = loader.getResourceAsStream (classVMName + ".class");
/external/freetype/src/psaux/
H A Dt1decode.c254 FT_GlyphLoader loader = glyph->internal->loader; local
259 error = FT_GlyphLoader_CheckSubGlyphs( loader, 2 );
263 subg = loader->current.subglyphs;
281 glyph->subglyphs = loader->base.subglyphs;
284 loader->current.num_subglyphs = 2;
291 FT_GlyphLoader_Prepare( decoder->builder.loader ); /* prepare loader */
1102 FT_GlyphLoader_Add( builder->loader );
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationImpl.java61 * @param cl class loader for obtaining annotation types.
74 private AnnotationImpl(Annotation a, ClassPool cp, ClassLoader loader) { argument
77 classLoader = loader;
/external/javassist/src/main/javassist/tools/rmi/
H A DAppletServer.java79 private AppletServer(ClassPool loader, StubGenerator gen, int port) argument
86 addTranslator(loader, gen);
/external/webkit/Source/WebCore/bindings/js/
H A DScriptControllerMac.mm99 jobject applet = m_frame->loader()->client()->javaApplet(widgetView);
/external/webkit/Source/WebCore/html/
H A DHTMLFrameSetElement.cpp216 frame->loader()->client()->dispatchDidBecomeFrameset(document()->isFrameSet());
223 frame->loader()->client()->dispatchDidBecomeFrameset(document()->isFrameSet());
/external/webkit/Source/WebCore/page/
H A DFrame.h114 FrameLoader* loader() const;
285 inline FrameLoader* Frame::loader() const function in class:WebCore::Frame
H A DPage.cpp360 if (m_mainFrame->loader()->history()->shouldStopLoadingForHistoryItem(item))
361 m_mainFrame->loader()->stopAllLoaders();
363 m_mainFrame->loader()->history()->goToItem(item, type);
448 if (frame->loader()->subframeLoader()->containsPlugins())
454 framesNeedingReload[i]->loader()->reload();
459 if (!mainFrame()->loader()->subframeLoader()->allowPlugins(NotAboutToInstantiatePlugin))
580 frame->loader()->setDefersLoading(defers);
643 // synchronously and avoid using a loader.
834 frame->loader()->tellClientAboutPastMemoryCacheLoads();
H A DNavigator.cpp131 return m_frame->loader()->userAgent(m_frame->document()->url());
/external/webkit/Tools/QtTestBrowser/
H A Dmain.cpp331 UrlLoader loader(window->page()->mainFrame(), app.urls().at(0), app.robotTimeout(), app.robotExtraTime());
332 loader.loadNext();
H A Dwebpage.cpp203 QUiLoader loader; local
204 return loader.createWidget(classId, view());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jar ... .eclipse.ant.internal.core.AntClassLoader loader public static void log (java.lang.Throwable) Throwable ...
/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMWindowShell.cpp176 m_frame->loader()->client()->didDestroyScriptContextForFrame();
341 m_frame->loader()->client()->didCreateScriptContextForFrame();
345 m_frame->loader()->dispatchDidClearWindowObjectInWorld(0);
355 if (!m_frame->loader()->activeDocumentLoader())
381 && !m_frame->loader()->client()->allowScriptExtension(extensions[i]->name(), extensionGroup))
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp339 static_cast<FrameLoaderClientAndroid*> (frame->loader()->client());
464 DocumentLoader* documentLoader = frame->loader()->activeDocumentLoader();
474 WebCore::FrameLoadType loadType = frame->loader()->loadType();
514 WebCore::FrameLoadType loadType = frame->loader()->loadType();
529 WebCore::FrameLoader* loader = frame->loader();
530 DocumentLoader* documentLoader = loader->activeDocumentLoader();
540 WebCore::FrameLoadType loadType = loader->loadType();
1082 pFrame->loader()->resetMultipleFormSubmissionProtection();
1084 (pFrame->loader()
1466 WebCore::FrameLoader* loader = pFrame->loader(); local
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp312 m_webPage->mainFrame()->d->frame->loader()->stopAllLoaders();
319 QWebFrame* webFrame = qobject_cast<QWebFrame*>(f->loader()->networkingContext()->originatingObject());
326 QWebFrame* webFrame = qobject_cast<QWebFrame*>(f->loader()->networkingContext()->originatingObject());
333 QWebFrame* webFrame = qobject_cast<QWebFrame*>(f->loader()->networkingContext()->originatingObject());
487 if (frame->loader()->networkingContext())
/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java552 * Returns a class loader.
554 * @param pf a proxy factory that is going to obtain a class loader.
561 * a class loader.
563 * is called to obtain a class loader.
591 ClassLoader loader = null;
593 loader = superClass.getClassLoader();
595 loader = interfaces[0].getClassLoader();
597 if (loader == null) {
598 loader = getClass().getClassLoader();
600 if (loader
[all...]
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp1281 f->loader()->setTitle(m_title);
1939 if (m_frame->loader()->state() == FrameStateProvisional)
1940 m_frame->loader()->stopAllLoaders();
1952 m_frame->loader()->didExplicitOpen();
2073 loader()->writer()->endIfNotLoadingMainResource();
2075 m_frame->loader()->checkCompleted();
2104 // FIXME: We kick off the icon loader when the Document is done parsing.
2112 f->loader()->startIconLoader();
2125 f->loader()->handledOnloadEvents();
2148 frame()->loader()
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp411 m_mainFrame->coreFrame()->loader()->detachFromParent();
428 if (!m_mainFrame->coreFrame()->loader()->shouldClose())
447 m_mainFrame->coreFrame()->loader()->load(request, false);
454 m_mainFrame->coreFrame()->loader()->load(request, substituteData, false);
488 frame->loader()->loadFrameRequest(FrameLoadRequest(frame->document()->securityOrigin(), ResourceRequest(url)),
498 frame->coreFrame()->loader()->stopForUserCancel();
503 m_mainFrame->coreFrame()->loader()->stopForUserCancel();
513 m_mainFrame->coreFrame()->loader()->reload(reloadFromOrigin);
1330 if (DocumentLoader* loader = frame->coreFrame()->loader()
[all...]
/external/webkit/Source/WebCore/loader/
H A DMainResourceLoader.cpp331 if (!m_frame->loader()->subframeLoader()->allowPlugins(NotAboutToInstantiatePlugin))
361 if (m_frame->loader()->shouldInterruptLoadForXFrameOptions(content, r.url())) {
520 // loader will not think there's still a deferred load left to do.
576 m_handle = ResourceHandle::create(m_frame->loader()->networkingContext(), r, this, false, true);
/external/chromium/chrome/browser/chromeos/cros/
H A Dcros_library.h58 void SetLibraryLoader(LibraryLoader* loader, bool own);
/external/javassist/src/main/javassist/scopedpool/
H A DScopedClassPool.java97 * Get the class loader
99 * @return the class loader
150 * Whether the classloader is loader
286 * @param loader
287 * the loader
291 public Class toClass(CtClass ct, ClassLoader loader, ProtectionDomain domain) argument
/external/webkit/Source/WebCore/loader/archive/cf/
H A DLegacyWebArchive.cpp438 DocumentLoader* documentLoader = frame->loader()->documentLoader();
487 const ResourceResponse& response = frame->loader()->documentLoader()->response();
517 DocumentLoader* documentLoader = frame->loader()->documentLoader();
578 frame->loader()->documentLoader()->response().url().string(), "\"></iframe>");
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp162 FrameLoader* loader = child->loader(); local
163 WebKit::FrameLoaderClient* client = static_cast<WebKit::FrameLoaderClient*>(loader->client());
653 coreFrame->loader()->setOpener(0);
/external/chromium/webkit/glue/
H A Dmultipart_response_delegate.cc59 WebURLLoader* loader,
63 loader_(loader),
57 MultipartResponseDelegate( WebURLLoaderClient* client, WebURLLoader* loader, const WebURLResponse& response, const std::string& boundary) argument

Completed in 772 milliseconds

1234567891011>>