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

Side by Side Diff: webkit/tools/test_shell/text_input_controller.h

Issue 6015002: Rename WebKitTools->Tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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 | « webkit/tools/test_shell/plain_text_controller.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // TextInputController is bound to window.textInputController in Javascript 5 // TextInputController is bound to window.textInputController in Javascript
6 // when test_shell is running in layout test mode. Layout tests use it to 6 // when test_shell is running in layout test mode. Layout tests use it to
7 // exercise various corners of text input. 7 // exercise various corners of text input.
8 // 8 //
9 // Mac equivalent: WebKit/WebKitTools/DumpRenderTree/TextInputController.{h,m} 9 // Mac equivalent: WebKit/Tools/DumpRenderTree/TextInputController.{h,m}
10 10
11 #ifndef WEBKIT_TOOLS_TEST_SHELL_TEXT_INPUT_CONTROLLER_H__ 11 #ifndef WEBKIT_TOOLS_TEST_SHELL_TEXT_INPUT_CONTROLLER_H__
12 #define WEBKIT_TOOLS_TEST_SHELL_TEXT_INPUT_CONTROLLER_H__ 12 #define WEBKIT_TOOLS_TEST_SHELL_TEXT_INPUT_CONTROLLER_H__
13 13
14 #include "webkit/glue/cpp_bound_class.h" 14 #include "webkit/glue/cpp_bound_class.h"
15 15
16 class TestShell; 16 class TestShell;
17 17
18 namespace WebKit { 18 namespace WebKit {
19 class WebFrame; 19 class WebFrame;
(...skipping 20 matching lines...) Expand all
40 40
41 private: 41 private:
42 // Returns the test shell's main WebFrame. 42 // Returns the test shell's main WebFrame.
43 static WebKit::WebFrame* GetMainFrame(); 43 static WebKit::WebFrame* GetMainFrame();
44 44
45 // Non-owning pointer. The LayoutTestController is owned by the host. 45 // Non-owning pointer. The LayoutTestController is owned by the host.
46 static TestShell* shell_; 46 static TestShell* shell_;
47 }; 47 };
48 48
49 #endif // WEBKIT_TOOLS_TEST_SHELL_TEXT_INPUT_CONTROLLER_H__ 49 #endif // WEBKIT_TOOLS_TEST_SHELL_TEXT_INPUT_CONTROLLER_H__
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/plain_text_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698