HomeSort by relevance Sort by last modified time
    Searched refs:WEBKIT_CHILD_EXPORT (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/webkit/child/
webkit_child_export.h 12 #define WEBKIT_CHILD_EXPORT __declspec(dllexport)
14 #define WEBKIT_CHILD_EXPORT __declspec(dllimport)
19 #define WEBKIT_CHILD_EXPORT __attribute__((visibility("default")))
21 #define WEBKIT_CHILD_EXPORT
26 #define WEBKIT_CHILD_EXPORT
webkit_child_helpers.h 9 #include "webkit/child/webkit_child_export.h"
17 WEBKIT_CHILD_EXPORT size_t MemoryUsageKB();
webthread_impl.h 12 #include "webkit/child/webkit_child_export.h"
37 WEBKIT_CHILD_EXPORT explicit WebThreadImpl(const char* name);
38 WEBKIT_CHILD_EXPORT virtual ~WebThreadImpl();
55 WEBKIT_CHILD_EXPORT explicit WebThreadImplForMessageLoop(
57 WEBKIT_CHILD_EXPORT virtual ~WebThreadImplForMessageLoop();
resource_loader_bridge.h 32 #include "webkit/child/webkit_child_export.h"
43 struct WEBKIT_CHILD_EXPORT RequestInfo {
109 WEBKIT_CHILD_EXPORT SyncLoadResponse();
110 WEBKIT_CHILD_EXPORT ~SyncLoadResponse();
185 WEBKIT_CHILD_EXPORT virtual ~ResourceLoaderBridge();
224 WEBKIT_CHILD_EXPORT ResourceLoaderBridge();
web_discardable_memory_impl.h 11 #include "webkit/child/webkit_child_export.h"
21 class WEBKIT_CHILD_EXPORT WebDiscardableMemoryImpl
worker_task_runner.h 15 #include "webkit/child/webkit_child_export.h"
19 class WEBKIT_CHILD_EXPORT WorkerTaskRunner {
28 class WEBKIT_CHILD_EXPORT Observer {
weburlrequest_extradata_impl.h 12 #include "webkit/child/webkit_child_export.h"
18 class WEBKIT_CHILD_EXPORT WebURLRequestExtraDataImpl :
fling_animator_impl_android.h 14 #include "webkit/child/webkit_child_export.h"
22 class WEBKIT_CHILD_EXPORT FlingAnimatorImpl : public WebKit::WebGestureCurve {
touch_fling_gesture_curve.h 12 #include "webkit/child/webkit_child_export.h"
27 WEBKIT_CHILD_EXPORT static WebGestureCurve* Create(
webkitplatformsupport_child_impl.h 10 #include "webkit/child/webkit_child_export.h"
27 class WEBKIT_CHILD_EXPORT WebKitPlatformSupportChildImpl :
weburlresponse_extradata_impl.h 14 #include "webkit/child/webkit_child_export.h"
19 class WEBKIT_CHILD_EXPORT WebURLResponseExtraDataImpl :
multipart_response_delegate.h 56 #include "webkit/child/webkit_child_export.h"
68 class WEBKIT_CHILD_EXPORT MultipartResponseDelegate {
webkitplatformsupport_impl.h 16 #include "webkit/child/webkit_child_export.h"
31 class WEBKIT_CHILD_EXPORT WebKitPlatformSupportImpl :

Completed in 76 milliseconds