/external/chromium/webkit/glue/ |
ftp_directory_listing_response_delegate.h | 28 WebKit::WebURLLoader* loader, 40 // Pointers to the client and associated loader so we can make callbacks as
|
/external/chromium_org/content/browser/loader/ |
resource_message_filter.cc | 5 #include "content/browser/loader/resource_message_filter.h" 9 #include "content/browser/loader/resource_dispatcher_host_impl.h"
|
resource_dispatcher_host_impl.cc | 7 #include "content/browser/loader/resource_dispatcher_host_impl.h" 33 #include "content/browser/loader/async_resource_handler.h" 34 #include "content/browser/loader/buffered_resource_handler.h" 35 #include "content/browser/loader/cross_site_resource_handler.h" 36 #include "content/browser/loader/detachable_resource_handler.h" 37 #include "content/browser/loader/power_save_block_resource_throttle.h" 38 #include "content/browser/loader/redirect_to_file_resource_handler.h" 39 #include "content/browser/loader/resource_message_filter.h" 40 #include "content/browser/loader/resource_request_info_impl.h" 41 #include "content/browser/loader/stream_resource_handler.h 409 linked_ptr<ResourceLoader> loader = *it; local 550 ResourceLoader* loader = GetLoader(info->GetGlobalRequestID()); local 632 ResourceLoader* loader = GetLoader(info->GetGlobalRequestID()); local 1260 ResourceLoader* loader = GetLoader(filter_->child_id(), request_id); local 1375 ResourceLoader* loader = GetLoader(id); local 1529 ResourceLoader* loader = GetLoader(child_id, request_id); local 1697 ResourceLoader* loader = GetLoader(id); local 1854 linked_ptr<ResourceLoader> loader = *loaders_iter; local 1890 ResourceLoader* loader = GetLoader(id); local [all...] |
/external/chromium_org/ppapi/tests/ |
test_url_loader.cc | 173 std::string TestURLLoader::ReadEntireResponseBody(pp::URLLoader* loader, 180 loader->ReadResponseBody(buf, sizeof(buf), callback.GetCallback())); 196 pp::URLLoader loader(instance_); 197 callback.WaitForResult(loader.Open(request, callback.GetCallback())); 201 pp::URLResponseInfo response_info(loader.GetResponseInfo()); 209 std::string error = ReadEntireResponseBody(&loader, &body); 326 pp::URLLoader loader(instance_); 328 url_loader_trusted_interface_->GrantUniversalAccess(loader.pp_resource()); 330 callback.WaitForResult(loader.Open(request, callback.GetCallback())); 453 pp::URLLoader loader(instance_) [all...] |
/external/chromium_org/tools/gn/ |
loader_unittest.cc | 15 #include "tools/gn/loader.h" 138 scoped_refptr<LoaderImpl> loader(new LoaderImpl(&build_settings_)); 144 loader->set_async_load_file(mock_ifm_.GetCallback()); 149 loader->Load(root_build, Label()); 164 loader->Load(second_file, second_tc); 174 const Settings* default_settings = loader->GetToolchainSettings(Label()); 176 loader->ToolchainLoaded(&second_tc_object); 182 loader->Load(third_file, second_tc);
|
/external/chromium_org/webkit/child/ |
ftp_directory_listing_response_delegate.h | 28 blink::WebURLLoader* loader,
40 // Pointers to the client and associated loader so we can make callbacks as
|
/external/javassist/src/main/javassist/util/proxy/ |
FactoryHelper.java | 127 * Loads a class file by a given class loader. 133 public static Class toClass(ClassFile cf, ClassLoader loader) 136 return toClass(cf, loader, null); 140 * Loads a class file by a given class loader. 145 public static Class toClass(ClassFile cf, ClassLoader loader, ProtectionDomain domain) 163 return toClass2(method, loader, args); 177 ClassLoader loader, Object[] args) 181 Class clazz = (Class)method.invoke(loader, args);
|
/external/libexif/contrib/examples/ |
thumbnail.c | 9 #include <libexif/exif-loader.h> 33 /* The loader is no longer needed--free it */
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
ResourceReferenceResolver.java | 21 public void processResource(String name, String rawValue, ResourceValueConverter loader, boolean isSystem) { 29 addAttribute(valuePointer, (T) loader.convertRawValue(rawValue));
|
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/ |
ParcelableCompatCreatorCallbacks.java | 34 * @param loader The ClassLoader that this object is being created in. 37 public T createFromParcel(Parcel in, ClassLoader loader);
|
ParcelableCompatHoneycombMR2.java | 39 public T createFromParcel(Parcel in, ClassLoader loader) { 40 return mCallbacks.createFromParcel(in, loader);
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
JoinContactListAdapter.java | 71 JoinContactLoader loader = (JoinContactLoader) cursorLoader; local 84 loader.setSuggestionUri(builder.build()); 87 loader.setProjection(getProjection(false)); 101 loader.setUri(allContactsUri); 102 loader.setSelection(Contacts._ID + "!=?"); 103 loader.setSelectionArgs(new String[]{ String.valueOf(mTargetContactId) }); 105 loader.setSortOrder(Contacts.SORT_KEY_PRIMARY); 107 loader.setSortOrder(Contacts.SORT_KEY_ALTERNATIVE);
|
LegacyPostalAddressListAdapter.java | 62 public void configureLoader(CursorLoader loader, long directoryId) { 63 loader.setUri(ContactMethods.CONTENT_URI); 64 loader.setProjection(POSTALS_PROJECTION); 65 loader.setSortOrder(People.DISPLAY_NAME); 66 loader.setSelection(ContactMethods.KIND + "=" + android.provider.Contacts.KIND_POSTAL);
|
/external/chromium/chrome/browser/instant/ |
instant_controller.h | 176 virtual void InstantStatusChanged(InstantLoader* loader) OVERRIDE; 177 virtual void SetSuggestedTextFor(InstantLoader* loader, 182 virtual void CommitInstantLoader(InstantLoader* loader) OVERRIDE; 184 InstantLoader* loader) OVERRIDE; 185 virtual void AddToBlacklist(InstantLoader* loader, 196 // Returns the TabContents of the pending loader (or NULL). This is only used 210 // http_status_ok) of a loader. 211 void ProcessInstantStatusChanged(InstantLoader* loader); 241 // Deletes |loader| after a delay. At the time we determine a site doesn't 242 // want to participate in instant we can't destroy the loader (becaus [all...] |
/external/chromium_org/content/renderer/media/ |
buffered_data_source_unittest.cc | 53 BufferedResourceLoader* loader = local 65 loader->test_loader_ = scoped_ptr<WebURLLoader>(url_loader); 66 return loader; 146 loader()->didFail(url_loader(), response_generator_->GenerateError()); 162 loader()->didReceiveResponse(url_loader(), response); 170 loader()->didReceiveData(url_loader(), data.get(), size, size); 176 loader()->didFinishLoading(url_loader(), 0); 190 BufferedResourceLoader* loader() { function in class:content::BufferedDataSourceTest 194 return loader()->active_loader_->loader_.get(); 199 return loader()->defer_strategy_ [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
History.cpp | 33 #include "core/loader/DocumentLoader.h" 34 #include "core/loader/FrameLoader.h" 35 #include "core/loader/FrameLoaderClient.h" 72 if (HistoryItem* historyItem = m_frame->loader().currentItem()) 137 m_frame->loader().updateForSameDocumentNavigation(fullURL, sameDocumentNavigationSource, data, FrameLoader::DoNotUpdateBackForwardList);
|
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/ |
ApplicationCache.cpp | 27 #include "core/loader/appcache/ApplicationCache.h" 33 #include "core/loader/DocumentLoader.h" 34 #include "core/loader/FrameLoader.h" 57 if (!m_frame || !m_frame->loader().documentLoader()) 59 return m_frame->loader().documentLoader()->applicationCacheHost();
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
MockPagePopupDriver.cpp | 33 #include "core/loader/DocumentLoader.h" 34 #include "core/loader/DocumentWriter.h" 35 #include "core/loader/FrameLoader.h" 73 DocumentWriter* writer = contentFrame->loader().activeDocumentLoader()->beginWriting("text/html", "UTF-8"); 77 contentFrame->loader().activeDocumentLoader()->endWriting(writer);
|
/external/jsilver/src/org/clearsilver/jni/ |
JniCs.java | 125 // The optional CS file loader to use to read in files 129 * Get the file loader in use, if any. 130 * @return the file loader in use. 137 * Set the CS file loader to use 138 * @param fileLoader the file loader that should be used.
|
/frameworks/native/opengl/libs/EGL/ |
Loader.h | 36 class Loader : public Singleton<Loader> 38 friend class Singleton<Loader>; 58 ~Loader(); 64 Loader();
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
GroupsListFragment.java | 25 import android.content.Loader; 75 protected Loader onCreateLoader(int id, Bundle args) { 86 public void onLoadFinished(Loader loader, Cursor data) { 87 switch (loader.getId()) {
|
/dalvik/vm/oo/ |
Class.h | 17 * Class loader. 55 * Boot class path accessors, for class loader getResources(). 82 * "loader" is the initiating class loader. 84 ClassObject* dvmFindClass(const char* descriptor, Object* loader); 85 ClassObject* dvmFindClassNoInit(const char* descriptor, Object* loader); 134 * Retrieve the system class loader. 141 ClassObject* dvmLookupClass(const char* descriptor, Object* loader, 145 void dvmAddInitiatingLoader(ClassObject* clazz, Object* loader); 146 bool dvmLoaderInInitiatingList(const ClassObject* clazz, const Object* loader); [all...] |
/external/chromium/webkit/glue/media/ |
buffered_resource_loader.h | 77 // Stop this loader, cancels and request and release internal buffer. 97 // Gets the content length in bytes of the instance after this loader has been 120 WebKit::WebURLLoader* loader, 124 WebKit::WebURLLoader* loader, 128 WebKit::WebURLLoader* loader, 131 WebKit::WebURLLoader* loader, 134 WebKit::WebURLLoader* loader, 139 WebKit::WebURLLoader* loader, 142 WebKit::WebURLLoader* loader, 145 WebKit::WebURLLoader* loader, [all...] |
/libcore/luni/src/main/java/java/util/ |
ServiceLoader.java | 26 * A service-provider loader. 79 // classLoader is null if you want the system class loader. 97 * Returns an iterator over all the service providers offered by this service loader. 111 * Constructs a service loader. If {@code classLoader} is null, the system class loader 115 * @param classLoader the class loader 136 * Constructs a service loader, using the current thread's context class loader. 146 * Constructs a service loader, using the extension class loader [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageFooterView.java | 23 import android.content.Loader; 111 // old loader 117 // Destroy the loader if we are attempting to load a different attachment 124 // but don't do any Loader work if we're only measuring 148 // before the attachment loader results are in, we can still render immediately using 222 public Loader<Cursor> onCreateLoader(int id, Bundle args) { 228 public void onLoadFinished(Loader<Cursor> loader, Cursor data) { 239 public void onLoaderReset(Loader<Cursor> loader) { [all...] |