Searched refs:m_client (Results 1 - 25 of 291) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit2-7600.1.25/UIProcess/gtk/
H A DWebFullScreenClientGtk.cpp36 if (!m_client.willEnterFullScreen)
39 return m_client.willEnterFullScreen(m_client.base.clientInfo);
44 if (!m_client.willExitFullScreen)
47 return m_client.willExitFullScreen(m_client.base.clientInfo);
H A DWebInspectorClientGtk.cpp37 if (!m_client.openWindow)
39 return m_client.openWindow(toAPI(inspector), m_client.base.clientInfo);
44 if (!m_client.didClose)
46 m_client.didClose(toAPI(inspector), m_client.base.clientInfo);
51 if (!m_client.bringToFront)
53 return m_client.bringToFront(toAPI(inspector), m_client.base.clientInfo);
58 if (!m_client
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebCookieManagerProxyClient.cpp35 if (!m_client.cookiesDidChange)
38 m_client.cookiesDidChange(toAPI(cookieManager), m_client.base.clientInfo);
H A DWebBatteryProvider.cpp38 if (!m_client.startUpdating)
41 m_client.startUpdating(toAPI(batteryManager), m_client.base.clientInfo);
46 if (!m_client.stopUpdating)
49 m_client.stopUpdating(toAPI(batteryManager), m_client.base.clientInfo);
H A DWebVibrationProvider.cpp38 if (!m_client.vibrate)
41 m_client.vibrate(toAPI(vibration), vibrationTime, m_client.base.clientInfo);
46 if (!m_client.cancelVibration)
49 m_client.cancelVibration(toAPI(vibration), m_client.base.clientInfo);
H A DWebGeolocationProvider.cpp36 if (!m_client.startUpdating)
39 m_client.startUpdating(toAPI(geolocationManager), m_client.base.clientInfo);
44 if (!m_client.stopUpdating)
47 m_client.stopUpdating(toAPI(geolocationManager), m_client.base.clientInfo);
52 if (!m_client.setEnableHighAccuracy)
55 m_client.setEnableHighAccuracy(toAPI(geolocationManager), enabled, m_client.base.clientInfo);
H A DWebIconDatabaseClient.cpp36 if (!m_client.didChangeIconForPageURL)
39 m_client.didChangeIconForPageURL(toAPI(iconDatabase), toAPI(url), m_client.base.clientInfo);
44 if (!m_client.didRemoveAllIcons)
47 m_client.didRemoveAllIcons(toAPI(iconDatabase), m_client.base.clientInfo);
52 if (!m_client.iconDataReadyForPageURL)
55 m_client.iconDataReadyForPageURL(toAPI(iconDatabase), toAPI(url), m_client.base.clientInfo);
H A DWebContextClient.cpp36 if (!m_client.plugInAutoStartOriginHashesChanged)
39 m_client.plugInAutoStartOriginHashesChanged(toAPI(context), m_client.base.clientInfo);
44 if (!m_client.networkProcessDidCrash)
47 m_client.networkProcessDidCrash(toAPI(context), m_client.base.clientInfo);
52 if (!m_client.plugInInformationBecameAvailable)
58 m_client.plugInInformationBecameAvailable(toAPI(context), toAPI(plugInInfo), m_client.base.clientInfo);
63 if (!m_client
[all...]
H A DWebContextConnectionClient.cpp35 if (!m_client.didCreateConnection)
38 m_client.didCreateConnection(toAPI(context), toAPI(connection), m_client.base.clientInfo);
H A DWebTextCheckerClient.cpp40 if (!m_client.continuousSpellCheckingAllowed)
43 return m_client.continuousSpellCheckingAllowed(m_client.base.clientInfo);
48 if (!m_client.continuousSpellCheckingEnabled)
51 return m_client.continuousSpellCheckingEnabled(m_client.base.clientInfo);
56 if (!m_client.setContinuousSpellCheckingEnabled)
59 m_client.setContinuousSpellCheckingEnabled(enabled, m_client.base.clientInfo);
64 if (!m_client
[all...]
H A DWebColorPicker.cpp34 : m_client(client)
45 m_client = 0;
50 if (!m_client)
53 m_client->didEndColorPicker();
58 if (!m_client)
61 m_client->didChooseColor(color);
H A DWebDatabaseManagerProxyClient.cpp35 if (!m_client.didModifyOrigin)
38 m_client.didModifyOrigin(toAPI(databaseManager), toAPI(origin), m_client.base.clientInfo);
43 if (!m_client.didModifyDatabase)
46 m_client.didModifyDatabase(toAPI(databaseManager), toAPI(origin), toAPI(databaseIdentifier.impl()), m_client.base.clientInfo);
H A DWebFindClient.cpp35 if (!m_client.didFindString)
38 m_client.didFindString(toAPI(page), toAPI(string.impl()), matchCount, m_client.base.clientInfo);
43 if (!m_client.didFailToFindString)
46 m_client.didFailToFindString(toAPI(page), toAPI(string.impl()), m_client.base.clientInfo);
51 if (!m_client.didCountStringMatches)
54 m_client.didCountStringMatches(toAPI(page), toAPI(string.impl()), matchCount, m_client.base.clientInfo);
59 if (!m_client
[all...]
H A DWebContextInjectedBundleClient.cpp38 if (!m_client.didReceiveMessageFromInjectedBundle)
41 m_client.didReceiveMessageFromInjectedBundle(toAPI(context), toAPI(messageName.impl()), toAPI(messageBody), m_client.base.clientInfo);
46 if (!m_client.didReceiveSynchronousMessageFromInjectedBundle)
50 m_client.didReceiveSynchronousMessageFromInjectedBundle(toAPI(context), toAPI(messageName.impl()), toAPI(messageBody), &returnDataRef, m_client.base.clientInfo);
56 if (!m_client.getInjectedBundleInitializationUserData)
59 return toImpl(m_client.getInjectedBundleInitializationUserData(toAPI(context), m_client.base.clientInfo));
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Notifications/
H A DWebNotificationProvider.cpp41 if (!m_client.show)
44 m_client.show(toAPI(page), toAPI(notification), m_client.base.clientInfo);
49 if (!m_client.cancel)
52 m_client.cancel(toAPI(notification), m_client.base.clientInfo);
57 if (!m_client.didDestroyNotification)
60 m_client.didDestroyNotification(toAPI(notification), m_client.base.clientInfo);
65 if (!m_client
[all...]
/macosx-10.10/WebCore-7600.1.25/html/forms/
H A DFileIconLoader.cpp39 ASSERT(m_client);
40 m_client = 0;
45 if (m_client)
46 m_client->updateRendering(icon);
50 : m_client(&client)
/macosx-10.10/WebCore-7600.1.25/loader/
H A DThreadableLoaderClientWrapper.h51 m_client = 0;
61 if (m_client)
62 m_client->didSendData(bytesSent, totalBytesToBeSent);
67 if (m_client)
68 m_client->didReceiveResponse(identifier, response);
73 if (m_client)
74 m_client->didReceiveData(data, dataLength);
80 if (m_client)
81 m_client->didFinishLoading(identifier, finishTime);
87 if (m_client)
118 ThreadableLoaderClient* m_client; member in class:WebCore::ThreadableLoaderClientWrapper
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DWebViewClient.cpp48 if (!m_client.viewNeedsDisplay)
51 m_client.viewNeedsDisplay(toAPI(view), toAPI(area), m_client.base.clientInfo);
56 if (!m_client.didChangeContentsSize)
59 m_client.didChangeContentsSize(toAPI(view), toAPI(size), m_client.base.clientInfo);
64 if (!m_client.webProcessCrashed)
67 m_client.webProcessCrashed(toAPI(view), adoptWK(toCopiedURLAPI(url)).get(), m_client.base.clientInfo);
72 if (!m_client
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebConnectionClient.cpp37 if (!m_client.didReceiveMessage)
40 m_client.didReceiveMessage(toAPI(connection), toAPI(messageName.impl()), toAPI(messageBody), m_client.base.clientInfo);
45 if (!m_client.didClose)
48 m_client.didClose(toAPI(connection), m_client.base.clientInfo);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DWebColorPickerClient.cpp34 if (!m_client.showColorPicker)
37 m_client.showColorPicker(toAPI(webView), toAPI(color.impl()), listener, m_client.base.clientInfo);
42 if (!m_client.endColorPicker)
45 m_client.endColorPicker(toAPI(webView), m_client.base.clientInfo);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleClient.cpp35 if (!m_client.didCreatePage)
38 m_client.didCreatePage(toAPI(bundle), toAPI(page), m_client.base.clientInfo);
43 if (!m_client.willDestroyPage)
46 m_client.willDestroyPage(toAPI(bundle), toAPI(page), m_client.base.clientInfo);
51 if (!m_client.didInitializePageGroup)
54 m_client.didInitializePageGroup(toAPI(bundle), toAPI(pageGroup), m_client.base.clientInfo);
59 if (!m_client
[all...]
H A DInjectedBundlePageLoaderClient.cpp48 if (!m_client.willLoadURLRequest)
51 m_client.willLoadURLRequest(toAPI(page), toAPI(request), toAPI(userData), m_client.base.clientInfo);
62 if (!m_client.willLoadDataRequest)
71 m_client.willLoadDataRequest(toAPI(page), toAPI(request), toAPI(data.get()), toAPI(MIMEType.impl()), toAPI(encodingName.impl()), toURLRef(unreachableURL.string().impl()), toAPI(userData), m_client.base.clientInfo);
76 if (!m_client.shouldGoToBackForwardListItem)
80 bool result = m_client.shouldGoToBackForwardListItem(toAPI(page), toAPI(item), &userDataToPass, m_client.base.clientInfo);
88 if (!m_client
[all...]
H A DInjectedBundlePageResourceLoadClient.cpp38 if (!m_client.didInitiateLoadForResource)
41 m_client.didInitiateLoadForResource(toAPI(page), toAPI(frame), identifier, toAPI(request), pageIsProvisionallyLoading, m_client.base.clientInfo);
46 if (!m_client.willSendRequestForFrame)
49 RefPtr<API::URLRequest> returnedRequest = adoptRef(toImpl(m_client.willSendRequestForFrame(toAPI(page), toAPI(frame), identifier, toAPI(request), toAPI(redirectResponse), m_client.base.clientInfo)));
58 if (!m_client.didReceiveResponseForResource)
61 m_client.didReceiveResponseForResource(toAPI(page), toAPI(frame), identifier, toAPI(response), m_client.base.clientInfo);
66 if (!m_client
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Network/CustomProtocols/soup/
H A DWebSoupCustomProtocolRequestManagerClient.cpp29 if (!m_client.startLoading)
33 m_client.startLoading(toAPI(soupRequestManager), customProtocolID, toAPI(urlRequest.get()), m_client.base.clientInfo);
39 if (m_client.stopLoading)
40 m_client.stopLoading(toAPI(soupRequestManager), customProtocolID, m_client.base.clientInfo);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/soup/
H A DWebSoupRequestManagerClient.cpp29 if (!m_client.didReceiveURIRequest)
32 m_client.didReceiveURIRequest(toAPI(soupRequestManager), toAPI(url), toAPI(initiaingPage), requestID, m_client.base.clientInfo);
38 if (m_client.didFailToLoadURIRequest)
39 m_client.didFailToLoadURIRequest(toAPI(soupRequestManager), requestID, m_client.base.clientInfo);

Completed in 220 milliseconds

1234567891011>>