/external/webkit/Source/WebCore/platform/gtk/ |
PopupMenuGtk.h | 50 PopupMenuClient* client() const { return m_popupClient; } function in class:WebCore::PopupMenuGtk
|
/external/webkit/Source/WebKit/chromium/public/ |
WebCommonWorkerClient.h | 81 virtual WebWorker* createWorker(WebWorkerClient* client) = 0;
|
/external/webkit/Source/WebKit/chromium/src/ |
ApplicationCacheHostInternal.h | 53 m_outerHost.set(webFrame->client()->createApplicationCacheHost(webFrame, this));
|
AsyncFileSystemChromium.cpp | 116 FileWriterHelperCallbacks(AsyncFileWriterClient* client, const String& path, WebKit::WebFileSystem* webFileSystem, PassOwnPtr<WebCore::AsyncFileSystemCallbacks> callbacks) 117 : m_client(client) 168 void AsyncFileSystemChromium::createWriter(AsyncFileWriterClient* client, const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) 170 m_webFileSystem->readMetadata(path, new FileWriterHelperCallbacks(client, path, m_webFileSystem, callbacks));
|
WebDevToolsFrontendImpl.h | 63 WebKit::WebDevToolsFrontendClient* client,
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
DragClientGtk.cpp | 46 static gboolean dragIconWindowDrawEventCallback(GtkWidget* widget, GdkEventExpose* event, DragClient* client) 49 client->drawDragIconWindow(widget, context.get()); 53 static gboolean dragIconWindowDrawEventCallback(GtkWidget* widget, cairo_t* context, DragClient* client) 57 client->drawDragIconWindow(widget, context);
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DeviceOrientationProviderQt.cpp | 79 connect(DeviceOrientationClientMockQt::client(), SIGNAL(mockOrientationChanged(DeviceOrientation*)), SLOT(changeDeviceOrientation(DeviceOrientation*)));
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKCookieManager.h | 42 // Cookie Manager Client 54 WK_EXPORT void WKCookieManagerSetClient(WKCookieManagerRef cookieManager, const WKCookieManagerClient* client);
|
WKIconDatabase.h | 35 // IconDatabase Client. 49 WK_EXPORT void WKIconDatabaseSetIconDatabaseClient(WKIconDatabaseRef iconDatabase, const WKIconDatabaseClient* client);
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
WKBundle.h | 36 // Client 54 WK_EXPORT void WKBundleSetClient(WKBundleRef bundle, WKBundleClient * client);
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
InjectedBundleBackForwardList.cpp | 76 static_cast<WebBackForwardListProxy*>(page->backForward()->client())->clear();
|
/frameworks/base/include/media/stagefright/ |
FileSource.h | 43 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
X509KeyManagerImpl.java | 19 private String client = "CLIENT"; field in class:X509KeyManagerImpl 94 if (keyType.equals(client)) { 121 if (s.equals(client)) { 146 if (as.length == 1 && as[0].equals(client)) {
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
UrlOpener.java | 28 import org.apache.http.client.ClientProtocolException; 29 import org.apache.http.client.methods.HttpGet; 30 import org.apache.http.client.protocol.ClientContext; 31 import org.apache.http.impl.client.DefaultHttpClient; 71 * This implementation relies on the Apache Http Client due to its 77 * - {@code http://hc.apache.org/httpcomponents-client-ga/} <br/> 78 * - {@code http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/conn/ProxySelectorRoutePlanner.html} 202 // in case another pass to the Http Client will be performed, close the entity. 205 // since no pass to the Http Client is needed, retrieve the 217 // since Http Client is no longer needed, close i [all...] |
/external/kernel-headers/original/linux/ |
i2c.h | 89 extern s32 i2c_smbus_write_quick(struct i2c_client * client, u8 value); 90 extern s32 i2c_smbus_read_byte(struct i2c_client * client); 91 extern s32 i2c_smbus_write_byte(struct i2c_client * client, u8 value); 92 extern s32 i2c_smbus_read_byte_data(struct i2c_client * client, u8 command); 93 extern s32 i2c_smbus_write_byte_data(struct i2c_client * client, 95 extern s32 i2c_smbus_read_word_data(struct i2c_client * client, u8 command); 96 extern s32 i2c_smbus_write_word_data(struct i2c_client * client, 98 extern s32 i2c_smbus_write_block_data(struct i2c_client * client, 102 extern s32 i2c_smbus_read_i2c_block_data(struct i2c_client * client, 104 extern s32 i2c_smbus_write_i2c_block_data(struct i2c_client * client, [all...] |
/development/tools/emulator/system/libqemu/ |
tests.mk | 4 # anything it receives from the client.
|
/external/v8/src/ |
debug-agent.h | 91 DebuggerAgentSession(Isolate* isolate, DebuggerAgent* agent, Socket* client) 93 agent_(agent), client_(client) {}
|
/external/valgrind/main/memcheck/tests/ |
describe-block.stderr.exp | 4 Address 0x........ is 0 bytes inside a magic foople zone of size 4,096 client-defined
|
/external/valgrind/main/none/tests/ |
fdleak_ipv4.c | 39 void client () function 83 client();
|
/external/valgrind/tsan/ |
tsan_dynamorio.sh | 44 -client $TS_ROOT/bin/$ARCH-linux-debug-ts_dynamorio.so 0 "$TS_FLAGS" \
|
/external/webkit/Source/WebCore/bindings/ |
ScriptControllerBase.cpp | 42 const bool allowed = m_frame->loader()->client()->allowJavaScript(settings && settings->isJavaScriptEnabled()); 44 m_frame->loader()->client()->didNotAllowScript();
|
/external/webkit/Source/WebCore/dom/ |
DeviceMotionController.cpp | 35 DeviceMotionController::DeviceMotionController(DeviceMotionClient* client) 36 : m_client(client) 66 // If no client is present or the client already has motion data,
|
DeviceOrientationController.cpp | 35 DeviceOrientationController::DeviceOrientationController(Page* page, DeviceOrientationClient* client) 37 , m_client(client) 66 // If the client already has an orientation, we should fire an event with that 68 // waiting for the client to get a new orientation. 75 // The client must not call back synchronously.
|
/external/webkit/Source/WebCore/inspector/ |
InspectorState.cpp | 38 InspectorState::InspectorState(InspectorClient* client) 39 : m_client(client)
|
/external/webkit/Source/WebCore/loader/ |
WorkerThreadableLoader.h | 60 static PassRefPtr<WorkerThreadableLoader> create(WorkerContext* workerContext, ThreadableLoaderClient* client, const String& taskMode, const ResourceRequest& request, const ThreadableLoaderOptions& options) 62 return adoptRef(new WorkerThreadableLoader(workerContext, client, taskMode, request, options)); 93 // The ThreadableLoaderClientWrapper has the underlying client cleared, so no more calls
|