HomeSort by relevance Sort by last modified time
    Searched refs:web (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/web/
webkit.target.darwin-arm.mk 72 third_party/WebKit/Source/web/ApplicationCacheHost.cpp \
73 third_party/WebKit/Source/web/AssertMatchingEnums.cpp \
74 third_party/WebKit/Source/web/AssociatedURLLoader.cpp \
75 third_party/WebKit/Source/web/AsyncFileSystemChromium.cpp \
76 third_party/WebKit/Source/web/AsyncFileWriterChromium.cpp \
77 third_party/WebKit/Source/web/AutofillPopupMenuClient.cpp \
78 third_party/WebKit/Source/web/BackForwardClientImpl.cpp \
79 third_party/WebKit/Source/web/ChromeClientImpl.cpp \
80 third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp \
81 third_party/WebKit/Source/web/ColorChooserUIController.cpp
    [all...]
webkit.target.darwin-mips.mk 72 third_party/WebKit/Source/web/ApplicationCacheHost.cpp \
73 third_party/WebKit/Source/web/AssertMatchingEnums.cpp \
74 third_party/WebKit/Source/web/AssociatedURLLoader.cpp \
75 third_party/WebKit/Source/web/AsyncFileSystemChromium.cpp \
76 third_party/WebKit/Source/web/AsyncFileWriterChromium.cpp \
77 third_party/WebKit/Source/web/AutofillPopupMenuClient.cpp \
78 third_party/WebKit/Source/web/BackForwardClientImpl.cpp \
79 third_party/WebKit/Source/web/ChromeClientImpl.cpp \
80 third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp \
81 third_party/WebKit/Source/web/ColorChooserUIController.cpp
    [all...]
webkit.target.darwin-x86.mk 72 third_party/WebKit/Source/web/ApplicationCacheHost.cpp \
73 third_party/WebKit/Source/web/AssertMatchingEnums.cpp \
74 third_party/WebKit/Source/web/AssociatedURLLoader.cpp \
75 third_party/WebKit/Source/web/AsyncFileSystemChromium.cpp \
76 third_party/WebKit/Source/web/AsyncFileWriterChromium.cpp \
77 third_party/WebKit/Source/web/AutofillPopupMenuClient.cpp \
78 third_party/WebKit/Source/web/BackForwardClientImpl.cpp \
79 third_party/WebKit/Source/web/ChromeClientImpl.cpp \
80 third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp \
81 third_party/WebKit/Source/web/ColorChooserUIController.cpp
    [all...]
webkit.target.linux-arm.mk 72 third_party/WebKit/Source/web/ApplicationCacheHost.cpp \
73 third_party/WebKit/Source/web/AssertMatchingEnums.cpp \
74 third_party/WebKit/Source/web/AssociatedURLLoader.cpp \
75 third_party/WebKit/Source/web/AsyncFileSystemChromium.cpp \
76 third_party/WebKit/Source/web/AsyncFileWriterChromium.cpp \
77 third_party/WebKit/Source/web/AutofillPopupMenuClient.cpp \
78 third_party/WebKit/Source/web/BackForwardClientImpl.cpp \
79 third_party/WebKit/Source/web/ChromeClientImpl.cpp \
80 third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp \
81 third_party/WebKit/Source/web/ColorChooserUIController.cpp
    [all...]
webkit.target.linux-mips.mk 72 third_party/WebKit/Source/web/ApplicationCacheHost.cpp \
73 third_party/WebKit/Source/web/AssertMatchingEnums.cpp \
74 third_party/WebKit/Source/web/AssociatedURLLoader.cpp \
75 third_party/WebKit/Source/web/AsyncFileSystemChromium.cpp \
76 third_party/WebKit/Source/web/AsyncFileWriterChromium.cpp \
77 third_party/WebKit/Source/web/AutofillPopupMenuClient.cpp \
78 third_party/WebKit/Source/web/BackForwardClientImpl.cpp \
79 third_party/WebKit/Source/web/ChromeClientImpl.cpp \
80 third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp \
81 third_party/WebKit/Source/web/ColorChooserUIController.cpp
    [all...]
webkit.target.linux-x86.mk 72 third_party/WebKit/Source/web/ApplicationCacheHost.cpp \
73 third_party/WebKit/Source/web/AssertMatchingEnums.cpp \
74 third_party/WebKit/Source/web/AssociatedURLLoader.cpp \
75 third_party/WebKit/Source/web/AsyncFileSystemChromium.cpp \
76 third_party/WebKit/Source/web/AsyncFileWriterChromium.cpp \
77 third_party/WebKit/Source/web/AutofillPopupMenuClient.cpp \
78 third_party/WebKit/Source/web/BackForwardClientImpl.cpp \
79 third_party/WebKit/Source/web/ChromeClientImpl.cpp \
80 third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp \
81 third_party/WebKit/Source/web/ColorChooserUIController.cpp
    [all...]
  /external/javassist/sample/rmi/
Counter.java 24 AppletServer web = new AppletServer(args[0]); local
25 web.exportObject("counter", new Counter());
26 web.run();
  /external/chromium/chrome/browser/resources/options/
advanced_options.css 16 #advancedPage .web-content-select-label {
20 #advancedPage .web-content-select-label > span:only-of-type {
  /external/javassist/src/main/javassist/tools/web/
BadHttpRequest.java 16 package javassist.tools.web;
Webserver.java 16 package javassist.tools.web;
24 * A web server for running sample programs.
27 * web browsers for applets. Since the (standard) security manager
29 * instrumenting class files must be done by this web server.
32 * it is provided as a sample implementation of the web server using
74 * Starts a web server.
79 Webserver web = new Webserver(args[0]); local
80 web.run();
84 "Usage: java javassist.tools.web.Webserver <port number>");
88 * Constructs a web server
392 Webserver web; field in class:ServiceThread
    [all...]
  /external/eigen/scripts/
