Searched refs:shell (Results 226 - 250 of 765) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_browsertest.cc14 #include "content/shell/browser/shell.h"
165 return ExecuteScript(shell()->web_contents(), javascript);
170 TitleWatcher title_watcher(shell()->web_contents(), expected_title16);
212 shell()->web_contents(),
222 shell()->web_contents(),
233 shell()->web_contents(),
265 shell()->web_contents(),
274 shell()->web_contents(),
297 shell()
423 GetSsrcInfoBlockCount(Shell* shell) argument
[all...]
/external/chromium_org/content/child/
H A Dsite_isolation_policy_browsertest.cc73 NavigateToURL(shell(), foo);
103 NavigateToURL(shell(), foo);
/external/chromium_org/content/shell/android/
H A Dshell_manager.cc5 #include "content/shell/android/shell_manager.h"
13 #include "content/shell/browser/shell.h"
14 #include "content/shell/browser/shell_browser_context.h"
15 #include "content/shell/browser/shell_content_browser_client.h"
34 jobject CreateShellView(Shell* shell) { argument
40 reinterpret_cast<intptr_t>(shell)).Release();
/external/chromium_org/third_party/mesa/src/src/gallium/targets/vdpau-nouveau/
H A DMakefile6 DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
24 DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm_nouveau --libs) -lXfixes
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/
H A DMakefile24 $(shell $(PKG_CONFIG) --libs libdrm libdrm_nouveau)
27 $(shell $(PKG_CONFIG) --cflags-only-I libdrm libdrm_nouveau xf86driproto)
/external/chromium_org/third_party/skia/
H A DMakefile32 CWD := $(shell pwd)
69 uname := $(shell uname)
/external/chromium_org/third_party/sqlite/src/
H A Dpublish_osx.sh23 # Start by building an sqlite shell for linux.
30 gcc $CFLAGS -Itsrc sqlite3.c tsrc/shell.c -o $NAME -ldl
/external/chromium_org/tools/win/split_link/
H A Dgraph_dependencies.py23 shell=True, env=env)
32 shell=True)
/external/chromium_org/v8/tools/testrunner/server/
H A Dsignatures.py43 shell=True)
58 shell=True)
/external/google-tv-pairing-protocol/java/
H A DMakefile26 JAVA_SRC := $(shell find $(JAVA_SRC_DIR) -name '*.java')
100 jar cf $(JAR_NAME) -C $(JAVA_OUT) $(shell ls $(JAVA_OUT))
/external/libvpx/
H A Dconfig.arm.mk15 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_arm)/libvpx_srcs.txt))
H A Dconfig.mips.mk17 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_mips)/libvpx_srcs.txt))
H A Dconfig.x86.mk9 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_x86)/libvpx_srcs.txt))
/external/mesa3d/src/gallium/targets/vdpau-nouveau/
H A DMakefile6 DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
24 DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm_nouveau --libs) -lXfixes
/external/mesa3d/src/gallium/targets/xorg-nouveau/
H A DMakefile24 $(shell $(PKG_CONFIG) --libs libdrm libdrm_nouveau)
27 $(shell $(PKG_CONFIG) --cflags-only-I libdrm libdrm_nouveau xf86driproto)
/external/skia/
H A DMakefile32 CWD := $(shell pwd)
70 uname := $(shell uname)
/external/valgrind/main/none/tests/
H A Dshell.stderr.exp1 ./shell: ./x86/: is a directory
2 ./shell: ./shell.vgtest: Permission denied
6 ./shell: ./shell_binaryfile: cannot execute binary file
7 ./shell: ./shell_nosuchfile: No such file or directory
8 ./shell: shell_nosuchfile: command not found
/external/wpa_supplicant_8/hs20/client/
H A DAndroid.mk18 #GTKCFLAGS := $(shell pkg-config --cflags gtk+-2.0 webkit-1.0)
19 #GTKLIBS := $(shell pkg-config --libs gtk+-2.0 webkit-1.0)
56 #CFLAGS += $(shell xml2-config --cflags)
57 #LIBS += $(shell xml2-config --libs)
/external/wpa_supplicant_8/hs20/server/
H A DMakefile31 CFLAGS += $(shell xml2-config --cflags)
32 LIBS += $(shell xml2-config --libs)
/external/chromium_org/content/browser/
H A Dplugin_browsertest.cc18 #include "content/shell/browser/shell.h"
19 #include "content/shell/common/shell_switches.h"
103 LoadAndWaitInWindow(shell(), url);
152 NavigateToURL(shell(), GetURL("npobject_released_on_destruction.html"));
171 NavigateToURL(shell(), GetURL("execute_script_delete_in_mouse_up.html"));
174 TitleWatcher title_watcher(shell()->web_contents(), expected_title);
176 SimulateMouseClick(shell()->web_contents(), 0,
202 shell()->LoadURL(GetURL("self_delete_plugin_invoke_alert.html"));
205 TitleWatcher title_watcher(shell()
[all...]
/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.cc5 #include "ash/shell/shell_delegate_impl.h"
14 #include "ash/shell/context_menu.h"
15 #include "ash/shell/example_factory.h"
16 #include "ash/shell/keyboard_controller_proxy_stub.h"
17 #include "ash/shell/shelf_delegate_impl.h"
18 #include "ash/shell/toplevel_window.h"
30 namespace shell { namespace in namespace:ash
41 ash::shell::ToplevelWindow::CreateParams create_params;
44 ash::shell::ToplevelWindow::CreateToplevelWindow(create_params);
103 shell
[all...]
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DBuildExecutable.py58 def runcmd(cmd, shell=True):
59 if shell:
70 returncode = subprocess.call(cmd, shell=shell)
92 runcmd([os.path.abspath(program_name)] + list(args), shell=False)
/external/iputils/
H A DMakefile116 UNAME_N:=$(shell uname -n)
117 LASTTAG:=$(shell git describe HEAD | sed -e 's/-.*//')
118 TODAY=$(shell date +%Y/%m/%d)
119 DATE=$(shell date --date $(TODAY) +%Y%m%d)
120 TAG:=$(shell date --date=$(TODAY) +s%Y%m%d)
/external/chromium_org/third_party/icu/source/config/
H A Ddist.mk25 SVNVER=$(shell svnversion $(SVNTOP) | cut -d: -f1 | tr -cd 'a-zA-Z0-9')
26 SVNURL=$(shell svn info $(SVNTOP) | grep '^URL:' | cut -d: -f2-)
27 DISTY_VER=$(shell echo $(VERSION) | tr '.' '_' )
29 DISTY_FILE_DIR=$(shell pwd)/$(DISTY_DIR)
64 svn export -r $(shell echo $(SVNVER) | tr -d 'a-zA-Z' ) $(SVNURL) "$(DISTY_TMP)/icu"
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DHtmlTooltipHelper.java191 Shell shell = browser.getShell();
200 shell.setSize(shell.getSize().x, useHeight);
207 Point size = shell.getSize();
208 shell.setSize(size.x, size.y + delta + 1);
215 Point size = shell.getSize();
216 shell.setSize(offsetWidth + ((EnvironmentUtils.IS_MAC) ? 6 : 10), size.y);
221 if (shell.getSize().y < 30) {
314 Shell shell = label.getShell();
315 shell
[all...]

Completed in 1687 milliseconds

1234567891011>>