Searched defs:Shell (Results 1 - 16 of 16) sorted by path

/external/chromium_org/ash/
H A Dshell.cc182 Shell* Shell::instance_ = NULL;
184 bool Shell::initially_hide_cursor_ = false;
187 // Shell, public:
190 Shell* Shell::CreateInstance(const ShellInitParams& init_params) {
192 instance_ = new Shell(init_params.delegate);
198 Shell* Shell::GetInstance() {
204 bool Shell
634 Shell::Shell(ShellDelegate* delegate) function in class:ash::Shell
[all...]
H A Dshell.h160 // Shell is a singleton object that presents the Shell API and implements the
163 // Upon creation, the Shell sets itself as the RootWindow's delegate, which
164 // takes ownership of the Shell.
165 class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate, class in namespace:ash
179 static Shell* CreateInstance(const ShellInitParams& init_params);
182 static Shell* GetInstance();
591 explicit Shell(ShellDelegate* delegate);
592 virtual ~Shell();
616 static Shell* instance
[all...]
/external/chromium_org/build/android/pylib/device/
H A Dadb_wrapper.py153 def Shell(self, command, expect_rc=None, timeout=_DEFAULT_TIMEOUT, member in class:AdbWrapper
/external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
H A DShell.java38 public class Shell extends LinearLayout { class in inherits:LinearLayout
70 public Shell(Context context, AttributeSet attrs) { method in class:Shell
93 * Initializes the Shell for use.
95 * @param nativeShell The pointer to the native Shell object.
123 * @return Whether the Shell has been destroyed.
131 * @return Whether or not the Shell is loading content.
320 * @return The {@link ViewGroup} currently shown by this Shell.
327 * @return The {@link ContentViewCore} currently managing the view shown by this Shell.
/external/chromium_org/content/shell/browser/
H A Dshell.cc33 const int Shell::kDefaultTestWindowWidthDip = 800;
34 const int Shell::kDefaultTestWindowHeightDip = 600;
36 std::vector<Shell*> Shell::windows_;
37 base::Callback<void(Shell*)> Shell::shell_created_callback_;
39 bool Shell::quit_message_loop_ = true;
41 class Shell::DevToolsWebContentsObserver : public WebContentsObserver {
43 DevToolsWebContentsObserver(Shell* shell, WebContents* web_contents)
54 Shell* shell
59 Shell::Shell(WebContents* web_contents) function in class:content::Shell
[all...]
H A Dshell.h51 // This represents one window of the Content Shell, i.e. all the UI including
53 class Shell : public WebContentsDelegate, class in namespace:content
59 virtual ~Shell();
84 static Shell* CreateNewWindow(BrowserContext* browser_context,
90 // Returns the Shell object corresponding to the given RenderViewHost.
91 static Shell* FromRenderViewHost(RenderViewHost* rvh);
94 static std::vector<Shell*>& windows() { return windows_; }
101 base::Callback<void(Shell*)> shell_created_callback);
169 explicit Shell(WebContents* web_contents);
171 // Helper to create a new Shell give
[all...]
/external/chromium_org/tools/cr/cr/base/
H A Dhost.py121 def Shell(self, *command): member in class:Host
/external/chromium_org/v8/src/
H A Dd8.h245 class Shell { class in namespace:v8
247 class Shell : public i::AllStatic {
/external/chromium_org/v8/tools/testrunner/network/
H A Ddistro.py29 class Shell(object): class in inherits:object
59 shells[shell] = Shell(shell)
/external/clang/include/clang/AST/
H A DExpr.h2084 explicit ArraySubscriptExpr(EmptyShell Shell) argument
2085 : Expr(ArraySubscriptExprClass, Shell) { }
2767 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) argument
2768 : CastExpr(ImplicitCastExprClass, Shell, PathSize) { }
2832 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument
2833 : CastExpr(SC, Shell, PathSize) { }
2865 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) argument
2866 : ExplicitCastExpr(CStyleCastExprClass, Shell, PathSize) { }
H A DExprCXX.h195 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument
196 : ExplicitCastExpr(SC, Shell, PathSize) { }
1223 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize)
1224 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize) { }
1562 explicit CXXScalarValueInitExpr(EmptyShell Shell) argument
1563 : Expr(CXXScalarValueInitExprClass, Shell) { }
1637 explicit CXXNewExpr(EmptyShell Shell) argument
1638 : Expr(CXXNewExprClass, Shell), SubExprs(nullptr) { }
1805 explicit CXXDeleteExpr(EmptyShell Shell)
1806 : Expr(CXXDeleteExprClass, Shell), OperatorDelet
[all...]
H A DExprObjC.h1544 explicit ObjCBridgedCastExpr(EmptyShell Shell) argument
1545 : ExplicitCastExpr(ObjCBridgedCastExprClass, Shell, 0) { }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/javasqlite/src/main/java/SQLite/
H A DShell.java12 * java SQLite.Shell [OPTIONS] database [SHELLCMD]
18 public class Shell implements Callback { class in inherits:Callback
40 public Shell(PrintWriter pw, PrintWriter err) { method in class:Shell
45 public Shell(PrintStream ps, PrintStream errs) { method in class:Shell
51 Shell s = new Shell(this.pw, this.err);
160 tableName = Shell.sql_quote_dbl(str);
162 tableName = Shell.sql_quote(str);
178 case Shell.MODE_Line:
190 case Shell
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 2618 milliseconds