HomeSort by relevance Sort by last modified time
    Searched full:chrome (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /external/webkit/WebKit/chromium/src/
WebDocument.cpp 118 const char* kChromeApplicationHeader = "x-chrome-application";
InspectorClientImpl.cpp 68 // This method should never be called in Chrome as inspector front-end lives
WebWorkerClientImpl.h 52 // data types to Chrome compatible ones so that renderer code can use it over
WebPluginContainerImpl.cpp 34 #include "Chrome.h"
381 static_cast<ChromeClientImpl*>(page->chrome()->client());
  /external/webkit/WebKit/haiku/
ChangeLog 58 Notify the chrome when the focused node has changed.
  /external/webkit/WebCore/dom/
InputElement.cpp 25 #include "Chrome.h"
228 page->chrome()->client()->formStateDidChange(element);
  /external/webkit/WebCore/page/
PageGroup.cpp 29 #include "Chrome.h"
135 (*m_pages.begin())->chrome()->client()->populateVisitedLinks();
ChromeClient.h 160 // The chrome client would need to take some action such as evicting some
Frame.h 178 // === to be moved into Chrome
FrameView.cpp 32 #include "Chrome.h"
387 page->chrome()->contentsSizeChanged(frame(), size); //notify only
463 page->chrome()->client()->setNeedsOneShotDrawingSynchronization();
989 return page->chrome();
    [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/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_failures.py 211 # Chrome doesn't know to display a .checksum file as text, so don't bother
258 # Chrome doesn't know to display a .checksum file as text, so don't bother
  /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/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);
  /external/webkit/WebCore/platform/android/
PlatformBridge.h 36 // from http://src.chromium.org/viewvc/chrome/trunk/src/base/basictypes.h
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
chromium_win.py 95 # FIXME(dpranke): allow for builds under 'chrome' as well.
  /external/webkit/WebKitTools/record-memory-win/
main.cpp 45 if (wcsstr(gCommandLine, _T("chrome.exe")))
  /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/svg/graphics/
SVGImage.cpp 98 // Verify that page teardown destroyed the Chrome
  /external/webkit/WebKit/chromium/src/js/
devTools.css 17 /* Chrome theme overrides */
  /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/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 35 #include "Chrome.h"
435 return frame->page()->chrome()->canRunModalNow();
553 dialogFrame->page()->chrome()->runModal();
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 35 #include "Chrome.h"
685 m_frame->page()->chrome()->client()->reachedMaxAppCacheSize(cacheStorage().spaceNeeded(m_cacheBeingUpdated->estimatedSizeInStorage()));
791 // as well, call the chrome client asynchronously and retry to
    [all...]

Completed in 1760 milliseconds

1 23 4 5 6