Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Side by Side Diff: Source/core/testing/Internals.h

Issue 765903002: Remove internals.setEnableMockPagePopup(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/page/PagePopupDriver.h ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * Copyright (C) 2013 Apple Inc. All rights reserved. 3 * Copyright (C) 2013 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 class HTMLElement; 56 class HTMLElement;
57 class HTMLMediaElement; 57 class HTMLMediaElement;
58 class InternalRuntimeFlags; 58 class InternalRuntimeFlags;
59 class InternalSettings; 59 class InternalSettings;
60 class Iterator; 60 class Iterator;
61 class LayerRectList; 61 class LayerRectList;
62 class LocalDOMWindow; 62 class LocalDOMWindow;
63 class LocalFrame; 63 class LocalFrame;
64 class Node; 64 class Node;
65 class Page; 65 class Page;
66 class PagePopupController;
67 class PluginPlaceholderOptions; 66 class PluginPlaceholderOptions;
68 class PrivateScriptTest; 67 class PrivateScriptTest;
69 class Range; 68 class Range;
70 class SerializedScriptValue; 69 class SerializedScriptValue;
71 class ShadowRoot; 70 class ShadowRoot;
72 class TypeConversions; 71 class TypeConversions;
73 class UnionTypesTest; 72 class UnionTypesTest;
74 template <typename NodeType> class StaticNodeTypeList; 73 template <typename NodeType> class StaticNodeTypeList;
75 typedef StaticNodeTypeList<Node> StaticNodeList; 74 typedef StaticNodeTypeList<Node> StaticNodeList;
76 75
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 unsigned needsLayoutCount(ExceptionState&) const; 129 unsigned needsLayoutCount(ExceptionState&) const;
131 unsigned hitTestCount(Document*, ExceptionState&) const; 130 unsigned hitTestCount(Document*, ExceptionState&) const;
132 131
133 String visiblePlaceholder(Element*); 132 String visiblePlaceholder(Element*);
134 void selectColorInColorChooser(Element*, const String& colorValue); 133 void selectColorInColorChooser(Element*, const String& colorValue);
135 void endColorChooser(Element*); 134 void endColorChooser(Element*);
136 bool hasAutofocusRequest(Document*); 135 bool hasAutofocusRequest(Document*);
137 bool hasAutofocusRequest(); 136 bool hasAutofocusRequest();
138 Vector<String> formControlStateOfHistoryItem(ExceptionState&); 137 Vector<String> formControlStateOfHistoryItem(ExceptionState&);
139 void setFormControlStateOfHistoryItem(const Vector<String>&, ExceptionState& ); 138 void setFormControlStateOfHistoryItem(const Vector<String>&, ExceptionState& );
140 void setEnableMockPagePopup(bool, ExceptionState&);
141 PassRefPtrWillBeRawPtr<PagePopupController> pagePopupController();
142 DOMWindow* pagePopupWindow() const; 139 DOMWindow* pagePopupWindow() const;
143 140
144 PassRefPtrWillBeRawPtr<ClientRect> absoluteCaretBounds(ExceptionState&); 141 PassRefPtrWillBeRawPtr<ClientRect> absoluteCaretBounds(ExceptionState&);
145 142
146 PassRefPtrWillBeRawPtr<ClientRect> boundingBox(Element*); 143 PassRefPtrWillBeRawPtr<ClientRect> boundingBox(Element*);
147 144
148 unsigned markerCountForNode(Node*, const String&, ExceptionState&); 145 unsigned markerCountForNode(Node*, const String&, ExceptionState&);
149 unsigned activeMarkerCountForNode(Node*); 146 unsigned activeMarkerCountForNode(Node*);
150 PassRefPtrWillBeRawPtr<Range> markerRangeForNode(Node*, const String& marker Type, unsigned index, ExceptionState&); 147 PassRefPtrWillBeRawPtr<Range> markerRangeForNode(Node*, const String& marker Type, unsigned index, ExceptionState&);
151 String markerDescriptionForNode(Node*, const String& markerType, unsigned in dex, ExceptionState&); 148 String markerDescriptionForNode(Node*, const String& markerType, unsigned in dex, ExceptionState&);
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 Vector<String> iconURLs(Document*, int iconTypesMask) const; 341 Vector<String> iconURLs(Document*, int iconTypesMask) const;
345 PassRefPtrWillBeRawPtr<ClientRectList> annotatedRegions(Document*, bool drag gable, ExceptionState&); 342 PassRefPtrWillBeRawPtr<ClientRectList> annotatedRegions(Document*, bool drag gable, ExceptionState&);
346 343
347 DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, Ex ceptionState&); 344 DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, Ex ceptionState&);
348 Member<InternalRuntimeFlags> m_runtimeFlags; 345 Member<InternalRuntimeFlags> m_runtimeFlags;
349 }; 346 };
350 347
351 } // namespace blink 348 } // namespace blink
352 349
353 #endif // Internals_h 350 #endif // Internals_h
OLDNEW
« no previous file with comments | « Source/core/page/PagePopupDriver.h ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698