HomeSort by relevance Sort by last modified time
    Searched full:load (Results 526 - 550 of 4099) sorted by null

<<21222324252627282930>>

  /external/webkit/WebCore/loader/
MainResourceLoader.cpp 152 // fact that this "callback" is sent when starting every load, and the state of callback
166 // If we're fielding a redirect in response to a POST, force a load from origin, since
169 // Also, POST requests always load from origin, but this does not affect subresources.
175 // Don't set this on the first request. It is set when the main load was started.
212 // Check reachedTerminalState since the load may have already been cancelled inside of _handleUnimplementablePolicyWithErrorCode::.
249 // keep trying to process data from their load
256 // we may have cancelled this load as part of switching to fallback content
525 bool MainResourceLoader::load(const ResourceRequest& r, const SubstituteData& substituteData) function in class:WebCore::MainResourceLoader
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.h 57 ApplicationCacheGroup* cacheGroupForURL(const KURL&); // Cache to load a main resource from.
58 ApplicationCacheGroup* fallbackCacheGroupForURL(const KURL&); // Cache that has a fallback entry to load a main resource from if normal loading fails.
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.h 76 void load(const UChar* url, int len, bool preservesPitch);
119 void load(CFURLRef, bool preservesPitch);
  /external/webkit/WebCore/plugins/android/
PluginPackageAndroid.cpp 122 // load it.
193 bool PluginPackage::load() function in class:WebCore::PluginPackage
218 PLUGIN_LOG("Couldn't load plugin library \"%s\": %s\n",
261 PLUGIN_LOG("Initial load ok, count now %d\n", m_loadCount);
272 PLUGIN_LOG("Couldn't load plugin library \"%s\": %s\n",
288 // If any of those failed to resolve, fail the entire load
362 // and load it permanently.
366 load();
  /external/webkit/WebCore/workers/
DefaultSharedWorkerRepository.cpp 141 // Just pick an arbitrary active document from the HashSet and pass load requests to it.
142 // FIXME: Do we need to deal with the case where the user closes the document mid-load, via a shadow document or some other solution?
254 void load(const KURL&);
273 void SharedWorkerScriptLoader::load(const KURL& url) function in class:WebCore::SharedWorkerScriptLoader
275 // Mark this object as active for the duration of the load.
279 // Stay alive (and keep the SharedWorker and JS wrapper alive) until the load finishes.
381 // If proxy is already running, just connect to it - otherwise, kick off a loader to load the script.
386 loader->load(url);
  /external/webkit/WebKit/chromium/public/
WebPluginContainer.h 70 // load was successful or WebPlugin::didFailLoadingFrameRequest is
71 // called if the load failed. The given notifyData is passed along to
  /external/webkit/WebKit/gtk/tests/
testwebdatasource.c 134 g_signal_connect(view, "notify::load-status", G_CALLBACK(notify_load_status_cb), loop);
152 g_signal_connect(view, "notify::load-status", G_CALLBACK(notify_load_status_unreachable_cb), loop);
  /external/webkit/WebKit/mac/Plugins/
WebPluginViewFactory.h 63 @constant WebPlugInShouldLoadMainResourceKey REQUIRED. NSNumber (BOOL) indicating whether the plug-in should load its
64 own main resource (the "src" URL, in most cases). If YES, the plug-in should load its own main resource. If NO, the
  /external/webkit/WebKit/mac/WebView/
WebDocumentLoaderMac.mm 76 // Some clients run the run loop in a way that prevents the data load timer
121 // It is valid for a load to be cancelled before it's started.
  /external/webkit/WebKit/qt/Api/
qgraphicswebview.h 67 void load(const QUrl &url);
68 void load(const QNetworkRequest& request, QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation, const QByteArray& body = QByteArray());
qwebview.h 61 void load(const QUrl& url);
62 void load(const QNetworkRequest& request,
  /external/webkit/WebKitTools/DumpRenderTree/mac/
NavigationController.m 77 pendingAction = Load;
84 case Load:
  /frameworks/base/docs/html/guide/developing/tools/
othertools.jd 45 load in the emulator, to simulate the presence of an SD card in the device.
77 <p>Once you have created the disk image file, you can load it in the emulator at
  /frameworks/base/docs/html/videos/
index.jd 48 /* When an event on the browser history occurs (back, forward, load),
49 * load the video found in the URL hash
58 /* Load a video into the player box.
240 /* Add actions to the page onload event so that we load a video right away */
254 /* Click a video in order to load it and select it
277 /* Click the default video that should be loaded on page load (the first video in the featured list) */
334 showFeatured(); // load featured videos
335 showPlaylists(); // load playlists
  /frameworks/base/tools/preload/
LoadedClass.java 30 /** Load operations. */
59 /** Median time to load this class. */
PrintCsv.java 58 + ",Median Load Time (us)"
61 + ",Load Count"
  /hardware/ti/omap3/dspbridge/inc/
dbdcddef.h 31 *! 19-Apr-2002 jeh Added DCD_LIBRARYTYPE to DCD_OBJTYPE, dynamic load
76 /* Dynamic load properties */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdcddef.h 31 *! 19-Apr-2002 jeh Added DCD_LIBRARYTYPE to DCD_OBJTYPE, dynamic load
76 /* Dynamic load properties */
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ImageHelper.java 31 * resources, and then load the filename from /images inside the resources.<br>
56 Log.w("ddms", "Couldn't load " + fileName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
UsagePreferencePage.java 71 mOptInCheckBox.load();
81 mOptInCheckBox.load();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
EventLogView.java 55 CommonAction loadAction = new CommonAction("Load Log");
58 .loadDescriptor("load.png")); // $NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
EclipseTestCollector.java 62 //sLogger.log(Level.INFO, "Could not load class " + filePath);
90 * Load the class given by the plugin aka bundle file path
  /external/webkit/WebCore/html/
HTMLMediaElement.cpp 161 // don't have a src or any <source> children, trigger load
424 void HTMLMediaElement::load(bool isUserGesture, ExceptionCode& ec) function in class:WebCore::HTMLMediaElement
436 // Perform the cleanup required for the resource load algorithm to run.
452 // If the load() method for this element is already being invoked, then abort these steps.
593 m_player->load(m_currentSrc, contentType);
639 // 6.18 - Set the element's delaying-the-load-event flag to false. This stops delaying the load event.
650 // resource failed to load. Set the error attribute to a new MediaError object whose
662 // 8 - Set the element's delaying-the-load-event flag to false. This stops delaying the load event
    [all...]
  /cts/tools/dx-tests/src/util/
CompileAllJasmin.java 36 p.load(new FileInputStream(args[0]));
  /cts/tools/dx-tests/utilclasses/util/
CompileAllJasmin.class 

Completed in 244 milliseconds

<<21222324252627282930>>