HomeSort by relevance Sort by last modified time
    Searched refs:PassOwnPtr (Results 326 - 350 of 842) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/web/
WebDataSourceImpl.h 41 #include "wtf/PassOwnPtr.h"
78 PassOwnPtr<WebPluginLoadObserver> releasePluginLoadObserver() { return m_pluginLoadObserver.release(); }
79 static void setNextPluginLoadObserver(PassOwnPtr<WebPluginLoadObserver>);
SharedWorkerRepositoryClientImpl.cpp 63 SharedWorkerScriptLoader(PassRefPtr<SharedWorker> worker, const KURL& url, const String& name, PassOwnPtr<WebMessagePortChannel> channel, PassOwnPtr<WebSharedWorkerConnector> webWorkerConnector)
155 void SharedWorkerRepositoryClientImpl::connect(PassRefPtr<SharedWorker> worker, PassOwnPtr<WebMessagePortChannel> port, const KURL& url, const String& name, ExceptionState& exceptionState)
  /external/chromium_org/third_party/WebKit/Source/wtf/
Forward.h 29 template<typename T> class PassOwnPtr;
55 using WTF::PassOwnPtr;
LinkedStack.h 59 Node(const T&, PassOwnPtr<Node> next);
71 LinkedStack<T>::Node::Node(const T& data, PassOwnPtr<Node> next)
  /external/chromium_org/third_party/WebKit/Source/core/events/
MessageEvent.cpp 64 MessageEvent::MessageEvent(const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortArray> ports)
76 MessageEvent::MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortArray> ports)
91 MessageEvent::MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortChannelArray> channels)
146 void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray> ports)
160 void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray> ports)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGrid.h 119 PassOwnPtr<GridSpan> resolveGridPositionsFromStyle(const RenderBox*, GridTrackSizingDirection) const;
122 PassOwnPtr<GridSpan> resolveGridPositionAgainstOppositePosition(size_t resolvedOppositePosition, const GridPosition&, GridPositionSide) const;
123 PassOwnPtr<GridSpan> resolveNamedGridLinePositionAgainstOppositePosition(size_t resolvedOppositePosition, const GridPosition&, GridPositionSide) const;
124 PassOwnPtr<GridSpan> resolveBeforeStartNamedGridLinePositionAgainstOppositePosition(size_t resolvedOppositePosition, const GridPosition&, const Vector<size_t>&) const;
125 PassOwnPtr<GridSpan> resolveAfterEndNamedGridLinePositionAgainstOppositePosition(size_t resolvedOppositePosition, const GridPosition&, const Vector<size_t>&) const;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPredicate.cpp 65 NumericOp::NumericOp(Opcode opcode, PassOwnPtr<Expression> lhs, PassOwnPtr<Expression> rhs)
96 EqTestOp::EqTestOp(Opcode opcode, PassOwnPtr<Expression> lhs, PassOwnPtr<Expression> rhs)
199 LogicalOp::LogicalOp(Opcode opcode, PassOwnPtr<Expression> lhs, PassOwnPtr<Expression> rhs)
251 Predicate::Predicate(PassOwnPtr<Expression> expr)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 48 static PassOwnPtr<Shape> createBoxShape(const FloatRoundedRect& bounds)
54 static PassOwnPtr<Shape> createRectangleShape(const FloatRect& bounds, const FloatSize& radii)
60 static PassOwnPtr<Shape> createCircleShape(const FloatPoint& center, float radius)
66 static PassOwnPtr<Shape> createEllipseShape(const FloatPoint& center, const FloatSize& radii)
72 static PassOwnPtr<Shape> createPolygonShape(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule)
113 PassOwnPtr<Shape> Shape::createShape(const BasicShape* basicShape, const LayoutSize& logicalBoxSize, WritingMode writingMode, Length margin, Length padding)
215 PassOwnPtr<Shape> Shape::createShape(const StyleImage* styleImage, float threshold, const LayoutSize&, WritingMode writingMode, Length margin, Length padding)
255 PassOwnPtr<Shape> Shape::createLayoutBoxShape(const LayoutSize& logicalSize, WritingMode writingMode, const Length& margin, const Length& padding)
  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeAnimationEffect.h 38 #include "wtf/PassOwnPtr.h"
