HomeSort by relevance Sort by last modified time
    Searched refs:BLINK_EXPORT (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/chromium_org/third_party/WebKit/public/web/
WebGeolocationController.h 40 BLINK_EXPORT void positionChanged(const WebGeolocationPosition&);
41 BLINK_EXPORT void errorOccurred(const WebGeolocationError&);
WebScriptBindings.h 51 BLINK_EXPORT static v8::Local<v8::String> toV8String(const WebString&, v8::Isolate*);
54 BLINK_EXPORT static WebString toWebString(v8::Handle<v8::String>);
WebGeolocationError.h 48 BLINK_EXPORT void assign(Error code, const WebString& message);
49 BLINK_EXPORT void assign(const WebGeolocationError&);
50 BLINK_EXPORT void reset();
WebDOMCustomEvent.h 43 BLINK_EXPORT void initCustomEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData);
WebDOMResourceProgressEvent.h 43 BLINK_EXPORT WebDOMResourceProgressEvent(const WebString& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total, const WebString& url);
WebDevToolsFrontend.h 46 BLINK_EXPORT static WebDevToolsFrontend* create(
WebLeakDetector.h 56 BLINK_EXPORT static WebLeakDetector* create(WebLeakDetectorClient*);
WebSelector.h 51 BLINK_EXPORT WebString canonicalizeSelector(WebString selector, WebSelectorType restriction = WebSelectorTypeComplex);
WebSpeechRecognitionHandle.h 53 BLINK_EXPORT void reset();
54 BLINK_EXPORT void assign(const WebSpeechRecognitionHandle&);
58 BLINK_EXPORT bool equals(const WebSpeechRecognitionHandle&) const;
59 BLINK_EXPORT bool lessThan(const WebSpeechRecognitionHandle&) const;
WebPluginScrollbar.h 42 BLINK_EXPORT static WebPluginScrollbar* createForPlugin(WebScrollbar::Orientation,
49 BLINK_EXPORT static int defaultThickness();
WebStorageEventDispatcher.h 45 BLINK_EXPORT static void dispatchLocalStorageEvent(
52 BLINK_EXPORT static void dispatchSessionStorageEvent(
WebView.h 72 BLINK_EXPORT static const double textSizeMultiplierRatio;
73 BLINK_EXPORT static const double minTextSizeMultiplier;
74 BLINK_EXPORT static const double maxTextSizeMultiplier;
75 BLINK_EXPORT static const float minPageScaleFactor;
76 BLINK_EXPORT static const float maxPageScaleFactor;
89 BLINK_EXPORT static WebView* create(WebViewClient*);
220 BLINK_EXPORT static double zoomLevelToZoomFactor(double zoomLevel);
221 BLINK_EXPORT static double zoomFactorToZoomLevel(double factor);
407 BLINK_EXPORT static void setUseExternalPopupMenus(bool);
417 BLINK_EXPORT static void updateVisitedLinkState(unsigned long long hash)
    [all...]
WebDevToolsAgent.h 96 BLINK_EXPORT static void interruptAndDispatch(MessageDescriptor*);
97 BLINK_EXPORT static bool shouldInterruptForMessage(const WebString&);
98 BLINK_EXPORT static void processPendingMessages();
WebGeolocationPosition.h 46 BLINK_EXPORT void assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
47 BLINK_EXPORT void assign(const WebGeolocationPosition&);
48 BLINK_EXPORT void reset();
WebCryptoNormalize.h 57 BLINK_EXPORT WebCryptoAlgorithm normalizeCryptoAlgorithm(v8::Handle<v8::Object>, WebCryptoOperation, int* exceptionCode, WebString* errorDetails, v8::Isolate*);
WebEmbeddedWorker.h 51 BLINK_EXPORT static WebEmbeddedWorker* create(
WebHelperPlugin.h 46 BLINK_EXPORT static WebHelperPlugin* create(const WebString& PluginType, WebLocalFrame*);
WebRemoteFrame.h 15 BLINK_EXPORT static WebRemoteFrame* create(WebRemoteFrameClient*);
WebSearchableFormData.h 48 BLINK_EXPORT WebSearchableFormData(const WebFormElement&, const WebInputElement& selectedInputElement = WebInputElement());
WebFrame.h 112 BLINK_EXPORT static int instanceCount();
119 BLINK_EXPORT bool swap(WebFrame*);
128 BLINK_EXPORT void detach();
196 BLINK_EXPORT WebFrame* opener() const;
206 BLINK_EXPORT void appendChild(WebFrame*);
212 BLINK_EXPORT WebFrame* parent() const;
215 BLINK_EXPORT WebFrame* top() const;
218 BLINK_EXPORT WebFrame* firstChild() const;
219 BLINK_EXPORT WebFrame* lastChild() const;
222 BLINK_EXPORT WebFrame* previousSibling() const
    [all...]
WebDOMActivityLogger.h 54 BLINK_EXPORT bool hasDOMActivityLogger(int worldId, const WebString& extensionId);
60 BLINK_EXPORT void setDOMActivityLogger(int worldId, const WebString& extensionId, WebDOMActivityLogger*);
WebColorName.h 73 BLINK_EXPORT void setNamedColors(const WebColorName*, const WebColor*, size_t length);
  /external/chromium_org/third_party/WebKit/public/web/mac/
WebSubstringUtil.h 54 BLINK_EXPORT static NSAttributedString* attributedWordAtPoint(WebView*,
60 BLINK_EXPORT static NSAttributedString* attributedSubstringInRange(WebLocalFrame*,
  /external/chromium_org/third_party/WebKit/public/platform/
WebCommon.h 49 #define BLINK_EXPORT __declspec(dllexport)
51 #define BLINK_EXPORT __declspec(dllimport)
64 #define BLINK_EXPORT __attribute__((visibility("default")))
69 #define BLINK_EXPORT
  /external/chromium_org/third_party/WebKit/public/platform/linux/
WebFontRenderStyle.h 40 struct BLINK_EXPORT WebFontRenderStyle {

Completed in 238 milliseconds

1 2 34 5