/external/webkit/Source/WebCore/platform/chromium/ |
SuddenTerminationChromium.cpp | 34 #include "PlatformBridge.h" 40 PlatformBridge::suddenTerminationChanged(false); 45 PlatformBridge::suddenTerminationChanged(true);
|
SharedTimerChromium.cpp | 29 #include "PlatformBridge.h" 35 PlatformBridge::setSharedTimerFiredFunction(f); 40 PlatformBridge::setSharedTimerFireTime(fireTime); 45 PlatformBridge::stopSharedTimer();
|
SystemTimeChromium.cpp | 35 #include "PlatformBridge.h" 42 return PlatformBridge::currentTime();
|
PlatformScreenChromium.cpp | 35 #include "PlatformBridge.h" 41 return PlatformBridge::screenDepth(widget); 46 return PlatformBridge::screenDepthPerComponent(widget); 51 return PlatformBridge::screenIsMonochrome(widget); 56 return PlatformBridge::screenRect(widget); 61 return PlatformBridge::screenAvailableRect(widget);
|
ScrollbarThemeChromiumLinux.cpp | 34 #include "PlatformBridge.h" 49 IntSize scrollbarSize = PlatformBridge::getThemePartSize(PlatformBridge::PartScrollbarVerticalTrack); 55 PlatformBridge::ThemePaintState state = scrollbar->hoveredPart() == partType ? PlatformBridge::StateHover : PlatformBridge::StateNormal; 57 PlatformBridge::ThemePaintExtraParams extraParams; 62 PlatformBridge::paintThemePart( 64 scrollbar->orientation() == HorizontalScrollbar ? PlatformBridge::PartScrollbarHorizontalTrack : PlatformBridge::PartScrollbarVerticalTrack [all...] |
LinkHashChromium.cpp | 34 #include "PlatformBridge.h" 40 return PlatformBridge::visitedLinkHash(url, length); 45 return PlatformBridge::visitedLinkHash(base, attributeURL);
|
FileSystemChromium.cpp | 35 #include "PlatformBridge.h" 42 return PlatformBridge::deleteFile(path); 47 return PlatformBridge::deleteEmptyDirectory(path); 52 return PlatformBridge::getFileSize(path, result); 57 return PlatformBridge::getFileModificationTime(path, result); 62 PlatformBridge::revealFolderInOS(path); 67 return PlatformBridge::directoryName(path); 72 return PlatformBridge::pathByAppendingComponent(path, component); 77 return PlatformBridge::makeAllDirectories(path); 82 return PlatformBridge::fileExists(path) [all...] |
LanguageChromium.cpp | 34 #include "PlatformBridge.h" 43 computedDefaultLanguage = PlatformBridge::computedDefaultLanguage();
|
ReadableDataObject.cpp | 37 #include "PlatformBridge.h" 83 data = PlatformBridge::clipboardReadPlainText(buffer); 90 PlatformBridge::clipboardReadHTML(buffer, &data, &ignoredSourceURL); 95 succeeded = PlatformBridge::clipboardReadData( 104 PlatformBridge::clipboardReadData( 113 PlatformBridge::clipboardReadData( 126 return PlatformBridge::clipboardReadFilenames(clipboardBuffer(m_clipboardType)); 134 m_types = PlatformBridge::clipboardReadAvailableTypes(
|
SSLKeyGeneratorChromium.cpp | 34 #include "PlatformBridge.h" 54 return PlatformBridge::signedPublicKeyAndChallengeString(keySizeIndex,
|
/external/webkit/Source/WebCore/platform/android/ |
LanguageAndroid.cpp | 29 #include "PlatformBridge.h" 39 return PlatformBridge::computeDefaultLanguage();
|
ScreenAndroid.cpp | 30 #include "PlatformBridge.h" 36 return PlatformBridge::screenDepth(); 41 return PlatformBridge::screenDepth(); 53 return PlatformBridge::screenRect(); 60 return PlatformBridge::screenRect();
|
SSLKeyGeneratorAndroid.cpp | 29 #include "PlatformBridge.h" 35 keys = PlatformBridge::getSupportedKeyStrengthList(); 40 return PlatformBridge::getSignedPublicKeyAndChallengeString(index, challenge, url);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
ImageChromium.cpp | 34 #include "PlatformBridge.h" 42 return PlatformBridge::loadPlatformImageResource(name);
|
ImageChromiumMac.mm | 37 #include "PlatformBridge.h" 43 return PlatformBridge::loadPlatformImageResource(name);
|
/external/webkit/Source/WebCore/storage/chromium/ |
IDBFactoryBackendInterface.cpp | 31 #include "PlatformBridge.h" 39 return PlatformBridge::idbFactory();
|
IDBKeyPathBackendImpl.cpp | 32 #include "PlatformBridge.h" 39 PlatformBridge::createIDBKeysFromSerializedValuesAndKeyPath(values, keyPath, keys); 44 return PlatformBridge::injectIDBKeyIntoSerializedValue(key, value, keyPath);
|
/external/webkit/Source/WebCore/platform/network/chromium/ |
CookieJarChromium.cpp | 36 #include "PlatformBridge.h" 42 PlatformBridge::setCookies(document, url, value); 47 return PlatformBridge::cookies(document, url); 52 return PlatformBridge::cookieRequestHeaderFieldValue(document, url); 57 return PlatformBridge::cookiesEnabled(document); 62 return PlatformBridge::rawCookies(document, url, rawCookies); 67 return PlatformBridge::deleteCookie(document, url, cookieName);
|
DNSChromium.cpp | 29 #include "PlatformBridge.h" 36 PlatformBridge::prefetchDNS(hostname);
|
/external/webkit/Source/WebCore/platform/network/android/ |
CookieJarAndroid.cpp | 30 #include "PlatformBridge.h" 36 PlatformBridge::setCookies(document, url, value); 41 return PlatformBridge::cookies(document, url); 47 return PlatformBridge::cookies(document, url); 52 return PlatformBridge::cookiesEnabled(document);
|
/external/webkit/Source/WebKit/chromium/src/ |
PlatformBridge.cpp | 32 #include "PlatformBridge.h" 144 void PlatformBridge::cacheMetadata(const KURL& url, double responseTime, const Vector<char>& data) 151 bool PlatformBridge::clipboardIsFormatAvailable( 160 String PlatformBridge::clipboardReadPlainText( 167 void PlatformBridge::clipboardReadHTML( 177 PassRefPtr<SharedBuffer> PlatformBridge::clipboardReadImage( 183 void PlatformBridge::clipboardWriteSelection(const String& htmlText, 192 void PlatformBridge::clipboardWritePlainText(const String& plainText) 197 void PlatformBridge::clipboardWriteURL(const KURL& url, const String& title) 202 void PlatformBridge::clipboardWriteImage(NativeImagePtr image [all...] |
/external/webkit/Source/WebCore/platform/qt/ |
PlatformBridgeQt.cpp | 23 #include "PlatformBridge.h" 31 bool PlatformBridge::popupsAllowed(NPP npp) 39 NPObject* PlatformBridge::pluginScriptableObject(Widget* widget)
|
PlatformBridge.h | 89 // This is very similar to chromium/PlatformBridge and the two are likely to converge 91 class PlatformBridge {
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
PlatformBridge.cpp | 27 #include <PlatformBridge.h> 54 WTF::Vector<String> PlatformBridge::getSupportedKeyStrengthList() 63 String PlatformBridge::getSignedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL& url) 72 void PlatformBridge::setCookies(const Document* document, const KURL& url, const String& value) 88 String PlatformBridge::cookies(const Document* document, const KURL& url) 105 bool PlatformBridge::cookiesEnabled(const Document* document) 119 NPObject* PlatformBridge::pluginScriptableObject(Widget* widget) 132 bool PlatformBridge::isWebViewPaused(const WebCore::FrameView* frameView) 138 bool PlatformBridge::popupsAllowed(NPP) 143 String PlatformBridge::resolveFilePathForContentUri(const String& contentUri [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderThemeChromiumLinux.cpp | 31 #include "PlatformBridge.h" 53 static PlatformBridge::ThemePaintState getWebThemeState(const RenderTheme* theme, const RenderObject* o) 56 return PlatformBridge::StateDisabled; 58 return PlatformBridge::StatePressed; 60 return PlatformBridge::StateHover; 62 return PlatformBridge::StateNormal; 148 IntSize size = PlatformBridge::getThemePartSize(PlatformBridge::PartSliderThumb); 189 PlatformBridge::ThemePaintExtraParams extraParams; 193 PlatformBridge::paintThemePart(i.context, PlatformBridge::PartCheckbox, getWebThemeState(this, o), rect, &extraPa (…) [all...] |