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

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
GamepadController.h 37 namespace blink { namespace
50 void bindToJavascript(blink::WebFrame*, const blink::WebString& classname);
65 blink::WebGamepads m_gamepads;
MockWebMIDIAccessor.cpp 39 using namespace blink;
45 DidStartSessionTask(WebTestRunner::MockWebMIDIAccessor* object, blink::WebMIDIAccessorClient* client, bool result)
58 blink::WebMIDIAccessorClient* m_client;
66 MockWebMIDIAccessor::MockWebMIDIAccessor(blink::WebMIDIAccessorClient* client, TestInterfaces* interfaces)
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.h 44 namespace blink { namespace
64 virtual void notifyAnimationStarted(double wallClockTime, double monotonicTime, blink::WebAnimation::TargetProperty) OVERRIDE;
65 virtual void notifyAnimationFinished(double wallClockTime, double monotonicTime, blink::WebAnimation::TargetProperty) OVERRIDE;
98 } // namespace blink
  /external/chromium_org/third_party/WebKit/public/platform/
WebMessagePortChannel.h 37 namespace blink { namespace
60 } // namespace blink
67 template<> struct OwnedPtrDeleter<blink::WebMessagePortChannel> {
68 static void deletePtr(blink::WebMessagePortChannel* channel)
  /external/chromium_org/third_party/WebKit/public/web/
WebGeolocationPermissionRequestManager.h 32 namespace blink { namespace
48 BLINK_EXPORT int add(const blink::WebGeolocationPermissionRequest&);
49 BLINK_EXPORT bool remove(const blink::WebGeolocationPermissionRequest&, int&);
50 BLINK_EXPORT bool remove(int, blink::WebGeolocationPermissionRequest&);
WebImageCache.h 36 namespace blink { namespace
42 // Methods of this interface can be only be used after blink::initialize()
43 // and before blink::shutdown() is called.
64 } // namespace blink
  /external/chromium_org/tools/deep_memory_profiler/sorters/
malloc.renderer-module.json 24 "name": "Blink-others",
  /external/chromium_org/webkit/child/
multipart_response_delegate.h 58 namespace blink { namespace
70 MultipartResponseDelegate(blink::WebURLLoaderClient* client,
71 blink::WebURLLoader* loader,
72 const blink::WebURLResponse& response,
88 static bool ReadMultipartBoundary(const blink::WebURLResponse& response,
95 const blink::WebURLResponse& response,
105 blink::WebURLLoaderClient* client_;
106 blink::WebURLLoader* loader_;
110 blink::WebURLResponse original_response_;
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_provider_impl.cc 18 blink::WebGraphicsContext3D* WebGraphicsContext3DProviderImpl::context3d() {
webgraphicscontext3d_in_process_command_buffer_impl.cc 75 const blink::WebGraphicsContext3D::Attributes& attributes,
88 const blink::WebGraphicsContext3D::Attributes& attributes) {
100 const blink::WebGraphicsContext3D::Attributes& attributes) {
113 const blink::WebGraphicsContext3D::Attributes& attributes,
134 const blink::WebGraphicsContext3D::Attributes& attributes,
412 blink::WebString WebGraphicsContext3DInProcessCommandBufferImpl::
416 return blink::WebString::fromUTF8(
597 info.name = blink::WebString::fromUTF8(name.get(), length);
624 info.name = blink::WebString::fromUTF8(name.get(), length);
641 blink::WebGraphicsContext3D::Attribute
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerListItem.java 105 public void setTextBlink(boolean blink) {
106 mTimerText.showTime(!blink);
109 public void setCircleBlink(boolean blink) {
110 mCircleView.setVisibility(blink ? INVISIBLE : VISIBLE);
  /external/chromium_org/components/autofill/content/renderer/
password_generation_agent.cc 36 const blink::WebFormElement& form,
37 std::vector<blink::WebInputElement>* passwords) {
39 blink::WebVector<blink::WebFormControlElement> control_elements;
44 blink::WebInputElement* input_element =
106 void PasswordGenerationAgent::DidFinishDocumentLoad(blink::WebFrame* frame) {
125 void PasswordGenerationAgent::DidFinishLoad(blink::WebFrame* frame) {
131 blink::WebVector<blink::WebFormElement> forms;
152 std::vector<blink::WebInputElement> passwords
    [all...]
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 335 blink::WebString EventTypeToString(PP_NaClEventType event_type) {
338 return blink::WebString::fromUTF8("loadstart");
340 return blink::WebString::fromUTF8("progress");
342 return blink::WebString::fromUTF8("error");
344 return blink::WebString::fromUTF8("abort");
346 return blink::WebString::fromUTF8("load");
348 return blink::WebString::fromUTF8("loadend");
350 return blink::WebString::fromUTF8("crash");
353 return blink::WebString();
368 blink::WebPluginContainer* container = plugin_instance->GetContainer()
    [all...]
  /external/chromium_org/content/browser/gamepad/
gamepad_standard_mappings_mac.mm 17 void DpadFromAxis(blink::WebGamepad* mapped, float dir) {
37 const blink::WebGamepad& input,
38 blink::WebGamepad* mapped) {
58 const blink::WebGamepad& input,
59 blink::WebGamepad* mapped) {
85 const blink::WebGamepad& input,
86 blink::WebGamepad* mapped) {
98 const blink::WebGamepad& input,
99 blink::WebGamepad* mapped) {
138 const blink::WebGamepad& input
    [all...]
  /external/chromium_org/components/plugins/renderer/
plugin_placeholder.cc 29 using blink::WebElement;
30 using blink::WebFrame;
31 using blink::WebMouseEvent;
32 using blink::WebNode;
33 using blink::WebPlugin;
34 using blink::WebPluginContainer;
35 using blink::WebPluginParams;
36 using blink::WebScriptSource;
37 using blink::WebURLRequest;
242 blink::WebFrame* PluginPlaceholder::GetFrame() { return frame_;
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory.cc 117 blink::WebIDBDataLoss data_loss;
128 IndexedDBDatabaseError(blink::WebIDBDatabaseExceptionUnknownError,
154 blink::WebIDBDataLoss data_loss;
165 IndexedDBDatabaseError(blink::WebIDBDatabaseExceptionUnknownError,
176 blink::WebIDBDatabaseExceptionUnknownError,
218 blink::WebIDBDataLoss* data_loss,
268 blink::WebIDBDataLoss data_loss =
269 blink::WebIDBDataLossNone;
283 IndexedDBDatabaseError(blink::WebIDBDatabaseExceptionQuotaError,
290 blink::WebIDBDatabaseExceptionUnknownError
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
input_router_impl.h 95 void FilterAndSendWebInputEvent(const blink::WebInputEvent& input_event,
102 void OfferToHandlers(const blink::WebInputEvent& input_event,
107 bool OfferToOverscrollController(const blink::WebInputEvent& input_event,
111 bool OfferToClient(const blink::WebInputEvent& input_event,
116 bool OfferToRenderer(const blink::WebInputEvent& input_event,
121 void OnInputEventAck(blink::WebInputEvent::Type event_type,
140 void ProcessInputEventAck(blink::WebInputEvent::Type event_type,
146 void ProcessKeyboardAck(blink::WebInputEvent::Type type,
150 void ProcessMouseAck(blink::WebInputEvent::Type type,
160 void ProcessGestureAck(blink::WebInputEvent::Type type
    [all...]
synthetic_gesture_controller_unittest.cc 148 const blink::WebInputEvent* web_event = event.web_event.get();
149 ASSERT_EQ(web_event->type, blink::WebInputEvent::MouseWheel);
150 const blink::WebMouseWheelEvent* mouse_wheel_event =
151 static_cast<const blink::WebMouseWheelEvent*>(web_event);
165 const blink::WebInputEvent* web_event = event.web_event.get();
166 ASSERT_TRUE(blink::WebInputEvent::isTouchEventType(web_event->type));
167 const blink::WebTouchEvent* touch_event =
168 static_cast<const blink::WebTouchEvent*>(web_event);
172 ASSERT_EQ(touch_event->type, blink::WebInputEvent::TouchStart);
177 ASSERT_NE(touch_event->type, blink::WebInputEvent::TouchStart)
    [all...]
  /external/chromium_org/content/renderer/
savable_resources.cc 23 using blink::WebDocument;
24 using blink::WebElement;
25 using blink::WebFrame;
26 using blink::WebInputElement;
27 using blink::WebNode;
28 using blink::WebNodeCollection;
29 using blink::WebNodeList;
30 using blink::WebString;
31 using blink::WebVector;
32 using blink::WebView
    [all...]
render_widget.h 52 namespace blink { namespace
82 NON_EXPORTED_BASE(virtual public blink::WebWidgetClient),
88 blink::WebPopupType popup_type,
89 const blink::WebScreenInfo& screen_info);
92 static blink::WebWidget* CreateWebWidget(RenderWidget* render_widget);
109 blink::WebWidget* webwidget() const { return webwidget_; }
122 // blink::WebWidgetClient
125 virtual void didInvalidateRect(const blink::WebRect&);
127 const blink::WebRect& clipRect);
128 virtual void didAutoResize(const blink::WebSize& new_size)
    [all...]
  /external/chromium_org/content/test/
image_decoder_test.cc 54 void SaveMD5Sum(const base::FilePath& path, const blink::WebImage& web_image) {
72 void VerifyImage(const blink::WebImageDecoder& decoder,
84 blink::WebImage web_image = decoder.getFrameAtIndex(frame_index);
182 scoped_ptr<blink::WebImageDecoder> decoder(CreateWebKitImageDecoder());
189 blink::WebData partial_data(
197 decoder->setData(const_cast<blink::WebData&>(partial_data), false);
202 blink::WebData data(reinterpret_cast<const char*>(&(image_contents.at(0))),
204 decoder->setData(const_cast<blink::WebData&>(data), true);
220 blink::WebSize size(decoder->getImage(desired_frame_index).size());
221 const blink::WebImage& image = blink::WebImage::fromData(data, size)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoader.cpp 151 m_loader = adoptPtr(blink::Platform::current()->createURLLoader());
153 blink::WrappedResourceRequest wrappedRequest(m_request);
181 void ResourceLoader::didDownloadData(blink::WebURLLoader*, int length, int encodedDataLength)
206 m_loader->didChangePriority(static_cast<blink::WebURLRequest::Priority>(loadPriority));
257 void ResourceLoader::willSendRequest(blink::WebURLLoader*, blink::WebURLRequest& passedRequest, const blink::WebURLResponse& passedRedirectResponse)
280 void ResourceLoader::didReceiveCachedMetadata(blink::WebURLLoader*, const char* data, int length)
287 void ResourceLoader::didSendData(blink::WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent)
294 void ResourceLoader::didReceiveResponse(blink::WebURLLoader*, const blink::WebURLResponse& response
    [all...]
  /external/chromium_org/android_webview/common/
print_messages.cc 29 print_scaling_option(blink::WebPrintScalingOptionSourceSize),
55 print_scaling_option = blink::WebPrintScalingOptionSourceSize;
  /external/chromium_org/chrome/browser/task_manager/
resource_provider.cc 27 blink::WebCache::ResourceTypeStats Resource::GetWebCoreCacheStats() const {
28 return blink::WebCache::ResourceTypeStats();
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
render_view_context_menu_views.cc 128 blink::WebTextDirectionRightToLeft :
129 blink::WebTextDirectionLeftToRight);
144 blink::WebContextMenuData::CheckableMenuItemChecked) != 0;
147 blink::WebContextMenuData::CheckableMenuItemChecked) != 0;
150 blink::WebContextMenuData::CheckableMenuItemChecked) != 0;
163 blink::WebContextMenuData::CheckableMenuItemEnabled;
166 blink::WebContextMenuData::CheckableMenuItemEnabled;
169 blink::WebContextMenuData::CheckableMenuItemEnabled;

Completed in 1202 milliseconds

<<31323334353637383940>>