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

Side by Side Diff: Source/core/html/shadow/TextControlInnerElements.cpp

Issue 14524003: Absolutify paths to bindings/v8, bindings/v8/custom/. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2008, 2010 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2008, 2010 Apple Inc. All rights reserved.
3 * Copyright (C) 2010 Google Inc. All rights reserved. 3 * Copyright (C) 2010 Google 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 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 12 matching lines...) Expand all
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */ 25 */
26 26
27 #include "config.h" 27 #include "config.h"
28 #include "core/html/shadow/TextControlInnerElements.h" 28 #include "core/html/shadow/TextControlInnerElements.h"
29 29
30 #include "HTMLInputElement.h" 30 #include "HTMLInputElement.h"
31 #include "HTMLNames.h" 31 #include "HTMLNames.h"
32 #include "HTMLTextAreaElement.h" 32 #include "HTMLTextAreaElement.h"
33 #include "ScriptController.h" 33 #include "bindings/v8/ScriptController.h"
34 #include "core/dom/BeforeTextInsertedEvent.h" 34 #include "core/dom/BeforeTextInsertedEvent.h"
35 #include "core/dom/Document.h" 35 #include "core/dom/Document.h"
36 #include "core/dom/EventNames.h" 36 #include "core/dom/EventNames.h"
37 #include "core/dom/MouseEvent.h" 37 #include "core/dom/MouseEvent.h"
38 #include "core/dom/TextEvent.h" 38 #include "core/dom/TextEvent.h"
39 #include "core/dom/TextEventInputType.h" 39 #include "core/dom/TextEventInputType.h"
40 #include "core/page/EventHandler.h" 40 #include "core/page/EventHandler.h"
41 #include "core/page/Frame.h" 41 #include "core/page/Frame.h"
42 #include "core/page/Page.h" 42 #include "core/page/Page.h"
43 #include "core/page/SpeechInput.h" 43 #include "core/page/SpeechInput.h"
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 454
455 const AtomicString& InputFieldSpeechButtonElement::shadowPseudoId() const 455 const AtomicString& InputFieldSpeechButtonElement::shadowPseudoId() const
456 { 456 {
457 DEFINE_STATIC_LOCAL(AtomicString, pseudoId, ("-webkit-input-speech-button", AtomicString::ConstructFromLiteral)); 457 DEFINE_STATIC_LOCAL(AtomicString, pseudoId, ("-webkit-input-speech-button", AtomicString::ConstructFromLiteral));
458 return pseudoId; 458 return pseudoId;
459 } 459 }
460 460
461 #endif // ENABLE(INPUT_SPEECH) 461 #endif // ENABLE(INPUT_SPEECH)
462 462
463 } 463 }
OLDNEW
« no previous file with comments | « Source/core/html/parser/HTMLScriptRunner.cpp ('k') | Source/core/html/track/LoadableTextTrack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698