HomeSort by relevance Sort by last modified time
    Searched refs:PassRefPtrWillBeRawPtr (Results 1 - 25 of 1377) 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...]
RGBColor.h 41 static PassRefPtrWillBeRawPtr<RGBColor> create(unsigned rgbColor);
43 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> red();
44 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> green();
45 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> blue();
46 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/dom/
MutationRecord.h 50 static PassRefPtrWillBeRawPtr<MutationRecord> createChildList(PassRefPtrWillBeRawPtr<Node> target, PassRefPtrWillBeRawPtr<StaticNodeList> added, PassRefPtrWillBeRawPtr<StaticNodeList> removed, PassRefPtrWillBeRawPtr<Node> previousSibling, PassRefPtrWillBeRawPtr<Node> nextSibling);
51 static PassRefPtrWillBeRawPtr<MutationRecord> createAttributes(PassRefPtrWillBeRawPtr<Node> target, const QualifiedName&, const AtomicString& oldValue);
52 static PassRefPtrWillBeRawPtr<MutationRecord> createCharacterData(PassRefPtrWillBeRawPtr<Node> target, const String& oldValue)
    [all...]
PresentationAttributeStyle.h 42 PassRefPtrWillBeRawPtr<StylePropertySet> computePresentationAttributeStyle(Element&);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.h 52 void debug(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
53 void error(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
54 void info(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
55 void log(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
56 void clear(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
57 void warn(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
58 void dir(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
59 void dirxml(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
60 void table(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
61 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>);
RemoveNodePreservingChildrenCommand.h 35 static PassRefPtrWillBeRawPtr<RemoveNodePreservingChildrenCommand> create(PassRefPtrWillBeRawPtr<Node> node, ShouldAssumeContentIsAlwaysEditable shouldAssumeContentIsAlwaysEditable)
43 RemoveNodePreservingChildrenCommand(PassRefPtrWillBeRawPtr<Node>, ShouldAssumeContentIsAlwaysEditable);
SplitTextNodeContainingElementCommand.h 35 static PassRefPtrWillBeRawPtr<SplitTextNodeContainingElementCommand> create(PassRefPtrWillBeRawPtr<Text> node, int offset)
43 SplitTextNodeContainingElementCommand(PassRefPtrWillBeRawPtr<Text>, int offset);
InsertNodeBeforeCommand.h 35 static PassRefPtrWillBeRawPtr<InsertNodeBeforeCommand> create(PassRefPtrWillBeRawPtr<Node> childToInsert, PassRefPtrWillBeRawPtr<Node> childToInsertBefore,
44 InsertNodeBeforeCommand(PassRefPtrWillBeRawPtr<Node> childToInsert, PassRefPtrWillBeRawPtr<Node> childToInsertBefore, ShouldAssumeContentIsAlwaysEditable);
SplitElementCommand.h 35 static PassRefPtrWillBeRawPtr<SplitElementCommand> create(PassRefPtrWillBeRawPtr<Element> element, PassRefPtrWillBeRawPtr<Node> splitPointChild)
43 SplitElementCommand(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Node> splitPointChild);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptAsyncCallStack.h 19 static PassRefPtrWillBeRawPtr<ScriptAsyncCallStack> create(const String&, PassRefPtrWillBeRawPtr<ScriptCallStack>, PassRefPtrWillBeRawPtr<ScriptAsyncCallStack>);
26 ScriptAsyncCallStack(const String&, PassRefPtrWillBeRawPtr<ScriptCallStack>, PassRefPtrWillBeRawPtr<ScriptAsyncCallStack>);
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataTransferItemList.h 53 static PassRefPtrWillBeRawPtr<DataTransferItemList> create(PassRefPtrWillBeRawPtr<DataTransfer>, PassRefPtrWillBeRawPtr<DataObject>);
56 PassRefPtrWillBeRawPtr<DataTransferItem> item(unsigned long index);
59 PassRefPtrWillBeRawPtr<DataTransferItem> add(const String& data, const String& type, ExceptionState&);
60 PassRefPtrWillBeRawPtr<DataTransferItem> add(PassRefPtrWillBeRawPtr<File>);
65 DataTransferItemList(PassRefPtrWillBeRawPtr<DataTransfer>, PassRefPtrWillBeRawPtr<DataObject>);
DataTransferItem.h 53 static PassRefPtrWillBeRawPtr<DataTransferItem> create(PassRefPtrWillBeRawPtr<DataTransfer>, PassRefPtrWillBeRawPtr<DataObjectItem>);
59 PassRefPtrWillBeRawPtr<Blob> getAsFile() const;
67 DataTransferItem(PassRefPtrWillBeRawPtr<DataTransfer>, PassRefPtrWillBeRawPtr<DataObjectItem>);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathEvaluator.h 47 static PassRefPtrWillBeRawPtr<XPathEvaluator> create()
52 PassRefPtrWillBeRawPtr<XPathExpression> createExpression(const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver>, ExceptionState&);
53 PassRefPtrWillBeRawPtr<XPathNSResolver> createNSResolver(Node* nodeResolver);
54 PassRefPtrWillBeRawPtr<XPathResult> evaluate(const String& expression, Node* contextNode,
55 PassRefPtrWillBeRawPtr<XPathNSResolver>, unsigned short type, XPathResult*, ExceptionState&);
NativeXPathNSResolver.h 38 static PassRefPtrWillBeRawPtr<NativeXPathNSResolver> create(PassRefPtrWillBeRawPtr<Node> node)
48 explicit NativeXPathNSResolver(PassRefPtrWillBeRawPtr<Node>);
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableLengthPoint3D.h 41 static PassRefPtrWillBeRawPtr<AnimatableLengthPoint3D> create(PassRefPtrWillBeRawPtr<AnimatableValue> x, PassRefPtrWillBeRawPtr<AnimatableValue> y, PassRefPtrWillBeRawPtr<AnimatableValue> z)
52 virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
55 AnimatableLengthPoint3D(PassRefPtrWillBeRawPtr<AnimatableValue> x, PassRefPtrWillBeRawPtr<AnimatableValue> y, PassRefPtrWillBeRawPtr<AnimatableValue> z)
  /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/events/
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/web/
WebDocumentType.cpp 45 WebDocumentType::WebDocumentType(const PassRefPtrWillBeRawPtr<DocumentType>& elem)
50 WebDocumentType& WebDocumentType::operator=(const PassRefPtrWillBeRawPtr<DocumentType>& elem)
56 WebDocumentType::operator PassRefPtrWillBeRawPtr<DocumentType>() const
WebLabelElement.cpp 46 WebLabelElement::WebLabelElement(const PassRefPtrWillBeRawPtr<HTMLLabelElement>& elem)
51 WebLabelElement& WebLabelElement::operator=(const PassRefPtrWillBeRawPtr<HTMLLabelElement>& elem)
57 WebLabelElement::operator PassRefPtrWillBeRawPtr<HTMLLabelElement>() const
WebTextAreaElement.cpp 41 WebTextAreaElement::WebTextAreaElement(const PassRefPtrWillBeRawPtr<HTMLTextAreaElement>& element)
46 WebTextAreaElement& WebTextAreaElement::operator=(const PassRefPtrWillBeRawPtr<HTMLTextAreaElement>& element)
52 WebTextAreaElement::operator PassRefPtrWillBeRawPtr<HTMLTextAreaElement>() const

Completed in 460 milliseconds

1 2 3 4 5 6 7 8 91011>>