OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shell
(Results
1 - 25
of
157
) sorted by null
1
2
3
4
5
6
7
/development/scripts/app_engine_server/gae_shell/static/
shell.js
17
* Javascript code for the interactive AJAX
shell
.
21
* Includes a function (
shell
.runStatement) that sends the current python
22
* statement in the
shell
prompt text box to the server, and a callback
23
* (
shell
.done) that displays the results when the XmlHttpRequest returns.
25
* Also includes cross-browser code (
shell
.getXmlHttpRequest) to get an
30
*
Shell
namespace.
33
var
shell
= {}
36
* The
shell
history. history is an array of strings, ordered oldest to
46
shell
.history = [''];
49
* See {
shell
.history
[
all
...]
/external/chromium_org/chrome/test/mini_installer/
uninstall_chrome.py
10
shell
=True)
variable
/external/chromium_org/ash/shell/
shell_main_parts.cc
5
#include "ash/
shell
/shell_main_parts.h"
12
namespace
shell
{
namespace in namespace:ash
21
} // namespace
shell
shell_main_parts.h
9
namespace
shell
{
namespace in namespace:ash
14
} // namespace
shell
example_factory.h
17
namespace
shell
{
namespace in namespace:ash
28
} // namespace
shell
context_menu.cc
5
#include "ash/
shell
/context_menu.h"
10
#include "ash/
shell
.h"
15
namespace
shell
{
namespace in namespace:ash
36
return
Shell
::GetInstance()->GetShelfAutoHideBehavior(root_window_) ==
54
Shell
*
shell
=
Shell
::GetInstance();
local
57
shell
->SetShelfAutoHideBehavior(
58
shell
->GetShelfAutoHideBehavior(root_window_) ==
69
} // namespace
shell
[
all
...]
launcher_delegate_impl.h
16
namespace
shell
{
namespace in namespace:ash
55
} // namespace
shell
toplevel_window.h
11
namespace
shell
{
namespace in namespace:ash
41
} // namespace
shell
window_watcher.h
22
namespace
shell
{
namespace in namespace:ash
59
} // namespace
shell
bubble.cc
13
namespace
shell
{
namespace in namespace:ash
46
} // namespace
shell
context_menu.h
18
namespace
shell
{
namespace in namespace:ash
48
} // namespace
shell
lock_view.cc
6
#include "ash/
shell
.h"
8
#include "ash/
shell
/example_factory.h"
19
using ash::
Shell
;
22
namespace
shell
{
namespace in namespace:ash
66
Shell
::GetInstance()->session_state_delegate()->UnlockScreen();
89
gfx::Size root_window_size =
Shell
::GetPrimaryRootWindow()->bounds().size();
94
params.parent =
Shell
::GetContainer(
95
Shell
::GetPrimaryRootWindow(),
104
Shell
::GetInstance()->tooltip_controller()->UpdateTooltip(
108
} // namespace
shell
[
all
...]
shell_delegate_impl.h
18
namespace
shell
{
namespace in namespace:ash
96
} // namespace
shell
/external/chromium_org/ash/shell/content_client/
shell_content_browser_client.h
20
namespace
shell
{
namespace in namespace:ash
44
} // namespace
shell
shell_content_browser_client.cc
5
#include "ash/
shell
/content_client/shell_content_browser_client.h"
7
#include "ash/
shell
/content_client/shell_browser_main_parts.h"
8
#include "content/
shell
/shell_browser_context.h"
12
namespace
shell
{
namespace in namespace:ash
shell_main_delegate.h
11
#include "content/
shell
/common/shell_content_client.h"
20
namespace
shell
{
namespace in namespace:ash
42
} // namespace
shell
shell_browser_main_parts.cc
5
#include "ash/
shell
/content_client/shell_browser_main_parts.h"
9
#include "ash/
shell
.h"
10
#include "ash/
shell
/shell_delegate_impl.h"
11
#include "ash/
shell
/window_watcher.h"
21
#include "content/
shell
/shell_browser_context.h"
22
#include "content/
shell
/shell_net_log.h"
46
namespace
shell
{
namespace in namespace:ash
59
return ash::
Shell
::GetInstance()->CreateDefaultNonClientFrameView(widget);
72
params->context =
Shell
::GetPrimaryRootWindow();
113
delegate_ = new ash::
shell
::ShellDelegateImpl
[
all
...]
shell_browser_main_parts.h
26
namespace
shell
{
namespace in namespace:ash
51
scoped_ptr<ash::
shell
::WindowWatcher> window_watcher_;
52
ShellDelegateImpl* delegate_; // owned by
Shell
57
} // namespace
shell
shell_main_delegate.cc
5
#include "ash/
shell
/content_client/shell_main_delegate.h"
7
#include "ash/
shell
/content_client/shell_content_browser_client.h"
13
namespace
shell
{
namespace in namespace:ash
44
} // namespace
shell
/external/chromium_org/chrome/browser/ui/ash/
ash_init.cc
12
#include "ash/
shell
.h"
57
ash::
Shell
::set_initially_hide_cursor(true);
60
//
Shell
takes ownership of ChromeShellDelegate.
61
ash::
Shell
*
shell
= ash::
Shell
::CreateInstance(new ChromeShellDelegate);
local
62
shell
->event_rewriter_filter()->SetEventRewriterDelegate(
64
shell
->accelerator_controller()->SetScreenshotDelegate(
67
shell
->accelerator_controller()->SetBrightnessControlDelegate(
70
shell
->accelerator_controller()->SetImeControlDelegate
[
all
...]
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
AwShellResourceProvider.java
5
package org.chromium.android_webview.
shell
;
/external/chromium_org/ash/wm/gestures/
shelf_gesture_handler.cc
12
#include "ash/
shell
.h"
34
Shell
*
shell
=
Shell
::GetInstance();
local
35
if (!
shell
->session_state_delegate()->NumberOfLoggedInUsers() ||
36
shell
->session_state_delegate()->IsScreenLocked()) {
42
RootWindowController* controller =
Shell
::GetPrimaryRootWindowController();
/external/chromium_org/content/test/
content_browser_test.h
16
class
Shell
;
33
Shell
* CreateBrowser();
36
Shell
* CreateOffTheRecordBrowser();
39
Shell
*
shell
() const { return shell_; }
function in class:content::ContentBrowserTest
44
Shell
* shell_;
/frameworks/webview/chromium/tools/WebViewShell/src/com/android/webview/chromium/shell/
TelemetryActivity.java
17
package com.android.webview.chromium.
shell
;
/external/linux-tools-perf/config/
utilities.mak
22
# GNU make's $(
shell
...) function converts to a
42
#
shell
-escape-nl
44
# Usage: $(
shell
some-command | $(call
shell
-escape-nl[,escape]))
46
# Use this to escape newlines from within a
shell
call;
50
# in an `awk' program that is delimited by
shell
54
define
shell
-escape-nl
58
#
shell
-unescape-nl
60
# Usage: $(
shell
some-command | $(call
shell
-unescape-nl[,escape])
[
all
...]
Completed in 544 milliseconds
1
2
3
4
5
6
7