eigen_gen_docs 16 rsync -az --no-p --delete build/doc/html/ $USER@ssh.tuxfamily.org:eigen/eigen.tuxfamily.org-web/htdocs/dox-devel/ || { echo "upload failed"; exit 1; }
19 ssh $USER@ssh.tuxfamily.org 'chmod -R g+w /home/eigen/eigen.tuxfamily.org-web/htdocs/dox-devel' || { echo "perm failed"; exit 1; }
  /external/javassist/sample/evolve/
DemoServer.java 3 import javassist.tools.web.*;
7 * A web server for demonstrating class evolution. It must be
10 * If a html file /java.html is requested, this web server calls
15 * similar to a CGI script or a servlet. The web server never
16 * sends the class file of WebPage to web browsers.
18 * Furthermore, if a html file /update.html is requested, this web
30 DemoServer web = new DemoServer(Integer.parseInt(args[0])); local
31 web.run();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
host_mock.py 41 def __init__(self, log_executive=False, executive_throws_when_run=None, initialize_scm_by_default=True, web=None):
44 self.web = web or MockWeb()
host.py 37 from webkitpy.common.net import buildbot, web namespace
49 self.web = web.Web()
  /packages/apps/Browser/src/com/android/browser/
UrlBarAutoShowManager.java 119 WebView web = (WebView) v; local
128 && (web.getVisibleTitleHeight() == 0
129 || (!mIsScrolling && web.getScrollY() > 0))) {
XLargeUi.java 118 BrowserWebView web = (BrowserWebView) mUiController.getCurrentWebView(); local
243 WebView web = mActiveTab.getWebView(); local
249 if ((web != null) && web.hasFocus() && !mTitleBar.hasFocus()) {
TitleBar.java 396 WebView web = getCurrentWebView(); local
397 if (FOCUS_DOWN == dir && hasFocus() && web != null
398 && web.hasFocusable() && web.getParent() != null) {
399 return web;
BaseUi.java 273 WebView web = mActiveTab.getWebView(); local
274 if (web != null) {
275 web.setOnTouchListener(null);
279 BrowserWebView web = (BrowserWebView) mActiveTab.getWebView(); local
282 if (web != null) {
286 web.setTitleBar(null);
289 web.setTitleBar(mTitleBar);
304 WebView web = mActiveTab != null ? mActiveTab.getWebView() : null; local
305 if (!mUseQuickControls && web instanceof BrowserWebView) {
306 mUrlBarAutoShowManager.setTarget((BrowserWebView) web);
456 WebView web = getWebView(); local
    [all...]
PhoneUi.java 479 public void set(TitleBar tbar, WebView web) {
480 if (tbar == null || web == null) {
500 int h = web.getHeight() - tbar.getEmbeddedHeight();
502 || mContentBitmap.getWidth() != web.getWidth()
504 mContentBitmap = safeCreateBitmap(web.getWidth(), h);
508 int tx = web.getScrollX();
509 int ty = web.getScrollY();
511 web.draw(c);
  /external/bison/build-aux/
gnu-web-doc-update 2 # Run this after each non-alpha release, to update the web documentation at
37 release, to update the web documentation at
136 tmp_branch=web-doc-$version-$$
163 make web-manual
167 tmp=$(mktemp -d web-doc-update.XXXXXX) || exit 1
  /external/chromium_org/remoting/webapp/
host.js 39 * the host's major version number is more than 1 lower than that of the web-
44 * @param {string|number} webappVersion The version number of the web-app, in
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
svn-log_unittests.js 42 '&gt; codebase. It shouldn\'t effect any web-visible behavior, as the interesting\n' +
  /packages/screensavers/WebView/src/com/android/dreams/web/
SetURL.java 17 package com.android.dreams.web;
SetURLInteractive.java 17 package com.android.dreams.web;
  /external/chromium/chrome/browser/resources/ntp/
apps.css 132 .app.web-store-entry > a {
176 We position the web store entry all by its lonesome in the top of the rightmost
181 .app.web-store-entry.loner {
187 html[dir=rtl] .app.web-store-entry.loner {

Completed in 2570 milliseconds

1 2 3 4 5 6