/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentInit.cpp | 58 ownerFrame = frame->loader().opener(); 97 return m_parent && m_frame->loader().shouldTreatURLAsSrcdocDocument(m_url); 125 return frameForSecurityContext()->loader().effectiveSandboxFlags();
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
Navigator.cpp | 29 #include "core/loader/CookieJar.h" 30 #include "core/loader/FrameLoader.h" 114 return m_frame->loader().userAgent(m_frame->document()->url());
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
PageDebuggerAgent.cpp | 40 #include "core/loader/DocumentLoader.h" 158 void PageDebuggerAgent::didCommitLoad(Frame* frame, DocumentLoader* loader) 161 if (loader->frame() == mainFrame)
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
CookieJar.cpp | 32 #include "core/loader/CookieJar.h" 35 #include "core/loader/FrameLoaderClient.h" 50 blink::WebCookieJar* cookieJar = document->frame()->loader().client()->cookieJar();
|
EmptyClients.cpp | 29 #include "core/loader/EmptyClients.h" 32 #include "core/loader/DocumentLoader.h" 33 #include "core/loader/FormState.h"
|
PrerenderHandle.cpp | 32 #include "core/loader/PrerenderHandle.h" 36 #include "core/loader/FrameLoader.h" 37 #include "core/loader/PrerendererClient.h"
|
FrameLoader.h | 40 #include "core/loader/FrameLoaderStateMachine.h" 41 #include "core/loader/FrameLoaderTypes.h" 42 #include "core/loader/MixedContentChecker.h" 269 // a new request is being loaded, the old document loader may still be referenced. 270 // E.g. while a new request is in the "policy" state, the old document loader may 271 // be consulted in particular as it makes sense to imply certain settings on the new loader.
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventSource.h | 38 #include "core/loader/ThreadableLoaderClient.h" 85 // loader, and therefore the methods of this class for receiving 86 // asynchronous events from the loader won't be invoked.
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDataSourceImpl.h | 36 #include "core/loader/DocumentLoader.h" 53 static WebDataSourceImpl* fromDocumentLoader(WebCore::DocumentLoader* loader) 55 return static_cast<WebDataSourceImpl*>(loader);
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
run-embedded-unittests.html | 56 <script src="loader.js"></script> 64 // Mock out loader.request so that we don't actually make xhrs for tests. 65 loader.request = function(url, successCallback, errorCallback) {};
|
run-unittests.html | 50 <script src="loader.js"></script> 58 // Mock out loader.request so that we don't actually make xhrs for tests. 59 loader.request = function(url, successCallback, errorCallback) {};
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
fttrace.h | 34 FT_TRACE_DEF( gloader ) /* glyph loader (ftgloadr.c) */ 59 FT_TRACE_DEF( ttgload ) /* TT glyph loader (ttgload.c) */ 62 FT_TRACE_DEF( ttpload ) /* TT data/program loader (ttpload.c) */
|
/external/clang/include/clang/Lex/ |
ModuleLoader.h | 1 //===--- ModuleLoader.h - Module Loader Interface ---------------*- C++ -*-===// 50 /// \brief Abstract interface for a module loader. 52 /// This abstract interface describes a module loader, which is responsible
|
/external/easymock/src/org/easymock/internal/ |
EasyMockProperties.java | 138 // class loader
141 // No thread context class loader -> use class loader of this class.
|
/external/freetype/include/freetype/internal/ |
fttrace.h | 34 FT_TRACE_DEF( gloader ) /* glyph loader (ftgloadr.c) */ 59 FT_TRACE_DEF( ttgload ) /* TT glyph loader (ttgload.c) */ 62 FT_TRACE_DEF( ttpload ) /* TT data/program loader (ttpload.c) */
|
/external/javassist/src/test/test/javassist/proxy/ |
ProxyCacheGCTest.java | 59 * and proxy in the current loader and then 66 // create a target class in the current class loader 115 * a classloader which inherits from the system class loader and within which a proxy handler,
|
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactoryFinder.java | 92 * @param loader 96 * If this parameter is null, the default system class loader 99 public SchemaFactoryFinder(ClassLoader loader) { 100 this.classLoader = loader; 108 debugPrintln("using thread context class loader ("+classLoader+") for search"); 113 debugPrintln("using system class loader ("+classLoader+") for search"); 117 debugPrintln("using class loader (" + classLoader + ") for search"); 402 * @param loader the classloader to search 406 private static String which(String classname, ClassLoader loader) { 409 if (loader == null) loader = ClassLoader.getSystemClassLoader() [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CachingIconLoader.java | 33 * Icon loader that caches the results of another icon loader. 46 * Creates a new caching icon loader.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderSelectionDialog.java | 79 // TODO: use a loader instead 103 // TODO: use a loader instead 127 // TODO: use a loader instead
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
linecache.py | 87 loader = module_globals['__loader__'] 88 get_source = getattr(loader, 'get_source', None) 97 # No luck, the PEP302 loader cannot find the source
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
linecache.py | 87 loader = module_globals['__loader__'] 88 get_source = getattr(loader, 'get_source', None) 97 # No luck, the PEP302 loader cannot find the source
|
/external/chromium_org/chrome/browser/extensions/ |
image_loader_unittest.cc | 127 ImageLoader loader; local 128 loader.LoadImageAsync(extension.get(), 160 ImageLoader loader; local 163 loader.LoadImageAsync(extension.get(), 214 ImageLoader loader; local 215 loader.LoadImagesAsync(extension.get(), info_list,
|
/external/chromium_org/tools/page_cycler/webpagereplay/extension/ |
background.js | 249 var loader = new PageLoader(url, me_.handleResult_) 252 loader.setClearAll(); 255 loader.setClearConnections(); 257 pageLoaders_.push(loader); 271 this.handleResult_ = function(loader) { 272 var result = loader.result();
|
/external/javassist/src/main/javassist/scopedpool/ |
ScopedClassPool.java | 97 * 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)
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
RecentsCreateFragment.java | 27 import android.content.Loader; 104 public Loader<List<DocumentStack>> onCreateLoader(int id, Bundle args) { 110 Loader<List<DocumentStack>> loader, List<DocumentStack> data) { 120 public void onLoaderReset(Loader<List<DocumentStack>> loader) {
|