HomeSort by relevance Sort by last modified time
    Searched refs:client (Results 476 - 500 of 965) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/loader/
ResourceLoadScheduler.cpp 86 PassRefPtr<SubresourceLoader> ResourceLoadScheduler::scheduleSubresourceLoad(Frame* frame, SubresourceLoaderClient* client, const ResourceRequest& request, ResourceLoadPriority priority, SecurityCheckPolicy securityCheck,
89 RefPtr<SubresourceLoader> loader = SubresourceLoader::create(frame, client, request, securityCheck, sendResourceLoadCallbacks, shouldContentSniff, optionalOutgoingReferrer, shouldBufferData);
95 PassRefPtr<NetscapePlugInStreamLoader> ResourceLoadScheduler::schedulePluginStreamLoad(Frame* frame, NetscapePlugInStreamLoaderClient* client, const ResourceRequest& request)
97 PassRefPtr<NetscapePlugInStreamLoader> loader = NetscapePlugInStreamLoader::create(frame, client, request);
SubresourceLoader.cpp 46 SubresourceLoader::SubresourceLoader(Frame* frame, SubresourceLoaderClient* client, bool sendResourceLoadCallbacks, bool shouldContentSniff)
48 , m_client(client)
63 PassRefPtr<SubresourceLoader> SubresourceLoader::create(Frame* frame, SubresourceLoaderClient* client, const ResourceRequest& request, SecurityCheckPolicy securityCheck, bool sendResourceLoadCallbacks, bool shouldContentSniff, const String& optionalOutgoingReferrer, bool shouldBufferData)
97 RefPtr<SubresourceLoader> subloader(adoptRef(new SubresourceLoader(frame, client, sendResourceLoadCallbacks, shouldContentSniff)));
  /external/webkit/Source/WebCore/page/
ContextMenuController.h 50 ContextMenuClient* client() const { return m_client; } function in class:WebCore::ContextMenuController
  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.h 128 virtual void createWriter(AsyncFileWriterClient* client, const String& path, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 81 SocketStreamHandle::SocketStreamHandle(const KURL& url, SocketStreamHandleClient* client)
82 : SocketStreamHandleBase(url, client)
117 // The client can close the handle, potentially removing the last reference.
121 if (!m_socketConnection) // Client closed the connection.
137 // The client can close the handle, potentially removing the last reference.
140 if (m_inputStream) // The client may have closed the connection.
238 static void connectedCallback(GSocketClient* client, GAsyncResult* result, void* id)
242 GSocketConnection* socketConnection = g_socket_client_connect_to_host_finish(client, result, &error.outPtr());
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 216 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); local
217 const bool surfaceHasUntransformedContents = client && qobject_cast<QWidget*>(client->pluginParent());
301 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); local
302 const bool backingStoreHasUntransformedContents = client && qobject_cast<QWidget*>(client->pluginParent());
415 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); local
416 QWidget* ownerWidget = client ? client->ownerWidget() : 0;
786 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient() local
931 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient(); local
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
AsyncFileSystemChromium.h 66 virtual void createWriter(AsyncFileWriterClient* client, const String& path, PassOwnPtr<AsyncFileSystemCallbacks>);
DatabaseObserver.cpp 59 return webFrame->client()->allowDatabase(webFrame, name, displayName, estimatedSize);
LocalFileSystemChromium.cpp 75 webFrame->client()->openFileSystem(webFrame, static_cast<WebFileSystem::Type>(type), size, create == CreateIfNotPresent, new WebFileSystemCallbacksImpl(callbacks, type));
WebDevToolsAgentImpl.h 65 WebDevToolsAgentImpl(WebViewImpl* webViewImpl, WebDevToolsAgentClient* client);
WebFrameImpl.h 211 static PassRefPtr<WebFrameImpl> create(WebFrameClient* client);
268 WebFrameClient* client() const { return m_client; } function in class:WebKit::WebFrameImpl
269 void setClient(WebFrameClient* client) { m_client = client; }
WebPopupMenuImpl.cpp 57 WebPopupMenu* WebPopupMenu::create(WebWidgetClient* client)
60 return adoptRef(new WebPopupMenuImpl(client)).leakRef();
65 WebPopupMenuImpl::WebPopupMenuImpl(WebWidgetClient* client)
66 : m_client(client)
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 112 static PassRefPtr<TestWebPopupMenuImpl> create(WebWidgetClient* client)
114 return adoptRef(new TestWebPopupMenuImpl(client));
120 TestWebPopupMenuImpl(WebWidgetClient* client) : WebPopupMenuImpl(client) { }
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 401 PassRefPtr<PopupMenu> ChromeClientHaiku::createPopupMenu(PopupMenuClient* client) const
403 return adoptRef(new PopupMenuHaiku(client));
406 PassRefPtr<SearchPopupMenu> ChromeClientHaiku::createSearchPopupMenu(PopupMenuClient* client) const
408 return adoptRef(new SearchPopupMenuHaiku(client));
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.cpp 393 PassRefPtr<PopupMenu> ChromeClientWinCE::createPopupMenu(PopupMenuClient* client) const
395 return adoptRef(new PopupMenuWin(client));
398 PassRefPtr<SearchPopupMenu> ChromeClientWinCE::createSearchPopupMenu(PopupMenuClient* client) const
400 return adoptRef(new SearchPopupMenuWin(client));
  /external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DownloadCFNet.cpp 63 CFURLDownloadClient client = {0, this, 0, 0, 0, didStartCallback, willSendRequestCallback, didReceiveAuthenticationChallengeCallback, local
66 m_download.adoptCF(CFURLDownloadCreate(0, cfRequest, &client));
68 // FIXME: Allow this to be changed by the client.
85 CFURLDownloadClient client = {0, this, 0, 0, 0, didStartCallback, willSendRequestCallback, didReceiveAuthenticationChallengeCallback,
89 m_download.adoptCF(CFURLDownloadCreateAndStartWithLoadingConnection(0, connection, initialRequest.cfURLRequest(), response.cfURLResponse(), &client));
  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
GeolocationPermissionRequestManager.cpp 62 WebFrame* webFrame = static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame();
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePageOverlay.h 43 // Page overlay client.
67 WK_EXPORT WKBundlePageOverlayRef WKBundlePageOverlayCreate(WKBundlePageOverlayClient* client);
  /frameworks/base/cmds/stagefright/
recordvideo.cpp 245 OMXClient client; local
246 CHECK_EQ(client.connect(), OK);
281 client.interface(), enc_meta, true /* createEncoder */, source);
293 client.disconnect();
  /frameworks/base/core/java/android/webkit/
HTML5VideoFullScreen.java 263 WebChromeClient client = webView.getWebChromeClient(); local
264 if (client != null) {
265 client.onShowCustomView(mLayout, mCallback);
271 mProgressView = client.getVideoLoadingProgressView();
  /frameworks/base/include/camera/
ICamera.h 40 // connect new client with existing camera remote
41 virtual status_t connect(const sp<ICameraClient>& client) = 0;
  /frameworks/base/include/media/
IMediaPlayerService.h 44 virtual sp<IMediaPlayer> create(pid_t pid, const sp<IMediaPlayerClient>& client, int audioSessionId = 0) = 0;
  /frameworks/base/include/media/stagefright/
DataSource.h 87 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {};
  /frameworks/base/include/private/surfaceflinger/
LayerState.h 73 sp<ISurfaceComposerClient> client; member in struct:android::ComposerState
  /frameworks/base/media/libmedia/
IMediaPlayerService.cpp 61 pid_t pid, const sp<IMediaPlayerClient>& client, int audioSessionId) {
65 data.writeStrongBinder(client->asBinder());
139 sp<IMediaPlayerClient> client = local
142 sp<IMediaPlayer> player = create(pid, client, audioSessionId);

Completed in 671 milliseconds

<<11121314151617181920>>