95 virtual PassOwnPtr<CompositableValueList> sample(int iteration, double fraction) const OVERRIDE;
109 PassOwnPtr<PropertySpecificKeyframe> cloneWithOffset(double offset) const;
119 void appendKeyframe(PassOwnPtr<PropertySpecificKeyframe>);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSVariablesMap.cpp 92 void CSSVariablesMap::forEach(PassOwnPtr<CSSVariablesMapForEachCallback> callback, ScriptValue& thisArg) const
97 void CSSVariablesMap::forEach(PassOwnPtr<CSSVariablesMapForEachCallback> callback) const
102 void CSSVariablesMap::forEach(PassOwnPtr<CSSVariablesMapForEachCallback> callback, ScriptValue* thisArg) const
MediaQueryMatcher.h 73 PassOwnPtr<MediaQueryEvaluator> prepareEvaluator() const;
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackInvocation.cpp 114 PassOwnPtr<CustomElementCallbackInvocation> CustomElementCallbackInvocation::createInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, CustomElementLifecycleCallbacks::CallbackType which)
126 return PassOwnPtr<CustomElementCallbackInvocation>();
130 PassOwnPtr<CustomElementCallbackInvocation> CustomElementCallbackInvocation::createAttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue)
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h 34 #include "wtf/PassOwnPtr.h"
55 ~ElementRecord(); // Public for ~PassOwnPtr()
69 ElementRecord(PassRefPtr<HTMLStackItem>, PassOwnPtr<ElementRecord>);
71 PassOwnPtr<ElementRecord> releaseNext() { return m_next.release(); }
72 void setNext(PassOwnPtr<ElementRecord> next) { m_next = next; }
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.cpp 80 PassOwnPtr<ColorChooser> EmptyChromeClient::createColorChooser(ColorChooserClient*, const Color&)
144 PassOwnPtr<blink::WebServiceWorkerProvider> EmptyFrameLoaderClient::createServiceWorkerProvider(PassOwnPtr<blink::WebServiceWorkerProviderClient>)
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
callback_interface.h 49 static PassOwnPtr<{{v8_class}}> create(v8::Handle<v8::Function> callback, ExecutionContext* context)
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestCallbackInterface.h 47 static PassOwnPtr<V8TestCallbackInterface> create(v8::Handle<v8::Function> callback, ExecutionContext* context)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8MutationCallback.h 44 static PassOwnPtr<V8MutationCallback> create(v8::Handle<v8::Function> callback, ExecutionContext* context, v8::Handle<v8::Object> owner, v8::Isolate* isolate)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentParser.h 55 virtual void setDecoder(PassOwnPtr<TextResourceDecoder>);
63 // FIXME: This really should take a PassOwnPtr to signify that it expects to take
NamedNodeMap.h 29 #include "wtf/PassOwnPtr.h"
43 static PassOwnPtr<NamedNodeMap> create(Element* element)
ScriptRunner.h 33 #include "wtf/PassOwnPtr.h"
46 static PassOwnPtr<ScriptRunner> create(Document* document) { return adoptPtr(new ScriptRunner(document)); }
ScriptedAnimationController.h 53 int registerCallback(PassOwnPtr<RequestAnimationFrameCallback>);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Settings.h 55 static PassOwnPtr<Settings> create();
  /external/chromium_org/third_party/WebKit/Source/core/html/
ClassList.h 33 #include "wtf/PassOwnPtr.h"
43 static PassOwnPtr<ClassList> create(Element* element)
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ValidationMessage.cpp 37 #include "wtf/PassOwnPtr.h"
53 PassOwnPtr<ValidationMessage> ValidationMessage::create(HTMLFormControlElement* element)
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.h 38 #include "wtf/PassOwnPtr.h"
52 static PassOwnPtr<InputMethodContext> create(HTMLElement*);

Completed in 1024 milliseconds

<<11121314151617181920>>