Searched refs:provider (Results 1 - 24 of 24) sorted by relevance

/external/webkit/WebKit/win/WebCoreSupport/
H A DWebGeolocationControllerClient.cpp47 COMPtr<IWebGeolocationProvider> provider; local
48 if (FAILED(m_webView->geolocationProvider(&provider)))
50 provider->registerWebView(m_webView.get());
55 COMPtr<IWebGeolocationProvider> provider; local
56 if (FAILED(m_webView->geolocationProvider(&provider)))
58 provider->registerWebView(m_webView.get());
64 COMPtr<IWebGeolocationProvider> provider; local
65 if (FAILED(m_webView->geolocationProvider(&provider)))
68 if (FAILED(provider->lastPosition(&position)))
/external/webkit/JavaScriptCore/runtime/
H A DTracing.d26 provider JavaScriptCore
36 #pragma D attributes Unstable/Unstable/Common provider JavaScriptCore provider
37 #pragma D attributes Private/Private/Unknown provider JavaScriptCore module
38 #pragma D attributes Private/Private/Unknown provider JavaScriptCore function
39 #pragma D attributes Unstable/Unstable/Common provider JavaScriptCore name
40 #pragma D attributes Unstable/Unstable/Common provider JavaScriptCore args
H A DExecutable.cpp69 return Error::create(exec, SyntaxError, errMsg, errLine, m_source.provider()->asID(), m_source.provider()->url());
76 m_evalCodeBlock = new EvalCodeBlock(this, globalObject, source().provider(), scopeChain.localDepth());
90 return Error::create(exec, SyntaxError, errMsg, errLine, m_source.provider()->asID(), m_source.provider()->url());
100 return Error::create(exec, SyntaxError, errMsg, errLine, m_source.provider()->asID(), m_source.provider()->url());
107 m_programCodeBlock = new ProgramCodeBlock(this, GlobalCode, globalObject, source().provider());
128 m_codeBlock = new FunctionCodeBlock(this, FunctionCode, source().provider(), source().startOffset());
191 OwnPtr<CodeBlock> newCodeBlock(new FunctionCodeBlock(this, FunctionCode, source().provider(), sourc
[all...]
H A DFunctionConstructor.cpp100 return throwError(exec, SyntaxError, errMsg, errLine, source.provider()->asID(), source.provider()->url());
H A DExecutable.h134 intptr_t sourceID() const { return m_source.provider()->asID(); }
135 const UString& sourceURL() const { return m_source.provider()->url(); }
/external/webkit/JavaScriptCore/parser/
H A DSourceCode.h47 SourceCode(PassRefPtr<SourceProvider> provider, int firstLine = 1) argument
48 : m_provider(provider)
55 SourceCode(PassRefPtr<SourceProvider> provider, int start, int end, int firstLine) argument
56 : m_provider(provider)
71 SourceProvider* provider() const { return m_provider.get(); } function in class:JSC::SourceCode
H A DLexer.cpp143 const UChar* data = source.provider()->data();
154 if (source.provider()->hasBOMs()) {
1025 return SourceCode(m_source->provider(), openBrace, closeBrace + 1, firstLine);
1027 const UChar* data = m_source->provider()->data();
1040 return SourceCode(m_source->provider(), openBrace + numBOMsBeforeOpenBrace,
H A DNodes.h1398 const UString& sourceURL() const { return m_source.provider()->url(); }
1399 intptr_t sourceID() const { return m_source.provider()->asID(); }
/external/webkit/WebCore/notifications/
H A DNotification.h58 static Notification* create(const String& url, ScriptExecutionContext* context, ExceptionCode& ec, NotificationPresenter* provider) { return new Notification(url, context, ec, provider); } argument
59 static Notification* create(const NotificationContents& contents, ScriptExecutionContext* context, ExceptionCode& ec, NotificationPresenter* provider) { return new Notification(contents, context, ec, provider); } argument
82 Notification(const String& url, ScriptExecutionContext* context, ExceptionCode& ec, NotificationPresenter* provider);
83 Notification(const NotificationContents& fields, ScriptExecutionContext* context, ExceptionCode& ec, NotificationPresenter* provider);
H A DNotification.cpp45 Notification::Notification(const String& url, ScriptExecutionContext* context, ExceptionCode& ec, NotificationPresenter* provider) argument
49 , m_presenter(provider)
65 Notification::Notification(const NotificationContents& contents, ScriptExecutionContext* context, ExceptionCode& ec, NotificationPresenter* provider) argument
70 , m_presenter(provider)
/external/apache-http/src/org/apache/http/client/protocol/
H A DClientContextConfigurer.java64 public void setCredentialsProvider(final CredentialsProvider provider) { argument
65 this.context.setAttribute(CREDS_PROVIDER, provider);
/external/webkit/WebKit/mac/WebView/
H A DWebPDFRepresentation.mm94 CGDataProviderRef provider = CGDataProviderCreateWithCFData((CFDataRef)data);
95 ASSERT(provider);
104 CGPSConverterConvert(converter, provider, consumer, 0);
107 CFRelease(provider);
H A DWebScriptDebugger.mm115 NSURL *nsURL = toNSURL(source.provider()->url());
124 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:), nsSource, source.firstLine(), nsURL, source.provider()->asID(), webFrame);
126 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:fromURL:sourceId:forWebFrame:), nsSource, [nsURL absoluteString], source.provider()->asID(), webFrame);
/external/webkit/WebCore/platform/graphics/mac/
H A DCanvas3DLayer.mm135 CGDataProviderRef provider = CGDataProviderCreateWithData(0, data, dataSize, freeData);
138 provider, 0, true,
140 CGDataProviderRelease(provider);
/external/skia/src/images/
H A Dfpdfemb.h1204 // should register a glyph provider so FPDFEMB can get glyph bitmap for each character.
1274 // provider - Pointer to this structure
1286 void* (*MapFont)(struct FPDFEMB_GLYPH_PROVIDER* provider, const char* name, int charset,
1291 // provider - Pointer to this structure
1309 void (*GetGlyphBBox)(struct FPDFEMB_GLYPH_PROVIDER* provider, void* font,
1316 // provider - Pointer to this structure
1351 // in the system font the character has full-width (1000), then the glyph provider
1354 FPDFEMB_BOOL (*GetGlyphBitmap)(struct FPDFEMB_GLYPH_PROVIDER* provider, void* font,
1364 // Make use of a glyph provider: generating glyph bitmap for non-Latin characters
1366 // provider
[all...]
/external/webkit/JavaScriptCore/debugger/
H A DDebugger.cpp90 sourceProviders.add(executable->source().provider(), exec);
/external/webkit/WebKitTools/DumpRenderTree/cg/
H A DImageDiffCG.cpp150 RetainPtr<CGDataProviderRef> provider(AdoptCF, CGDataProviderCreateWithData(0, diffBuffer, width * height, releaseMallocBuffer));
151 diffImage.adoptCF(CGImageCreate(width, height, 8, 8, width, diffColorspace, 0, provider.get(), 0, false, kCGRenderingIntentDefault));
/external/webkit/WebCore/inspector/
H A DInspectorFrontend.cpp273 function.appendArgument(JSC::UString(JSC::UString::from(source.provider()->asID())));
274 function.appendArgument(source.provider()->url());
284 function.appendArgument(source.provider()->url());
/external/webkit/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp793 RetainPtr<CGDataProviderRef> provider(AdoptCF, CGDataProviderCreateWithCFData(data.get()));
795 kCGBitmapByteOrder32Little | kCGImageAlphaFirst, provider.get(), 0, false, kCGRenderingIntentDefault));
/external/webkit/WebCore/page/
H A DDOMWindow.cpp636 NotificationPresenter* provider = page->chrome()->notificationPresenter();
637 if (provider)
638 m_notifications = NotificationCenter::create(document, provider);
/external/webkit/WebCore/bindings/js/
H A DScriptController.cpp97 String sourceURL = jsSourceCode.provider()->url();
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py45 provider = wx.SimpleHelpProvider() variable
46 wx.HelpProvider_Set(provider)
/external/bluetooth/bluez/tools/
H A Dsdptool.c1136 char *provider; member in struct:__anon337
/external/dropbear/libtomcrypt/
H A Dcrypt.tex5972 /** Name of the math provider */

Completed in 1807 milliseconds