HomeSort by relevance Sort by last modified time
    Searched refs:chrome (Results 26 - 50 of 67) sorted by null

12 3

  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 35 #include "Chrome.h"
163 QWebPageClient* pageClient = m_page->chrome()->client()->platformPageClient();
783 Chrome* chrome = m_page->chrome();
784 if (!chrome)
786 ChromeClient* chromeClient = chrome->client();
  /external/v8/test/mjsunit/tools/
tickprocessor.js 255 'chrome.exe', 0x00400000, 0x00472000,
267 'chrome.exe', 0x00400000, 0x00472000,
278 'chrome.dll', 0x01c30000, 0x02b80000,
290 'chrome.dll', 0x01c30000, 0x02b80000,
  /external/webkit/WebCore/platform/mac/
PopupMenuMac.mm 23 #import "Chrome.h"
166 page->chrome()->client()->willPopUpMenu(menu);
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);
  /external/webkit/WebCore/dom/
InputElement.cpp 25 #include "Chrome.h"
228 page->chrome()->client()->formStateDidChange(element);
  /external/webkit/WebCore/loader/
FrameLoader.cpp 45 #include "Chrome.h"
271 page->chrome()->focus(isProcessingUserGesture());
273 page->chrome()->focus();
289 Page* page = oldPage->chrome()->createWindow(m_frame, requestWithReferrer, features);
297 page->chrome()->setToolbarsVisible(features.toolBarVisible || features.locationBarVisible);
298 page->chrome()->setStatusbarVisible(features.statusBarVisible);
299 page->chrome()->setScrollbarsVisible(features.scrollbarsVisible);
300 page->chrome()->setMenubarVisible(features.menuBarVisible);
301 page->chrome()->setResizable(features.resizable);
307 FloatRect windowRect = page->chrome()->windowRect()
    [all...]
  /external/webkit/WebCore/page/
Page.h 45 class Chrome;
138 Chrome* chrome() const { return m_chrome.get(); } function in class:WebCore::Page
253 OwnPtr<Chrome> m_chrome;
Geolocation.cpp 31 #include "Chrome.h"
249 m_frame->page()->chrome()->cancelGeolocationPermissionRequestForFrame(m_frame);
554 // Ask the chrome: it maintains the geolocation challenge policy itself.
555 page->chrome()->requestGeolocationPermissionForFrame(m_frame, this);
568 // requestPermission() will ask the chrome for permission. This may be
PageGroup.cpp 29 #include "Chrome.h"
135 (*m_pages.begin())->chrome()->client()->populateVisitedLinks();
FrameView.cpp 32 #include "Chrome.h"
387 page->chrome()->contentsSizeChanged(frame(), size); //notify only
463 page->chrome()->client()->setNeedsOneShotDrawingSynchronization();
989 return page->chrome();
    [all...]
EventHandler.cpp 32 #include "Chrome.h"
    [all...]
  /external/webkit/WebCore/css/
MediaQueryEvaluator.cpp 31 #include "Chrome.h"
290 return value->isPrimitiveValue() && compareValue(frame->page()->chrome()->scaleFactor(), static_cast<CSSPrimitiveValue*>(value)->getFloatValue(), op);
292 return frame->page()->chrome()->scaleFactor() != 0;
  /external/webkit/WebCore/html/
HTMLTextAreaElement.cpp 30 #include "Chrome.h"
68 frame->page()->chrome()->client()->formStateDidChange(element);
HTMLFormElement.cpp 29 #include "Chrome.h"
242 shouldGenerateFile = page->chrome()->client()->shouldReplaceWithGeneratedFileForUpload(path, generatedFileName);
HTMLMediaElement.cpp 31 #include "Chrome.h"
    [all...]
HTMLParser.cpp 31 #include "Chrome.h"
144 , m_parserQuirks(m_document->page() ? m_document->page()->chrome()->client()->createHTMLParserQuirks() : 0)
163 , m_parserQuirks(m_document->page() ? m_document->page()->chrome()->client()->createHTMLParserQuirks() : 0)
    [all...]
  /external/webkit/WebCore/rendering/
RenderFileUploadControl.cpp 24 #include "Chrome.h"
125 page->chrome()->runOpenPanel(frame, m_fileChooser);
RenderLayerCompositor.cpp 32 #include "Chrome.h"
158 page->chrome()->client()->scheduleCompositingLayerSync();
    [all...]
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.cpp 36 #include "Chrome.h"
568 Chrome* chrome = mPage->chrome(); local
569 if (chrome) {
570 ChromeClientAndroid* client = static_cast<ChromeClientAndroid*>(chrome->client());
    [all...]
  /external/webkit/WebKit/chromium/src/
WebPluginContainerImpl.cpp 34 #include "Chrome.h"
381 static_cast<ChromeClientImpl*>(page->chrome()->client());
ChromiumBridge.cpp 36 #include "Chrome.h"
104 return static_cast<ChromeClientImpl*>(page->chrome()->client());
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 35 #include "Chrome.h"
435 return frame->page()->chrome()->canRunModalNow();
553 dialogFrame->page()->chrome()->runModal();
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 35 #include "Chrome.h"
329 view->frame()->page()->chrome()->client());
372 v->frame()->page()->chrome()->client());
    [all...]
  /external/webkit/WebCore/inspector/
InspectorController.cpp 37 #include "Chrome.h"
    [all...]
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp 25 #include "Chrome.h"
    [all...]

Completed in 767 milliseconds

12 3