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

Side by Side Diff: third_party/WebKit/Source/core/html/HTMLSelectElement.h

Issue 2812013004: Rewrite references to "wtf/" to "platform/wtf/" in core/{dom,html,xml}. (Closed)
Patch Set: Created 3 years, 8 months 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 2 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
3 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) 3 * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
4 * (C) 1999 Antti Koivisto (koivisto@kde.org) 4 * (C) 1999 Antti Koivisto (koivisto@kde.org)
5 * (C) 2000 Dirk Mueller (mueller@kde.org) 5 * (C) 2000 Dirk Mueller (mueller@kde.org)
6 * Copyright (C) 2004, 2005, 2006, 2007, 2009, 2010, 2011 Apple Inc. All rights 6 * Copyright (C) 2004, 2005, 2006, 2007, 2009, 2010, 2011 Apple Inc. All rights
7 * reserved. 7 * reserved.
8 * Copyright (C) 2010 Google Inc. All rights reserved. 8 * Copyright (C) 2010 Google Inc. All rights reserved.
9 * 9 *
10 * This library is free software; you can redistribute it and/or 10 * This library is free software; you can redistribute it and/or
(...skipping 16 matching lines...) Expand all
27 #ifndef HTMLSelectElement_h 27 #ifndef HTMLSelectElement_h
28 #define HTMLSelectElement_h 28 #define HTMLSelectElement_h
29 29
30 #include "base/gtest_prod_util.h" 30 #include "base/gtest_prod_util.h"
31 #include "core/CoreExport.h" 31 #include "core/CoreExport.h"
32 #include "core/html/HTMLContentElement.h" 32 #include "core/html/HTMLContentElement.h"
33 #include "core/html/HTMLFormControlElementWithState.h" 33 #include "core/html/HTMLFormControlElementWithState.h"
34 #include "core/html/HTMLOptionsCollection.h" 34 #include "core/html/HTMLOptionsCollection.h"
35 #include "core/html/forms/OptionList.h" 35 #include "core/html/forms/OptionList.h"
36 #include "core/html/forms/TypeAhead.h" 36 #include "core/html/forms/TypeAhead.h"
37 #include "wtf/Vector.h" 37 #include "platform/wtf/Vector.h"
38 38
39 namespace blink { 39 namespace blink {
40 40
41 class AutoscrollController; 41 class AutoscrollController;
42 class ExceptionState; 42 class ExceptionState;
43 class HTMLHRElement; 43 class HTMLHRElement;
44 class HTMLOptGroupElement; 44 class HTMLOptGroupElement;
45 class HTMLOptionElement; 45 class HTMLOptionElement;
46 class HTMLOptionElementOrHTMLOptGroupElement; 46 class HTMLOptionElementOrHTMLOptGroupElement;
47 class HTMLElementOrLong; 47 class HTMLElementOrLong;
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 305
306 FRIEND_TEST_ALL_PREFIXES(HTMLSelectElementTest, FirstSelectableOption); 306 FRIEND_TEST_ALL_PREFIXES(HTMLSelectElementTest, FirstSelectableOption);
307 FRIEND_TEST_ALL_PREFIXES(HTMLSelectElementTest, LastSelectableOption); 307 FRIEND_TEST_ALL_PREFIXES(HTMLSelectElementTest, LastSelectableOption);
308 FRIEND_TEST_ALL_PREFIXES(HTMLSelectElementTest, NextSelectableOption); 308 FRIEND_TEST_ALL_PREFIXES(HTMLSelectElementTest, NextSelectableOption);
309 FRIEND_TEST_ALL_PREFIXES(HTMLSelectElementTest, PreviousSelectableOption); 309 FRIEND_TEST_ALL_PREFIXES(HTMLSelectElementTest, PreviousSelectableOption);
310 }; 310 };
311 311
312 } // namespace blink 312 } // namespace blink
313 313
314 #endif // HTMLSelectElement_h 314 #endif // HTMLSelectElement_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLQuoteElement.h ('k') | third_party/WebKit/Source/core/html/HTMLShadowElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698