HomeSort by relevance Sort by last modified time
    Searched refs:PassRefPtrWillBeRawPtr (Results 1 - 25 of 1350) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBorderImage.h 29 PassRefPtrWillBeRawPtr<CSSValueList> createBorderImageValue(PassRefPtrWillBeRawPtr<CSSValue> image, PassRefPtrWillBeRawPtr<CSSValue> imageSlice, PassRefPtrWillBeRawPtr<CSSValue> borderSlice,
30 PassRefPtrWillBeRawPtr<CSSValue> outset, PassRefPtrWillBeRawPtr<CSSValue> repeat);
CSSShadowValue.h 35 static PassRefPtrWillBeRawPtr<CSSShadowValue> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> x,
36 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> y,
37 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> blur,
38 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> spread,
39 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> style,
40 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> color)
59 CSSShadowValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> x,
60 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> y,
61 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> blur
    [all...]
MediaQueryList.h 43 static PassRefPtrWillBeRawPtr<MediaQueryList> create(PassRefPtrWillBeRawPtr<MediaQueryMatcher>, PassRefPtrWillBeRawPtr<MediaQuerySet>, bool);
47 void addListener(PassRefPtrWillBeRawPtr<MediaQueryListListener>);
48 void removeListener(PassRefPtrWillBeRawPtr<MediaQueryListListener>);
55 MediaQueryList(PassRefPtrWillBeRawPtr<MediaQueryMatcher>, PassRefPtrWillBeRawPtr<MediaQuerySet>, bool matches);
RGBColor.h 40 static PassRefPtrWillBeRawPtr<RGBColor> create(unsigned rgbColor);
42 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> red();
43 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> green();
44 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> blue();
45 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> alpha();
DocumentFontFaceSet.cpp 33 PassRefPtrWillBeRawPtr<FontFaceSet> DocumentFontFaceSet::fonts(Document& document)
DocumentFontFaceSet.h 39 static PassRefPtrWillBeRawPtr<FontFaceSet> fonts(Document&);
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataTransferItemList.h 51 static PassRefPtrWillBeRawPtr<DataTransferItemList> create(PassRefPtrWillBeRawPtr<Clipboard>, PassRefPtrWillBeRawPtr<DataObject>);
55 PassRefPtrWillBeRawPtr<DataTransferItem> item(unsigned long index);
58 PassRefPtrWillBeRawPtr<DataTransferItem> add(const String& data, const String& type, ExceptionState&);
59 PassRefPtrWillBeRawPtr<DataTransferItem> add(PassRefPtrWillBeRawPtr<File>);
64 DataTransferItemList(PassRefPtrWillBeRawPtr<Clipboard>, PassRefPtrWillBeRawPtr<DataObject>);
DataTransferItem.h 51 static PassRefPtrWillBeRawPtr<DataTransferItem> create(PassRefPtrWillBeRawPtr<Clipboard>, PassRefPtrWillBeRawPtr<DataObjectItem>);
58 PassRefPtrWillBeRawPtr<Blob> getAsFile() const;
66 DataTransferItem(PassRefPtrWillBeRawPtr<Clipboard>, PassRefPtrWillBeRawPtr<DataObjectItem>);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationRecord.h 48 static PassRefPtrWillBeRawPtr<MutationRecord> createChildList(PassRefPtrWillBeRawPtr<Node> target, PassRefPtrWillBeRawPtr<StaticNodeList> added, PassRefPtrWillBeRawPtr<StaticNodeList> removed, PassRefPtrWillBeRawPtr<Node> previousSibling, PassRefPtrWillBeRawPtr<Node> nextSibling);
49 static PassRefPtrWillBeRawPtr<MutationRecord> createAttributes(PassRefPtrWillBeRawPtr<Node> target, const QualifiedName&, const AtomicString& oldValue);
50 static PassRefPtrWillBeRawPtr<MutationRecord> createCharacterData(PassRefPtrWillBeRawPtr<Node> target, const String& oldValue)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.h 50 void debug(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
51 void error(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
52 void info(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
53 void log(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
54 void clear(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
55 void warn(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
56 void dir(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
57 void dirxml(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
58 void table(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
59 void trace(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
AppendNodeCommand.h 35 static PassRefPtrWillBeRawPtr<AppendNodeCommand> create(PassRefPtrWillBeRawPtr<ContainerNode> parent, PassRefPtrWillBeRawPtr<Node> node)
43 AppendNodeCommand(PassRefPtrWillBeRawPtr<ContainerNode> parent, PassRefPtrWillBeRawPtr<Node>);
MergeIdenticalElementsCommand.h 35 static PassRefPtrWillBeRawPtr<MergeIdenticalElementsCommand> create(PassRefPtrWillBeRawPtr<Element> element1, PassRefPtrWillBeRawPtr<Element> element2)
43 MergeIdenticalElementsCommand(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Element>);
  /external/chromium_org/third_party/WebKit/Source/core/events/
TextEvent.h 40 static PassRefPtrWillBeRawPtr<TextEvent> create();
41 static PassRefPtrWillBeRawPtr<TextEvent> create(PassRefPtrWillBeRawPtr<AbstractView>, const String& data, TextEventInputType = TextEventInputKeyboard);
42 static PassRefPtrWillBeRawPtr<TextEvent> createForPlainTextPaste(PassRefPtrWillBeRawPtr<AbstractView>, const String& data, bool shouldSmartReplace);
43 static PassRefPtrWillBeRawPtr<TextEvent> createForFragmentPaste(PassRefPtrWillBeRawPtr<AbstractView>, PassRefPtrWillBeRawPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle);
44 static PassRefPtrWillBeRawPtr<TextEvent> createForDrop(PassRefPtrWillBeRawPtr<AbstractView>, const String& data)
    [all...]
EventDispatchMediator.h 47 static PassRefPtrWillBeRawPtr<EventDispatchMediator> create(PassRefPtrWillBeRawPtr<Event>);
54 explicit EventDispatchMediator(PassRefPtrWillBeRawPtr<Event>);
56 void setEvent(PassRefPtrWillBeRawPtr<Event> event) { m_event = event; };
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathEvaluator.h 46 static PassRefPtrWillBeRawPtr<XPathEvaluator> create()
51 PassRefPtrWillBeRawPtr<XPathExpression> createExpression(const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver>, ExceptionState&);
52 PassRefPtrWillBeRawPtr<XPathNSResolver> createNSResolver(Node* nodeResolver);
53 PassRefPtrWillBeRawPtr<XPathResult> evaluate(const String& expression, Node* contextNode,
54 PassRefPtrWillBeRawPtr<XPathNSResolver>, unsigned short type, XPathResult*, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioProcessingEvent.h 39 static PassRefPtrWillBeRawPtr<AudioProcessingEvent> create();
40 static PassRefPtrWillBeRawPtr<AudioProcessingEvent> create(PassRefPtrWillBeRawPtr<AudioBuffer> inputBuffer, PassRefPtrWillBeRawPtr<AudioBuffer> outputBuffer, double playbackTime);
54 AudioProcessingEvent(PassRefPtrWillBeRawPtr<AudioBuffer> inputBuffer, PassRefPtrWillBeRawPtr<AudioBuffer> outputBuffer, double playbackTime);
OfflineAudioCompletionEvent.h 39 static PassRefPtrWillBeRawPtr<OfflineAudioCompletionEvent> create();
40 static PassRefPtrWillBeRawPtr<OfflineAudioCompletionEvent> create(PassRefPtrWillBeRawPtr<AudioBuffer> renderedBuffer);
52 explicit OfflineAudioCompletionEvent(PassRefPtrWillBeRawPtr<AudioBuffer> renderedBuffer);
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIConnectionEvent.h 50 static PassRefPtrWillBeRawPtr<MIDIConnectionEvent> create();
51 static PassRefPtrWillBeRawPtr<MIDIConnectionEvent> create(const AtomicString&, PassRefPtrWillBeRawPtr<MIDIPort>);
52 static PassRefPtrWillBeRawPtr<MIDIConnectionEvent> create(const AtomicString&, const MIDIConnectionEventInit&);
54 PassRefPtrWillBeRawPtr<MIDIPort> port() { return m_port; }
62 MIDIConnectionEvent(const AtomicString&, PassRefPtrWillBeRawPtr<MIDIPort>);
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.h 44 static PassRefPtrWillBeRawPtr<AnimatableValue> create(CSSPropertyID, const RenderStyle&);
46 static PassRefPtrWillBeRawPtr<AnimatableValue> createFromColor(CSSPropertyID, const RenderStyle&);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAudioElement.h 38 static PassRefPtrWillBeRawPtr<HTMLAudioElement> create(Document&);
39 static PassRefPtrWillBeRawPtr<HTMLAudioElement> createForJSConstructor(Document&, const AtomicString& src);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaClient.h 44 virtual void requestUserMedia(PassRefPtrWillBeRawPtr<UserMediaRequest>) = 0;
46 virtual void requestMediaDevices(PassRefPtrWillBeRawPtr<MediaDevicesRequest>) = 0;
MediaStreamTrackEvent.h 39 static PassRefPtrWillBeRawPtr<MediaStreamTrackEvent> create();
40 static PassRefPtrWillBeRawPtr<MediaStreamTrackEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<MediaStreamTrack>);
51 MediaStreamTrackEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<MediaStreamTrack>);
RTCDataChannelEvent.h 38 static PassRefPtrWillBeRawPtr<RTCDataChannelEvent> create();
39 static PassRefPtrWillBeRawPtr<RTCDataChannelEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<RTCDataChannel>);
49 RTCDataChannelEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<RTCDataChannel>);
RTCIceCandidateEvent.h 38 static PassRefPtrWillBeRawPtr<RTCIceCandidateEvent> create();
39 static PassRefPtrWillBeRawPtr<RTCIceCandidateEvent> create(bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<RTCIceCandidate>);
49 RTCIceCandidateEvent(bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<RTCIceCandidate>);
  /external/chromium_org/third_party/WebKit/Source/platform/mediastream/
RTCStatsRequest.h 48 virtual PassRefPtrWillBeRawPtr<RTCStatsResponseBase> createResponse() = 0;
51 virtual void requestSucceeded(PassRefPtrWillBeRawPtr<RTCStatsResponseBase>) = 0;

Completed in 1183 milliseconds

1 2 3 4 5 6 7 8 91011>>