HomeSort by relevance Sort by last modified time
    Searched refs:RefPtr (Results 151 - 175 of 1730) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLParser.h 35 #include "wtf/RefPtr.h"
68 Vector<RefPtr<ArchiveResource> > m_resources;
69 Vector<RefPtr<MHTMLArchive> > m_frames;
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOriginTest.cpp 48 RefPtr<SecurityOrigin> origin = SecurityOrigin::create("http", "example.com", ports[i]);
58 RefPtr<SecurityOrigin> origin = SecurityOrigin::create("http", "example.com", ports[i]);
  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuChromium.h 35 #include "wtf/RefPtr.h"
65 RefPtr<FrameView> m_frameView;
66 RefPtr<PopupContainer> m_popup;
SpeechRecognitionClientProxy.cpp 79 RefPtr<SpeechRecognition> recognition = PassRefPtr<SpeechRecognition>(handle);
85 RefPtr<SpeechRecognition> recognition = PassRefPtr<SpeechRecognition>(handle);
92 RefPtr<SpeechRecognition> recognition = PassRefPtr<SpeechRecognition>(handle);
99 RefPtr<SpeechRecognition> recognition = PassRefPtr<SpeechRecognition>(handle);
105 RefPtr<SpeechRecognition> recognition = PassRefPtr<SpeechRecognition>(handle);
107 Vector<RefPtr<SpeechRecognitionResult> > finalResultsVector(newFinalResults.size());
111 Vector<RefPtr<SpeechRecognitionResult> > interimResultsVector(currentInterimResults.size());
120 RefPtr<SpeechRecognition> recognition = PassRefPtr<SpeechRecognition>(handle);
126 RefPtr<SpeechRecognition> recognition = PassRefPtr<SpeechRecognition>(handle);
133 RefPtr<SpeechRecognition> recognition = PassRefPtr<SpeechRecognition>(handle)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
PassTraits.h 33 #include "wtf/RefPtr.h"
53 template<typename T> struct PassTraits<RefPtr<T> > {
54 typedef RefPtr<T> Type;
TreeNodeTest.cpp 32 #include "wtf/RefPtr.h"
44 RefPtr<TestTree> root = TestTree::create();
45 RefPtr<TestTree> firstChild = TestTree::create();
46 RefPtr<TestTree> lastChild = TestTree::create();
63 RefPtr<TestTree> root = TestTree::create();
64 RefPtr<TestTree> firstChild = TestTree::create();
65 RefPtr<TestTree> middleChild = TestTree::create();
66 RefPtr<TestTree> lastChild = TestTree::create();
96 RefPtr<TestTree> root = TestTree::create();
97 RefPtr<TestTree> child = TestTree::create()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.h 44 #include "wtf/RefPtr.h"
117 virtual void querySelectorAll(ErrorString*, int nodeId, const String& selectors, RefPtr<TypeBuilder::Array<int> >& result);
118 virtual void getDocument(ErrorString*, RefPtr<TypeBuilder::DOM::Node>& root);
128 virtual void getEventListenersForNode(ErrorString*, int nodeId, const WTF::String* objectGroup, RefPtr<TypeBuilder::Array<TypeBuilder::DOM::EventListener> >& listenersArray);
130 virtual void getSearchResults(ErrorString*, const String& searchId, int fromIndex, int toIndex, RefPtr<TypeBuilder::Array<int> >&);
132 virtual void resolveNode(ErrorString*, int nodeId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result);
133 virtual void getAttributes(ErrorString*, int nodeId, RefPtr<TypeBuilder::Array<String> >& result);
134 virtual void setInspectModeEnabled(ErrorString*, bool enabled, const bool* inspectShadowDOM, const RefPtr<JSONObject>* highlightConfig);
140 virtual void highlightRect(ErrorString*, int x, int y, int width, int height, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor)
    [all...]
InspectorDebuggerAgent.h 97 virtual void setBreakpointByUrl(ErrorString*, int lineNumber, const String* optionalURL, const String* optionalURLRegex, const int* optionalColumnNumber, const String* optionalCondition, const bool* isAntiBreakpoint, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& locations);
98 virtual void setBreakpoint(ErrorString*, const RefPtr<JSONObject>& location, const String* optionalCondition, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Debugger::Location>& actualLocation);
100 virtual void continueToLocation(ErrorString*, const RefPtr<JSONObject>& location, const bool* interstateLocationOpt);
101 virtual void getStepInPositions(ErrorString*, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& positions);
102 virtual void getBacktrace(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> >&, RefPtr<TypeBuilder::Debugger::StackTrace>&);
104 virtual void searchInContent(ErrorString*, const String& scriptId, const String& query, const bool* optionalCaseSensitive, const bool* optionalIsRegex, RefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> >&);
105 virtual void setScriptSource(ErrorString*, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, const String& scriptId, const String& newContent, const bool* preview, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, (…)
    [all...]
InjectedScriptCanvasModule.cpp 90 RefPtr<JSONValue> resultValue;
108 RefPtr<JSONValue> resultValue;
135 void InjectedScriptCanvasModule::traceLog(ErrorString* errorString, const TraceLogId& traceLogId, const int* startOffset, const int* maxLength, RefPtr<TraceLog>* traceLog)
143 RefPtr<JSONValue> resultValue;
153 void InjectedScriptCanvasModule::replayTraceLog(ErrorString* errorString, const TraceLogId& traceLogId, int stepNo, RefPtr<ResourceState>* result, double* replayTime)
158 RefPtr<JSONValue> resultValue;
165 RefPtr<JSONObject> resultObject = resultValue->asObject();
166 RefPtr<JSONObject> resourceStateObject = resultObject->getObject("resourceState");
176 void InjectedScriptCanvasModule::resourceState(ErrorString* errorString, const TraceLogId& traceLogId, const ResourceId& resourceId, RefPtr<ResourceState>* result)
181 RefPtr<JSONValue> resultValue
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindow.h 83 typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray;
344 RefPtr<Document> m_document;
350 mutable RefPtr<Screen> m_screen;
351 mutable RefPtr<History> m_history;
352 mutable RefPtr<BarProp> m_locationbar;
353 mutable RefPtr<BarProp> m_menubar;
354 mutable RefPtr<BarProp> m_personalbar;
355 mutable RefPtr<BarProp> m_scrollbars;
356 mutable RefPtr<BarProp> m_statusbar;
357 mutable RefPtr<BarProp> m_toolbar
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableLengthBox.h 65 RefPtr<AnimatableValue> m_left;
66 RefPtr<AnimatableValue> m_right;
67 RefPtr<AnimatableValue> m_top;
68 RefPtr<AnimatableValue> m_bottom;
DocumentTimeline.h 40 #include "wtf/RefPtr.h"
78 const Vector<RefPtr<Player> >& players() const { return m_players; }
95 Vector<RefPtr<Player> > m_players;
106 RefPtr<EventTarget> target;
107 RefPtr<Event> event;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCrossfadeValue.h 95 RefPtr<CSSValue> m_fromValue;
96 RefPtr<CSSValue> m_toValue;
97 RefPtr<CSSPrimitiveValue> m_percentageValue;
102 RefPtr<Image> m_generatedImage;
CSSSegmentedFontFace.h 70 Vector<RefPtr<FontFace> > fontFaces(const String& text) const;
83 HashMap<unsigned, RefPtr<SegmentedFontData> > m_fontDataTable;
84 Vector<RefPtr<CSSFontFace>, 1> m_fontFaces;
85 Vector<RefPtr<LoadFontCallback> > m_callbacks;
RGBColor.cpp 41 RefPtr<CSSPrimitiveValue> result = CSSPrimitiveValue::create(value, CSSPrimitiveValue::CSS_NUMBER);
49 RefPtr<CSSPrimitiveValue> result = CSSPrimitiveValue::create(value, CSSPrimitiveValue::CSS_NUMBER);
57 RefPtr<CSSPrimitiveValue> result = CSSPrimitiveValue::create(value, CSSPrimitiveValue::CSS_NUMBER);
65 RefPtr<CSSPrimitiveValue> result = CSSPrimitiveValue::create(value, CSSPrimitiveValue::CSS_NUMBER);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeList.cpp 38 void NodeList::anonymousNamedGetter(const AtomicString& name, bool& returnValue0Enabled, RefPtr<Node>& returnValue0, bool& returnValue1Enabled, unsigned& returnValue1)
NodeList.h 46 void anonymousNamedGetter(const AtomicString&, bool&, RefPtr<Node>&, bool&, unsigned&);
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementDefinition.h 53 RefPtr<CustomElementLifecycleCallbacks> m_callbacks;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
RemoveNodePreservingChildrenCommand.h 45 RefPtr<Node> m_node;
SplitTextNodeContainingElementCommand.h 45 RefPtr<Text> m_text;
SurroundingText.h 52 RefPtr<Range> m_contentRange;
  /external/chromium_org/third_party/WebKit/Source/core/events/
RegisteredEventListener.h 28 #include "wtf/RefPtr.h"
40 RefPtr<EventListener> listener;
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
ImplicitAnimation.h 55 virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* currentStyle, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle);
56 virtual void getAnimatedStyle(RefPtr<RenderStyle>& animatedStyle);
92 RefPtr<RenderStyle> m_fromStyle;
93 RefPtr<RenderStyle> m_toStyle;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLUniformLocation.h 49 RefPtr<WebGLProgram> m_program;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegionList.h 57 Vector<RefPtr<VTTRegion> > m_list;

Completed in 866 milliseconds

1 2 3 4 5 67 8 91011>>