HomeSort by relevance Sort by last modified time
    Searched full:blink (Results 451 - 475 of 3155) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/platform/plugins/
PluginListBuilder.h 40 class PluginListBuilder : public blink::WebPluginListBuilder {
45 virtual void addPlugin(const blink::WebString& name, const blink::WebString& description, const blink::WebString& fileName);
46 virtual void addMediaTypeToLastPlugin(const blink::WebString& name, const blink::WebString& description);
47 virtual void addFileExtensionToLastMediaType(const blink::WebString& extension);
  /external/chromium_org/third_party/WebKit/Source/web/
ApplicationCacheHostInternal.h 40 class ApplicationCacheHostInternal : public blink::WebApplicationCacheHostClient {
45 blink::WebFrameImpl* webFrame = blink::WebFrameImpl::fromFrame(host->m_documentLoader->frame());
55 virtual void notifyEventListener(blink::WebApplicationCacheHost::EventID eventID)
60 virtual void notifyProgressEventListener(const blink::WebURL&, int progressTotal, int progressDone)
65 static blink::WebApplicationCacheHost* toWebApplicationCacheHost(ApplicationCacheHost* innerHost)
75 OwnPtr<blink::WebApplicationCacheHost> m_outerHost;
StorageAreaProxy.h 31 namespace blink { namespace
47 StorageAreaProxy(PassOwnPtr<blink::WebStorageArea>, StorageType);
65 SecurityOrigin*, const KURL& pageURL, blink::WebStorageArea* sourceAreaInstance, bool originatedInProcess);
68 SecurityOrigin*, const KURL& pageURL, const blink::WebStorageNamespace&,
69 blink::WebStorageArea* sourceAreaInstance, bool originatedInProcess);
72 static bool isEventSource(Storage*, blink::WebStorageArea* sourceAreaInstance);
74 OwnPtr<blink::WebStorageArea> m_storageArea;
WebDevToolsFrontendImpl.h 42 namespace blink { namespace
50 class WebDevToolsFrontendImpl : public blink::WebDevToolsFrontend {
54 blink::WebViewImpl* webViewImpl,
55 blink::WebDevToolsFrontendClient* client,
68 blink::WebViewImpl* m_webViewImpl;
69 blink::WebDevToolsFrontendClient* m_client;
76 } // namespace blink
WebFileChooserCompletionImpl.h 40 using blink::WebFileChooserCompletion;
41 using blink::WebString;
42 using blink::WebVector;
44 namespace blink { namespace
56 } // namespace blink
  /external/chromium_org/chrome/renderer/net/
net_error_helper.h 18 namespace blink { namespace
31 virtual void DidStartProvisionalLoad(blink::WebFrame* frame) OVERRIDE;
33 blink::WebFrame* frame,
34 const blink::WebURLError& error) OVERRIDE;
36 blink::WebFrame* frame,
38 virtual void DidFinishLoad(blink::WebFrame* frame) OVERRIDE;
49 blink::WebFrame* frame,
50 const blink::WebURLError& error,
74 blink::WebURLError GetUpdatedError() const;
97 blink::WebURLError last_error_
    [all...]
  /external/chromium_org/content/child/
quota_dispatcher.cc 21 using blink::WebStorageQuotaCallbacks;
22 using blink::WebStorageQuotaError;
23 using blink::WebStorageQuotaType;
37 WebStorageQuotaDispatcherCallback(blink::WebStorageQuotaCallbacks* callback)
54 blink::WebStorageQuotaCallbacks* callbacks_;
138 blink::WebStorageQuotaCallbacks* callbacks) {
170 COMPILE_ASSERT(int(blink::WebStorageQuotaTypeTemporary) == \
172 COMPILE_ASSERT(int(blink::WebStorageQuotaTypePersistent) == \
175 COMPILE_ASSERT(int(blink::WebStorageQuotaErrorNotSupported) == \
177 COMPILE_ASSERT(int(blink::WebStorageQuotaErrorAbort) ==
    [all...]
  /external/chromium_org/content/common/indexed_db/
indexed_db_key.cc 12 using blink::WebIDBKey;
13 using blink::WebIDBKeyType;
14 using blink::WebIDBKeyTypeArray;
15 using blink::WebIDBKeyTypeBinary;
16 using blink::WebIDBKeyTypeDate;
17 using blink::WebIDBKeyTypeInvalid;
18 using blink::WebIDBKeyTypeMin;
19 using blink::WebIDBKeyTypeNull;
20 using blink::WebIDBKeyTypeNumber;
21 using blink::WebIDBKeyTypeString
    [all...]
  /external/chromium_org/content/renderer/
internal_document_state_data.h 16 namespace blink { namespace
30 static InternalDocumentStateData* FromDataSource(blink::WebDataSource* ds);
92 blink::WebURLRequest::CachePolicy cache_policy) {
96 blink::WebURLRequest::CachePolicy cache_policy_override() const {
101 cache_policy_override_ = blink::WebURLRequest::UseProtocolCachePolicy;
110 blink::WebReferrerPolicy referrer_policy() const {
113 void set_referrer_policy(blink::WebReferrerPolicy referrer_policy) {
118 referrer_policy_ = blink::WebReferrerPolicyDefault;
141 blink::WebURLRequest::CachePolicy cache_policy_override_;
143 blink::WebReferrerPolicy referrer_policy_
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.h 43 namespace blink { namespace
51 class PLATFORM_EXPORT Canvas2DLayerBridge : public blink::WebExternalTextureLayerClient, public SkDeferredCanvas::NotificationClient, public DoublyLinkedListNode<Canvas2DLayerBridge>, public RefCounted<Canvas2DLayerBridge> {
57 // blink::WebExternalTextureLayerClient implementation.
58 virtual blink::WebGraphicsContext3D* context() OVERRIDE;
59 virtual bool prepareMailbox(blink::WebExternalTextureMailbox*, blink::WebExternalBitmap*) OVERRIDE;
60 virtual void mailboxReleased(const blink::WebExternalTextureMailbox&) OVERRIDE;
72 blink::WebLayer* layer() const;
90 OwnPtr<blink::WebExternalTextureLayer> m_layer;
112 blink::WebExternalTextureMailbox m_mailbox
    [all...]
  /external/chromium_org/chrome/renderer/prerender/
prerender_dispatcher.h 27 public blink::WebPrerenderingSupport {
48 virtual void add(const blink::WebPrerender& prerender) OVERRIDE;
49 virtual void cancel(const blink::WebPrerender& prerender) OVERRIDE;
50 virtual void abandon(const blink::WebPrerender& prerender) OVERRIDE;
53 std::map<int, blink::WebPrerender> prerenders_;
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_gtk.cc 41 empty_document.role = blink::WebAXRoleRootWebArea;
43 1 << blink::WebAXStateReadonly;
48 blink::WebAXEvent event_type,
55 case blink::WebAXEventChildrenChanged:
58 case blink::WebAXEventFocus:
  /external/chromium_org/content/browser/gamepad/
gamepad_test_helpers.h 24 explicit MockGamepadDataFetcher(const blink::WebGamepads& test_data);
29 virtual void GetGamepadData(blink::WebGamepads* pads,
37 void SetTestData(const blink::WebGamepads& new_data);
41 blink::WebGamepads test_data_;
66 explicit GamepadServiceTestConstructor(const blink::WebGamepads& test_data);
  /external/chromium_org/content/child/service_worker/
service_worker_dispatcher.h 17 namespace blink { namespace
45 blink::WebServiceWorkerProvider::WebServiceWorkerCallbacks* callbacks);
49 blink::WebServiceWorkerProvider::WebServiceWorkerCallbacks* callbacks);
67 blink::WebServiceWorkerError::ErrorType error_type,
70 IDMap<blink::WebServiceWorkerProvider::WebServiceWorkerCallbacks,
  /external/chromium_org/content/renderer/media/
renderer_webaudiodevice_impl.h 22 : public blink::WebAudioDevice,
26 blink::WebAudioDevice::RenderCallback* callback,
30 // blink::WebAudioDevice implementation.
49 blink::WebAudioDevice::RenderCallback* const client_callback_;
52 // blink::WebAudioDevice implementation are called on the same thread.
webcontentdecryptionmodulesession_impl.h 24 : public blink::WebContentDecryptionModuleSession {
35 // blink::WebContentDecryptionModuleSession implementation.
36 virtual blink::WebString sessionId() const OVERRIDE;
37 virtual void generateKeyRequest(const blink::WebString& mime_type,
60 blink::WebString web_session_id_;
  /external/chromium_org/content/renderer/pepper/
event_conversion.h 20 namespace blink { namespace
30 void CreateInputEventData(const blink::WebInputEvent& event,
35 blink::WebInputEvent* CreateWebInputEvent(const ppapi::InputEventData& event);
40 std::vector<linked_ptr<blink::WebInputEvent> > CreateSimulatedWebInputEvents(
47 PP_InputEvent_Class ClassifyInputEvent(blink::WebInputEvent::Type type);
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.cc 34 using blink::Platform;
35 using blink::WebBlobRegistry;
36 using blink::WebClipboard;
37 using blink::WebFileInfo;
38 using blink::WebFileSystem;
39 using blink::WebFileUtilities;
40 using blink::WebMessagePortChannel;
41 using blink::WebMimeRegistry;
42 using blink::WebSandboxSupport;
43 using blink::WebStorageNamespace
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/
bindings.gypi 253 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSourcesAll.cpp',
257 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources01.cpp',
258 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources02.cpp',
259 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources03.cpp',
260 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources04.cpp',
261 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources05.cpp',
262 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources06.cpp',
263 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources07.cpp',
264 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources08.cpp',
265 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources09.cpp'
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorker.h 40 namespace blink { namespace
48 static PassRefPtr<ServiceWorker> create(PassOwnPtr<blink::WebServiceWorker> worker)
54 typedef blink::WebServiceWorker WebType;
63 explicit ServiceWorker(PassOwnPtr<blink::WebServiceWorker>);
65 OwnPtr<blink::WebServiceWorker> m_outerWorker;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkiaUtils.cpp 61 // keep this array in sync with blink::WebBlendMode enum in public/platform/WebBlendMode.h
63 SkXfermode::kClear_Mode, // blink::WebBlendModeNormal
64 SkXfermode::kMultiply_Mode, // blink::WebBlendModeMultiply
65 SkXfermode::kScreen_Mode, // blink::WebBlendModeScreen
66 SkXfermode::kOverlay_Mode, // blink::WebBlendModeOverlay
67 SkXfermode::kDarken_Mode, // blink::WebBlendModeDarken
68 SkXfermode::kLighten_Mode, // blink::WebBlendModeLighten
69 SkXfermode::kColorDodge_Mode, // blink::WebBlendModeColorDodge
70 SkXfermode::kColorBurn_Mode, // blink::WebBlendModeColorBurn
71 SkXfermode::kHardLight_Mode, // blink::WebBlendModeHardLigh
    [all...]
  /external/chromium_org/webkit/child/
touch_fling_gesture_curve_unittest.cc 17 using blink::WebFloatPoint;
18 using blink::WebFloatSize;
19 using blink::WebGestureCurve;
20 using blink::WebGestureCurveTarget;
21 using blink::WebSize;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_nine_patch_layer_impl.cc 22 blink::WebLayer* WebNinePatchLayerImpl::layer() { return layer_.get(); }
25 const blink::WebRect& aperture) {
28 setBorder(blink::WebRect(aperture.x, aperture.y,
39 void WebNinePatchLayerImpl::setAperture(const blink::WebRect& aperture) {
45 void WebNinePatchLayerImpl::setBorder(const blink::WebRect& border) {
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.h 33 namespace blink { namespace
47 explicit FrameReference(const blink::WebFrame* frame);
51 void Reset(const blink::WebFrame* frame);
53 blink::WebFrame* GetFrame();
54 blink::WebView* view();
57 blink::WebView* view_;
58 blink::WebString frame_name_;
73 void PrintNode(const blink::WebNode& node);
117 virtual void PrintPage(blink::WebFrame* frame, bool user_initiated) OVERRIDE;
156 blink::WebPrintScalingOption GetPrintScalingOption
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.h 31 namespace blink { namespace
45 explicit FrameReference(const blink::WebFrame* frame);
49 void Reset(const blink::WebFrame* frame);
51 blink::WebFrame* GetFrame();
52 blink::WebView* view();
55 blink::WebView* view_;
56 blink::WebString frame_name_;
71 void PrintNode(const blink::WebNode& node);
115 virtual void PrintPage(blink::WebFrame* frame, bool user_initiated) OVERRIDE;
154 blink::WebPrintScalingOption GetPrintScalingOption
    [all...]

Completed in 625 milliseconds

<<11121314151617181920>>