Searched refs:PassRefPtrWillBeRawPtr (Results 1 - 25 of 1377) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBorderImage.h29 PassRefPtrWillBeRawPtr<CSSValueList> createBorderImageValue(PassRefPtrWillBeRawPtr<CSSValue> image, PassRefPtrWillBeRawPtr<CSSValue> imageSlice, PassRefPtrWillBeRawPtr<CSSValue> borderSlice,
30 PassRefPtrWillBeRawPtr<CSSValue> outset, PassRefPtrWillBeRawPtr<CSSValue> repeat);
H A DCSSShadowValue.h35 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<CSSPrimitiveValu
[all...]
H A DDocumentFontFaceSet.cpp33 PassRefPtrWillBeRawPtr<FontFaceSet> DocumentFontFaceSet::fonts(Document& document)
H A DRGBColor.h41 static PassRefPtrWillBeRawPtr<RGBColor> create(unsigned rgbColor);
43 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> red();
44 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> green();
45 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> blue();
46 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> alpha();
H A DCSSReflectValue.h39 static PassRefPtrWillBeRawPtr<CSSReflectValue> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> direction,
40 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> offset, PassRefPtrWillBeRawPtr<CSSValue> mask)
56 CSSReflectValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> direction, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> offset, PassRefPtrWillBeRawPtr<CSSValue> mask)
H A DCSSValuePool.h45 PassRefPtrWillBeRawPtr<CSSValueList> createFontFaceValue(const AtomicString&);
46 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createFontFamilyValue(const String&);
47 PassRefPtrWillBeRawPtr<CSSInheritedValue> createInheritedValue() { return m_inheritedValue; }
48 PassRefPtrWillBeRawPtr<CSSInitialValue> createImplicitInitialValue() { return m_implicitInitialValue; }
49 PassRefPtrWillBeRawPtr<CSSInitialValue> createExplicitInitialValue() { return m_explicitInitialValue; }
50 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createIdentifierValue(CSSValueID identifier);
51 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createIdentifierValue(CSSPropertyID identifier);
52 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createColorValue(unsigned rgbValue);
53 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createValue(double value, CSSPrimitiveValue::UnitType);
54 PassRefPtrWillBeRawPtr<CSSPrimitiveValu
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DConsoleBase.h52 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<ScriptArgument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataTransferItemList.h53 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>);
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimatableValueFactory.h44 static PassRefPtrWillBeRawPtr<AnimatableValue> create(CSSPropertyID, const RenderStyle&);
46 static PassRefPtrWillBeRawPtr<AnimatableValue> createFromColor(CSSPropertyID, const RenderStyle&);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationRecord.h50 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<Nod
[all...]
H A DTreeWalker.h43 static PassRefPtrWillBeRawPtr<TreeWalker> create(PassRefPtrWillBeRawPtr<Node> rootNode, unsigned whatToShow, PassRefPtrWillBeRawPtr<NodeFilter> filter)
49 void setCurrentNode(PassRefPtrWillBeRawPtr<Node>, ExceptionState&);
62 TreeWalker(PassRefPtrWillBeRawPtr<Node>, unsigned whatToShow, PassRefPtrWillBeRawPtr<NodeFilter>);
64 Node* setCurrent(PassRefPtrWillBeRawPtr<Node>);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDocumentType.cpp45 WebDocumentType::WebDocumentType(const PassRefPtrWillBeRawPtr<DocumentType>& elem)
50 WebDocumentType& WebDocumentType::operator=(const PassRefPtrWillBeRawPtr<DocumentType>& elem)
56 WebDocumentType::operator PassRefPtrWillBeRawPtr<DocumentType>() const
H A DWebLabelElement.cpp46 WebLabelElement::WebLabelElement(const PassRefPtrWillBeRawPtr<HTMLLabelElement>& elem)
51 WebLabelElement& WebLabelElement::operator=(const PassRefPtrWillBeRawPtr<HTMLLabelElement>& elem)
57 WebLabelElement::operator PassRefPtrWillBeRawPtr<HTMLLabelElement>() const
H A DWebTextAreaElement.cpp41 WebTextAreaElement::WebTextAreaElement(const PassRefPtrWillBeRawPtr<HTMLTextAreaElement>& element)
46 WebTextAreaElement& WebTextAreaElement::operator=(const PassRefPtrWillBeRawPtr<HTMLTextAreaElement>& element)
52 WebTextAreaElement::operator PassRefPtrWillBeRawPtr<HTMLTextAreaElement>() const
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DAppendNodeCommand.h35 static PassRefPtrWillBeRawPtr<AppendNodeCommand> create(PassRefPtrWillBeRawPtr<ContainerNode> parent, PassRefPtrWillBeRawPtr<Node> node)
43 AppendNodeCommand(PassRefPtrWillBeRawPtr<ContainerNode> parent, PassRefPtrWillBeRawPtr<Node>);
H A DInsertNodeBeforeCommand.h35 static PassRefPtrWillBeRawPtr<InsertNodeBeforeCommand> create(PassRefPtrWillBeRawPtr<Node> childToInsert, PassRefPtrWillBeRawPtr<Node> childToInsertBefore,
44 InsertNodeBeforeCommand(PassRefPtrWillBeRawPtr<Node> childToInsert, PassRefPtrWillBeRawPtr<Node> childToInsertBefore, ShouldAssumeContentIsAlwaysEditable);
H A DMergeIdenticalElementsCommand.h35 static PassRefPtrWillBeRawPtr<MergeIdenticalElementsCommand> create(PassRefPtrWillBeRawPtr<Element> element1, PassRefPtrWillBeRawPtr<Element> element2)
43 MergeIdenticalElementsCommand(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Element>);
H A DSplitElementCommand.h35 static PassRefPtrWillBeRawPtr<SplitElementCommand> create(PassRefPtrWillBeRawPtr<Element> element, PassRefPtrWillBeRawPtr<Node> splitPointChild)
43 SplitElementCommand(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Node> splitPointChild);
H A DCompositeEditCommand.h45 static PassRefPtrWillBeRawPtr<EditCommandComposition> create(Document*, const VisibleSelection&, const VisibleSelection&, EditAction);
97 void appendNode(PassRefPtrWillBeRawPtr<Node>, PassRefPtrWillBeRawPtr<ContainerNode> parent);
98 void applyCommandToComposite(PassRefPtrWillBeRawPtr<EditCommand>);
99 void applyCommandToComposite(PassRefPtrWillBeRawPtr<CompositeEditCommand>, const VisibleSelection&);
102 void applyStyledElement(PassRefPtrWillBeRawPtr<Element>);
103 void removeStyledElement(PassRefPtrWillBeRawPtr<Element>);
106 virtual void deleteTextFromNode(PassRefPtrWillBeRawPtr<Text>, unsigned offset, unsigned count);
108 void insertNodeAfter(PassRefPtrWillBeRawPtr<Node>, PassRefPtrWillBeRawPtr<Nod
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DScriptAsyncCallStack.h19 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/events/
H A DTextEvent.cpp34 PassRefPtrWillBeRawPtr<TextEvent> TextEvent::create()
39 PassRefPtrWillBeRawPtr<TextEvent> TextEvent::create(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, TextEventInputType inputType)
44 PassRefPtrWillBeRawPtr<TextEvent> TextEvent::createForPlainTextPaste(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, bool shouldSmartReplace)
49 PassRefPtrWillBeRawPtr<TextEvent> TextEvent::createForFragmentPaste(PassRefPtrWillBeRawPtr<AbstractView> view, PassRefPtrWillBeRawPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle)
54 PassRefPtrWillBeRawPtr<TextEvent> TextEvent::createForDrop(PassRefPtrWillBeRawPtr<AbstractVie
[all...]
H A DTextEvent.h40 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<AbstractVie
[all...]
H A DFocusEvent.h45 static PassRefPtrWillBeRawPtr<FocusEvent> create()
50 static PassRefPtrWillBeRawPtr<FocusEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget)
55 static PassRefPtrWillBeRawPtr<FocusEvent> create(const AtomicString& type, const FocusEventInit& initializer)
70 FocusEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int, EventTarget*);
80 static PassRefPtrWillBeRawPtr<FocusEventDispatchMediator> create(PassRefPtrWillBeRawPtr<FocusEvent>);
82 explicit FocusEventDispatchMediator(PassRefPtrWillBeRawPtr<FocusEvent>);
89 static PassRefPtrWillBeRawPtr<BlurEventDispatchMediator> create(PassRefPtrWillBeRawPtr<FocusEven
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.h84 void addPropertyWithPrefixingVariant(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important, bool implicit = false);
85 void addProperty(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important, bool implicit = false);
87 void addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue>, bool);
89 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> parseValidPrimitive(CSSValueID ident, CSSParserValue*);
94 PassRefPtrWillBeRawPtr<CSSValue> parseQuotes();
96 PassRefPtrWillBeRawPtr<CSSValue> parseAttr(CSSParserValueList* args);
98 PassRefPtrWillBeRawPtr<CSSValue> parseBackgroundColor();
104 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> parseFillPositionComponent(CSSParserValueList*, unsigned& cumulativeFlags, FillPositionFlag& individualFlag, FillPositionParsingMode = ResolveValuesAsPercent);
105 PassRefPtrWillBeRawPtr<CSSValue> parseFillPositionX(CSSParserValueList*);
106 PassRefPtrWillBeRawPtr<CSSValu
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLengthBox.h41 static PassRefPtrWillBeRawPtr<AnimatableLengthBox> create(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top, PassRefPtrWillBeRawPtr<AnimatableValue> bottom)
53 virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
56 AnimatableLengthBox(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top, PassRefPtrWillBeRawPtr<AnimatableValu
[all...]

Completed in 2114 milliseconds

1234567891011>>