HomeSort by relevance Sort by last modified time
    Searched refs:loader (Results 51 - 75 of 327) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/dbus/dbus/
dbus-message.c 3280 DBusMessageLoader *loader; local
    [all...]
  /dalvik/vm/oo/
Class.h 17 * Class loader.
55 * Boot class path accessors, for class loader getResources().
75 * "loader" is the initiating class loader.
77 ClassObject* dvmFindClass(const char* descriptor, Object* loader);
78 ClassObject* dvmFindClassNoInit(const char* descriptor, Object* loader);
127 * Retrieve the system class loader.
134 ClassObject* dvmLookupClass(const char* descriptor, Object* loader,
138 void dvmAddInitiatingLoader(ClassObject* clazz, Object* loader);
139 bool dvmLoaderInInitiatingList(const ClassObject* clazz, const Object* loader);
    [all...]
  /external/webkit/WebCore/css/
CSSCursorImageValue.cpp 113 StyleCachedImage* CSSCursorImageValue::cachedImage(DocLoader* loader)
118 if (isSVGCursorIdentifier(url) && loader && loader->doc()) {
119 if (SVGCursorElement* cursorElement = resourceReferencedByCursorElement(url, loader->doc()))
124 return CSSImageValue::cachedImage(loader, url);
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 114 * using this loader as a weak key.
120 final ClassLoader loader = ClassLoaderResolver.getClassLoader (); local
122 return getAppProperties (loader);
125 public static synchronized IProperties getAppProperties (final ClassLoader loader)
127 IProperties properties = (IProperties) s_properties.get (loader);
139 final IProperties appDefaults = wrap (Property.getProperties (appName + "_default.properties", loader));
150 final IProperties userOverrides = wrap (Property.getProperties (appName + ".properties", loader));
168 s_properties.put (loader, properties);
  /libcore/luni/src/main/java/java/lang/
ClassLoader.java 52 * parent class loaders. Only if the parent class loader cannot satisfy the
53 * request, the child class loader itself tries to handle it.
70 * creation of the system class loader until first use. We use a static
77 * classes from the classpath. It is not equal to the bootstrap class loader -
83 public static ClassLoader loader = ClassLoader.createSystemClassLoader(); field in class:ClassLoader.SystemClassLoader
92 * The packages known to the class loader.
97 * Create the system class loader. Note this is NOT the bootstrap class
98 * loader (which is managed by the VM). We use a null value for the parent
99 * to indicate that the bootstrap loader is our parent.
122 * Returns the system class loader. This is the parent for ne
384 ClassLoader loader; local
    [all...]
  /external/webkit/WebCore/loader/
loader.cpp 25 #include "loader.h"
59 Loader::Loader()
60 : m_requestTimer(this, &Loader::requestTimerFired)
69 Loader::~Loader()
95 Loader::Priority Loader::determinePriority(const CachedResource* resource) const
120 void Loader::load(DocLoader* docLoader, CachedResource* resource, bool incremental, SecurityCheckPolicy securityCheck, bool sendResourceLoadCallbacks)
152 void Loader::scheduleServePendingRequests(
355 RefPtr<SubresourceLoader> loader = SubresourceLoader::create(docLoader->doc()->frame(), local
584 SubresourceLoader* loader = loadersToCancel[i]; local
    [all...]
ImageLoader.cpp 62 bool hasPendingEvents(ImageLoader* loader) { return m_dispatchSoonList.find(loader) != notFound; }
286 void ImageEventSender::dispatchEventSoon(ImageLoader* loader)
288 m_dispatchSoonList.append(loader);
293 void ImageEventSender::cancelEvent(ImageLoader* loader)
295 // Remove instances of this loader from both lists.
299 if (m_dispatchSoonList[i] == loader)
304 if (m_dispatchingList[i] == loader)
326 if (ImageLoader* loader = m_dispatchingList[i]) {
328 loader->dispatchPendingBeforeLoadEvent()
    [all...]
PluginDocument.cpp 92 m_embedElement->setAttribute(typeAttr, m_doc->frame()->loader()->responseMIMEType());
111 frame->loader()->client()->redirectDataToPlugin(renderer->widget());
112 frame->loader()->activeDocumentLoader()->mainResourceLoader()->setShouldBufferData(false);
  /external/webkit/WebCore/svg/graphics/
SVGImage.cpp 90 m_page->mainFrame()->loader()->frameDetached(); // Break both the loader and view references to the frame
257 FrameLoader* loader = frame->loader(); local
258 loader->load(fakeRequest, false); // Make sure the DocumentLoader is created
259 loader->policyChecker()->cancelCheck(); // cancel any policy checks
260 loader->commitProvisionalLoad(0);
261 loader->setResponseMIMEType("image/svg+xml");
262 loader->begin(KURL()); // create the empty document
263 loader->write(data()->data(), data()->size())
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 157 static inline WebDataSource *dataSource(DocumentLoader* loader)
159 return loader ? static_cast<WebDocumentLoaderMac*>(loader)->dataSource() : nil;
221 void WebFrameLoaderClient::makeRepresentation(DocumentLoader* loader)
223 [dataSource(loader) _makeRepresentation];
339 bool WebFrameLoaderClient::dispatchDidLoadResourceFromMemoryCache(DocumentLoader* loader, const ResourceRequest& request, const ResourceResponse& response, int length)
348 CallResourceLoadDelegate(implementations->didLoadResourceFromMemoryCacheFunc, webView, @selector(webView:didLoadResourceFromMemoryCache:response:length:fromDataSource:), request.nsURLRequest(), response.nsURLResponse(), length, dataSource(loader));
356 void WebFrameLoaderClient::assignIdentifierToInitialRequest(unsigned long identifier, DocumentLoader* loader, const ResourceRequest& request)
364 object = CallResourceLoadDelegate(implementations->identifierForRequestFunc, webView, @selector(webView:identifierForInitialRequest:fromDataSource:), request.nsURLRequest(), dataSource(loader));
376 void WebFrameLoaderClient::dispatchWillSendRequest(DocumentLoader* loader, unsigned long identifier, ResourceRequest& request, const ResourceResponse& redirectResponse
    [all...]
  /dalvik/tests/086-null-super/src/
Main.java 22 * Class loader test.
35 * A class loader which loads classes from the dex file
40 * a BrokenDexLoader will be the defining loader for the class
41 * Inaccessible. The VM will call the defining loader for
150 BrokenDexLoader loader; local
152 loader = new BrokenDexLoader(ClassLoader.getSystemClassLoader());
153 loader.findBrokenClass();
  /dalvik/tests/087-gc-after-link/src/
Main.java 22 * Class loader test.
35 * A class loader which loads classes from the dex file
40 * a BrokenDexLoader will be the defining loader for the class
41 * Inaccessible. The VM will call the defining loader for
150 BrokenDexLoader loader; local
152 loader = new BrokenDexLoader(ClassLoader.getSystemClassLoader());
153 loader.findBrokenClass();
  /external/webkit/WebKit/gtk/webkit/
webkitwebpolicydecision.cpp 89 (core(priv->frame)->loader()->policyChecker()->*(priv->framePolicyFunction))(WebCore::PolicyUse);
107 (core(priv->frame)->loader()->policyChecker()->*(priv->framePolicyFunction))(WebCore::PolicyIgnore);
125 (core(priv->frame)->loader()->policyChecker()->*(priv->framePolicyFunction))(WebCore::PolicyDownload);
  /libcore/luni/src/main/java/org/apache/xml/serializer/
SerializerFactory.java 127 ClassLoader loader = ObjectFactory.findClassLoader(); local
129 Class cls = ObjectFactory.findProviderClass(className, loader, true);
157 cls = ObjectFactory.findProviderClass(className, loader, true);
  /external/emma/core/java12/com/vladium/emma/report/
reportCommand.java 38 ClassLoader loader; local
41 loader = ClassLoaderResolver.getClassLoader ();
45 loader = getClass ().getClassLoader ();
52 final IOptsParser parser = getOptParser (loader);
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 39 public static URL getResource(String name, ClassLoader loader)
41 URL resource = loader.getResource(name);
59 public ConsumerProperties(String resourceName, ClassLoader loader)
61 this(getProperties(getResource(resourceName, loader)));
  /external/webkit/WebCore/inspector/
InspectorResource.h 71 static PassRefPtr<InspectorResource> create(unsigned long identifier, DocumentLoader* loader, const KURL& requestURL)
73 return adoptRef(new InspectorResource(identifier, loader, requestURL));
92 bool isSameLoader(DocumentLoader* loader) const { return loader == m_loader; }
  /external/webkit/WebCore/platform/qt/
CookieJarQt.cpp 51 FrameLoader *loader = frame->loader();
52 if (!loader)
54 QWebFrame* webFrame = static_cast<FrameLoaderClientQt*>(loader->client())->webFrame();
  /libcore/luni/src/main/java/java/util/logging/
MemoryHandler.java 98 ClassLoader loader = Thread.currentThread()
100 if (loader == null) {
101 loader = ClassLoader.getSystemClassLoader();
103 return loader.loadClass(targetName);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ClassLoaderReflectionTest.java 37 * This class creates another class loader to load multiple copies of various
39 * class names using the correct class loader.
45 * than the one in the application class loader!
58 ClassLoader loader = twoCopiesClassLoader(prefix, getClass().getClassLoader()); local
59 aClass = loader.loadClass(prefix + "$A");
60 bClass = loader.loadClass(prefix + "$B");
61 cClass = loader.loadClass(prefix + "$C");
62 dClass = loader.loadClass(prefix + "$D");
63 eClass = loader.loadClass(prefix + "$E");
64 fClass = loader.loadClass(prefix + "$F")
    [all...]
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 195 * @param loader
202 ClassLoader loader) throws MissingResourceException {
203 if (loader == null) {
210 false, loader)) != null) {
215 + Locale.getDefault(), true, loader)) != null) {
281 * @param loader
282 * the class loader to load resource
290 Locale targetLocale, ClassLoader loader,
294 Object cacheKey = loader != null ? (Object) loader : (Object) "null"
    [all...]
  /external/webkit/WebKit/wx/
WebFrame.cpp 129 if (m_impl->frame && m_impl->frame->loader())
130 m_impl->frame->loader()->stop();
135 if (m_impl->frame && m_impl->frame->loader())
136 m_impl->frame->loader()->reload();
157 if (m_impl->frame && m_impl->frame->loader()) {
166 m_impl->frame->loader()->stop();
167 m_impl->frame->loader()->load(WebCore::ResourceRequest(url), substituteData, false);
199 if (m_impl->frame && m_impl->frame->loader()) {
200 bool hasLoaded = m_impl->frame->loader()->frameHasLoaded();
226 if (m_impl->frame && m_impl->frame->loader()) {
    [all...]
  /external/webkit/WebCore/loader/appcache/
DOMApplicationCache.cpp 60 if (!m_frame || !m_frame->loader()->documentLoader())
62 return m_frame->loader()->documentLoader()->applicationCacheHost();
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 96 return static_cast<FrameLoaderClientAndroid*> (frame->loader()->client());
250 WebCore::String url(m_frame->loader()->url().string());
256 DocumentLoader* docLoader = m_frame->loader()->activeDocumentLoader();
309 frame->loader()->load(request, subData, false);
463 (m_frame->loader()->policyChecker()->*func)(PolicyIgnore);
469 const ResourceResponse& response = m_frame->loader()->activeDocumentLoader()->response();
491 WebCore::DocumentLoader* docLoader = m_frame->loader()->activeDocumentLoader();
494 (m_frame->loader()->policyChecker()->*func)(action);
506 (m_frame->loader()->policyChecker()->*func)(PolicyIgnore);
511 m_frame->loader()->resetMultipleFormSubmissionProtection()
857 RefPtr<DocumentLoader> loader = DocumentLoader::create(request, data); local
    [all...]
  /external/webkit/WebKit/chromium/src/
WebDataSourceImpl.h 58 static WebDataSourceImpl* fromDocumentLoader(WebCore::DocumentLoader* loader)
60 return static_cast<WebDataSourceImpl*>(loader);

Completed in 333 milliseconds

1 23 4 5 6 7 8 91011>>