HomeSort by relevance Sort by last modified time
    Searched refs:implementations (Results 1 - 25 of 36) sorted by null

1 2

  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugger.mm 99 WebScriptDebugDelegateImplementationCache* implementations = WebViewGetScriptDebugDelegateImplementations(webView);
100 if (implementations->didEnterCallFrameFunc)
101 CallScriptDebugDelegate(implementations->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), static_cast<NSInteger>(0), -1, webFrame);
120 WebScriptDebugDelegateImplementationCache* implementations = WebViewGetScriptDebugDelegateImplementations(webView);
123 if (implementations->didParseSourceFunc) {
124 if (implementations->didParseSourceExpectsBaseLineNumber)
125 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:), nsSource, firstLine, nsURL, sourceProvider->asID(), webFrame);
127 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:fromURL:sourceId:forWebFrame:), nsSource, [nsURL absoluteString], sourceProvider->asID(), webFrame);
134 if (implementations->failedToParseSourceFunc)
135 CallScriptDebugDelegate(implementations->failedToParseSourceFunc, webView, @selector(webView:failedToParseSource:baseLineNumber:fromURL:wi (…)
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 349 WebResourceDelegateImplementationCache* implementations = WebViewGetResourceLoadDelegateImplementations(webView);
350 if (!implementations->didLoadResourceFromMemoryCacheFunc)
353 CallResourceLoadDelegate(implementations->didLoadResourceFromMemoryCacheFunc, webView, @selector(webView:didLoadResourceFromMemoryCache:response:length:fromDataSource:), request.nsURLRequest(), response.nsURLResponse(), length, dataSource(loader));
360 WebResourceDelegateImplementationCache* implementations = WebViewGetResourceLoadDelegateImplementations(webView);
364 if (implementations->identifierForRequestFunc)
365 object = CallResourceLoadDelegate(implementations->identifierForRequestFunc, webView, @selector(webView:identifierForInitialRequest:fromDataSource:), request.nsURLRequest(), dataSource(loader));
382 WebResourceDelegateImplementationCache* implementations = WebViewGetResourceLoadDelegateImplementations(webView);
387 if (implementations->willSendRequestFunc)
388 request = (NSURLRequest *)CallResourceLoadDelegate(implementations->willSendRequestFunc, webView, @selector(webView:resource:willSendRequest:redirectResponse:fromDataSource:), [webView _objectForIdentifier:identifier], request.nsURLRequest(), redirectResponse.nsURLResponse(), dataSource(loader));
394 WebResourceDelegateImplementationCache* implementations = WebViewGetResourceLoadDelegateImplementations(webView)
    [all...]
WebInspectorClient.mm 128 WebFrameLoadDelegateImplementationCache* implementations = WebViewGetFrameLoadDelegateImplementations(m_inspectedWebView);
129 if (implementations->didClearInspectorWindowObjectForFrameFunc)
130 CallFrameLoadDelegate(implementations->didClearInspectorWindowObjectForFrameFunc, m_inspectedWebView,
WebChromeClient.mm 719 WebHistoryDelegateImplementationCache* implementations = WebViewGetHistoryDelegateImplementations(m_webView);
721 if (implementations->populateVisitedLinksFunc)
722 CallHistoryDelegate(implementations->populateVisitedLinksFunc, m_webView, @selector(populateVisitedLinksForWebView:));
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 42 * Makes sure all all expected implementations (but not aliases)
149 // build map of all known aliases and implementations
151 Map<String,String> implementations = new HashMap<String,String>(); local
175 implementations.put(key, value);
180 for (Entry<String,String> entry : implementations.entrySet()) {
200 implementations.containsKey(actual));
  /external/compiler-rt/lib/
Makefile.mk 13 # Add arch specific optimized implementations.
  /external/compiler-rt/make/
options.mk 15 # Whether optimized function implementations should be used.
  /external/libvorbis/doc/
footer.tex 25 distributing independent implementations of Vorbis software under
  /hardware/libhardware/modules/audio/
Android.mk 34 # new implementations.
  /external/compiler-rt/make/platform/
darwin_fat.mk 19 # implementations.
clang_darwin.mk 407 # FIXME: Currently, compiler-rt is missing implementations for a number of the
  /external/v8/test/mozilla/
mozilla-shell-emulation.js 28 // Sets up fake implementations of MDC built-in objects and functions
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentgetdoctype.js 79 HTML implementations may return null.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentgetdoctype.js 79 HTML implementations may return null.
  /external/bison/data/
glr.cc 112 # Hijack the epilogue to define implementations (yyerror, parser member
  /external/v8/test/mjsunit/tools/
codemap.js 28 // Load Splay tree and CodeMap implementations from <project root>/tools.
tickprocessor.js 28 // Load implementations from <project root>/tools.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 62 define specific implementations of stream edits.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 129 // here because of a bug in the FF and IE implementations of
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 129 // here because of a bug in the FF and IE implementations of
  /external/stlport/src/
num_put_float.cpp 349 # error Missing _Stl_ecvtR and _Stl_fcvtR implementations.
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 349 # error Missing _Stl_ecvtR and _Stl_fcvtR implementations.
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 483 // Most DOMException implementations don't allow calling DOMException's
  /external/ceres-solver/docs/
modeling.tex 218 Here the convention is that the contribution of a term to the cost function is given by $\frac{1}{2}\rho(s)$, where $s = \|f_i\|^2$. Calling the method with a negative value of $s$ is an error and the implementations are not required to handle that case.
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 

Completed in 564 milliseconds

1 2