HomeSort by relevance Sort by last modified time
    Searched full:chrome (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/WebCore/manual-tests/
chrome-bidi-text.html 2 This tests drawing bidirectional text in Windows Safari chrome. Click the
5 <button onclick='open("resources/chrome-bidi-text-window.html", null, "toolbar=no")'>Start</button
  /external/webkit/WebCore/page/
Chrome.cpp 22 #include "Chrome.h"
58 Chrome::Chrome(Page* page, ChromeClient* client)
65 Chrome::~Chrome()
70 void Chrome::repaint(const IntRect& windowRect, bool contentChanged, bool immediate, bool repaintContentOnly)
75 void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect)
80 IntPoint Chrome::screenToWindow(const IntPoint& point) const
85 IntRect Chrome::windowToScreen(const IntRect& rect) const
90 PlatformPageClient Chrome::platformPageClient() cons
    [all...]
BarInfo.cpp 32 #include "Chrome.h"
71 return page->chrome()->toolbarsVisible();
73 return page->chrome()->menubarVisible();
75 return page->chrome()->scrollbarsVisible();
77 return page->chrome()->statusbarVisible();
Chrome.h 55 class Chrome : public HostWindow {
57 Chrome(Page*, ChromeClient*);
58 ~Chrome();
DOMWindow.cpp 35 #include "Chrome.h"
356 return page->chrome()->canRunModal();
366 return page->chrome()->canRunModalNow();
636 NotificationPresenter* provider = page->chrome()->notificationPresenter();
770 page->chrome()->print(m_frame);
794 page->chrome()->runJavaScriptAlert(m_frame, message);
808 return page->chrome()->runJavaScriptConfirm(m_frame, message);
823 if (page->chrome()->runJavaScriptPrompt(m_frame, message, defaultValue, returnValue))
852 return static_cast<int>(page->chrome()->windowRect().height());
864 return static_cast<int>(page->chrome()->windowRect().width())
    [all...]
  /external/chromium/base/third_party/nss/
README.chromium 5 deleted or commented out unused code, and tweaked them for Chrome's source
6 tree. sha512.c is renamed sha512.cc so that it can include Chrome's C++
  /external/chromium/base/third_party/icu/
README 6 CBU_/CBU8_/CBU16_ (for "Chrome Base") to avoid confusion with the "real" ICU
  /external/webkit/WebCore/page/mac/
ChromeMac.mm 21 #import "Chrome.h"
29 void Chrome::focusNSView(NSView* view)
  /external/webkit/WebCore/platform/text/chromium/
TextBreakIteratorInternalICUChromium.cpp 34 // Chrome's UI language can be different from the OS UI language on Windows.
35 // We want to return Chrome's UI language here.
  /external/chromium/third_party/libevent/
README.chromium 7 Rather than use libevent's own build system, we just build a Chrome
  /external/webkit/WebCore/accessibility/win/
AXObjectCacheWin.cpp 31 #include "Chrome.h"
72 if (!page || !page->chrome()->platformPageClient())
103 NotifyWinEvent(msaaEvent, page->chrome()->platformPageClient(), OBJID_CLIENT, -static_cast<LONG>(obj->axObjectID()));
131 if (!page || !page->chrome()->platformPageClient())
  /external/chromium/base/
linux_versioninfo.scons 262 '../chrome/tools/build/version.py',
264 '../chrome/VERSION',
266 '../chrome/app/theme/chromium/BRANDING',
276 '../chrome/tools/build/version.py',
278 '../chrome/VERSION',
280 '../chrome/app/theme/chromium/BRANDING',
288 '$SRC_DIR/base/../chrome/VERSION',
289 '$SRC_DIR/base/../chrome/app/theme/chromium/BRANDING',
base.gyp 288 'version_py_path': '../chrome/tools/build/version.py',
289 'version_path': '../chrome/VERSION',
293 [ 'branding == "Chrome"', {
296 '../chrome/app/theme/google_chrome/BRANDING',
298 }, { # else branding!="Chrome"
301 '../chrome/app/theme/chromium/BRANDING',
base_switches.cc 9 // If the program includes chrome/common/debug_on_start.h, the process will
  /packages/apps/Browser/tools/
get_search_engines.py 57 The search engine data is downloaded from the Chrome source repository.
60 'http://src.chromium.org/viewvc/chrome/trunk/src/chrome/'
63 print 'Unable to get Chrome source data for search engine list.\nExiting.'
97 The returned strings are in the same order as in the Chrome source data file
106 # " <name> =" in the chrome data file.
111 '. Please check the chrome data file for format changes.')
149 The data comes from the Chrome data file.
151 # The Chrome data file has an array defined with the name 'engines_XX'
  /external/chromium/third_party/icu/patches/
data.build.patch 8 +# CHROME: unames.icu and invuca.icu are excluded from the data file
19 +# CHROME : do not include ucmebcdic.mk and two IBM EBCDIC code pages
44 +# CHROME : To save space, use '-R' option
54 +# CHROME: We don't need invuca.icu
64 +# CHROME: We don't need unames.icu.
  /external/webkit/WebCore/accessibility/chromium/
AXObjectCacheChromium.cpp 30 #include "Chrome.h"
42 return static_cast<ChromeClientChromium*>(page->chrome()->client());
  /external/webkit/WebCore/platform/qt/
PopupMenuQt.cpp 29 #include "Chrome.h"
52 view->frame()->page()->chrome()->client());
  /external/webkit/WebCore/platform/win/
WidgetWin.cpp 29 #include "Chrome.h"
97 page->chrome()->setCursor(lastSetCursor);
  /external/chromium/net/base/
net_module.h 17 // cannot see the ResourceBundle class used by Chrome), so it uses this API to
  /external/chromium/third_party/icu/build/
common.vsprops 5 Name="chrome"
  /external/chromium/third_party/icu/source/data/mappings/
noop-cns-11643.ucm 11 # for every byte sequence valid in ISO-2022-CN(-Ext). Chrome and Android
noop-gb2312_gl.ucm 12 # for every byte sequence valid in GB2312 GL. Chrome and Android
noop-iso-ir-165.ucm 12 # for every byte sequence valid in ISO-IR-165. Chrome and Android
  /external/icu4c/data/mappings/
noop-cns-11643.ucm 11 # for every byte sequence valid in ISO-2022-CN(-Ext). Chrome and Android

Completed in 487 milliseconds

1 2 3 4 5 6 7 8 9