/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...] |
Page.h | 45 class Chrome; 138 Chrome* chrome() const { return m_chrome.get(); } function in class:WebCore::Page 253 OwnPtr<Chrome> m_chrome;
|
FocusController.cpp | 31 #include "Chrome.h" 195 // We didn't find a node to focus, so we should try to pass focus to Chrome. 196 if (!initialFocus && m_page->chrome()->canTakeFocus(direction)) { 199 m_page->chrome()->takeFocus(direction); 203 // Chrome doesn't want focus, so we should wrap focus.
|
Frame.cpp | 39 #include "Chrome.h" 749 m_page->chrome()->setStatusbarText(this, m_kjsStatusBarText); 757 m_page->chrome()->setStatusbarText(this, m_kjsDefaultStatusBarText); 1672 Chrome* chrome = page() ? page()->chrome() : 0; local [all...] |
Navigator.cpp | 26 #include "Chrome.h" 268 page->chrome()->registerProtocolHandler(scheme, baseURL, url, m_frame->displayStringModifiedByEncoding(title)); 300 page->chrome()->registerContentHandler(mimeType, baseURL, url, m_frame->displayStringModifiedByEncoding(title));
|
/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/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/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/icu4c/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/webkit/WebCore/manual-tests/resources/ |
chrome-bidi-text-window.html | 19 This tests drawing bidirectional text in Windows Safari chrome.
|
/external/webkit/WebKit/gtk/webkit/ |
webkitprivate.cpp | 26 #include "Chrome.h" 96 ASSERT(corePage->chrome()); 97 WebKit::ChromeClient* client = static_cast<WebKit::ChromeClient*>(corePage->chrome()->client()); 225 GtkWidget* toplevel = gtk_widget_get_toplevel(GTK_WIDGET(frame->page()->chrome()->platformPageClient()));
|
/external/webkit/WebCore/plugins/qt/ |
PluginDataQt.cpp | 27 #include "Chrome.h" 37 QWebPage* webPage = static_cast<ChromeClientQt*>(m_page->chrome()->client())->m_webPage;
|
/external/webkit/WebKit/chromium/src/ |
StorageNamespaceProxy.cpp | 31 #include "Chrome.h" 52 WebKit::ChromeClientImpl* chromeClientImpl = static_cast<WebKit::ChromeClientImpl*>(page->chrome()->client());
|
/external/webkit/WebCore/platform/wince/ |
FileChooserWince.cpp | 30 #include "Chrome.h"
|
/external/webkit/WebCore/history/ |
CachedFrame.cpp | 46 #include "Chrome.h" 111 m_document->page()->chrome()->client()->needTouchEvents(true); 161 m_document->page()->chrome()->client()->needTouchEvents(false);
|
/external/webkit/WebCore/platform/mac/ |
WidgetMac.mm | 34 #import "Chrome.h" 97 // FIXME: Should move this to Chrome; bad layering that this knows about Frame. 108 page->chrome()->focusNSView(view);
|