BLINK_EXPORT 46 Source/web/tests/WebUnitTests.h BLINK_EXPORT void InitTestSuite(int argc, char** argv); BLINK_EXPORT 49 Source/web/tests/WebUnitTests.h BLINK_EXPORT int RunAllUnitTests(); BLINK_EXPORT 52 Source/web/tests/WebUnitTests.h BLINK_EXPORT void DeleteTestSuite(); BLINK_EXPORT 94 public/platform/WebDragData.h BLINK_EXPORT void initialize(); BLINK_EXPORT 95 public/platform/WebDragData.h BLINK_EXPORT void reset(); BLINK_EXPORT 96 public/platform/WebDragData.h BLINK_EXPORT void assign(const WebDragData&); BLINK_EXPORT 98 public/platform/WebDragData.h BLINK_EXPORT WebVector<Item> items() const; BLINK_EXPORT 99 public/platform/WebDragData.h BLINK_EXPORT void setItems(const WebVector<Item>&); BLINK_EXPORT 100 public/platform/WebDragData.h BLINK_EXPORT void addItem(const Item&); BLINK_EXPORT 102 public/platform/WebDragData.h BLINK_EXPORT WebString filesystemId() const; BLINK_EXPORT 103 public/platform/WebDragData.h BLINK_EXPORT void setFilesystemId(const WebString&); BLINK_EXPORT 54 public/platform/WebIDBDatabaseError.h BLINK_EXPORT void assign(const WebIDBDatabaseError&); BLINK_EXPORT 55 public/platform/WebIDBDatabaseError.h BLINK_EXPORT void reset(); BLINK_EXPORT 62 public/platform/WebIDBDatabaseError.h BLINK_EXPORT void assign(unsigned short code); BLINK_EXPORT 63 public/platform/WebIDBDatabaseError.h BLINK_EXPORT void assign(unsigned short code, const WebString& message); BLINK_EXPORT 46 public/platform/WebIDBKey.h BLINK_EXPORT static WebIDBKey createArray(const WebVector<WebIDBKey>&); BLINK_EXPORT 47 public/platform/WebIDBKey.h BLINK_EXPORT static WebIDBKey createBinary(const WebData&); BLINK_EXPORT 48 public/platform/WebIDBKey.h BLINK_EXPORT static WebIDBKey createString(const WebString&); BLINK_EXPORT 49 public/platform/WebIDBKey.h BLINK_EXPORT static WebIDBKey createDate(double); BLINK_EXPORT 50 public/platform/WebIDBKey.h BLINK_EXPORT static WebIDBKey createNumber(double); BLINK_EXPORT 51 public/platform/WebIDBKey.h BLINK_EXPORT static WebIDBKey createInvalid(); BLINK_EXPORT 52 public/platform/WebIDBKey.h BLINK_EXPORT static WebIDBKey createNull(); BLINK_EXPORT 61 public/platform/WebIDBKey.h BLINK_EXPORT void assign(const WebIDBKey&); BLINK_EXPORT 62 public/platform/WebIDBKey.h BLINK_EXPORT void assignArray(const WebVector<WebIDBKey>&); BLINK_EXPORT 63 public/platform/WebIDBKey.h BLINK_EXPORT void assignBinary(const WebData&); BLINK_EXPORT 64 public/platform/WebIDBKey.h BLINK_EXPORT void assignString(const WebString&); BLINK_EXPORT 65 public/platform/WebIDBKey.h BLINK_EXPORT void assignDate(double); BLINK_EXPORT 66 public/platform/WebIDBKey.h BLINK_EXPORT void assignNumber(double); BLINK_EXPORT 67 public/platform/WebIDBKey.h BLINK_EXPORT void assignInvalid(); BLINK_EXPORT 68 public/platform/WebIDBKey.h BLINK_EXPORT void assignNull(); BLINK_EXPORT 69 public/platform/WebIDBKey.h BLINK_EXPORT void reset(); BLINK_EXPORT 71 public/platform/WebIDBKey.h BLINK_EXPORT WebIDBKeyType keyType() const; BLINK_EXPORT 72 public/platform/WebIDBKey.h BLINK_EXPORT bool isValid() const; BLINK_EXPORT 73 public/platform/WebIDBKey.h BLINK_EXPORT WebVector<WebIDBKey> array() const; // Only valid for ArrayType. BLINK_EXPORT 74 public/platform/WebIDBKey.h BLINK_EXPORT WebData binary() const; // Only valid for BinaryType. BLINK_EXPORT 75 public/platform/WebIDBKey.h BLINK_EXPORT WebString string() const; // Only valid for StringType. BLINK_EXPORT 76 public/platform/WebIDBKey.h BLINK_EXPORT double date() const; // Only valid for DateType. BLINK_EXPORT 77 public/platform/WebIDBKey.h BLINK_EXPORT double number() const; // Only valid for NumberType. BLINK_EXPORT 41 public/platform/WebIDBKeyPath.h BLINK_EXPORT static WebIDBKeyPath create(const WebString&); BLINK_EXPORT 42 public/platform/WebIDBKeyPath.h BLINK_EXPORT static WebIDBKeyPath create(const WebVector<WebString>&); BLINK_EXPORT 43 public/platform/WebIDBKeyPath.h BLINK_EXPORT static WebIDBKeyPath createNull(); BLINK_EXPORT 53 public/platform/WebIDBKeyPath.h BLINK_EXPORT void reset(); BLINK_EXPORT 54 public/platform/WebIDBKeyPath.h BLINK_EXPORT void assign(const WebIDBKeyPath&); BLINK_EXPORT 56 public/platform/WebIDBKeyPath.h BLINK_EXPORT bool isValid() const; BLINK_EXPORT 57 public/platform/WebIDBKeyPath.h BLINK_EXPORT WebIDBKeyPathType keyPathType() const; BLINK_EXPORT 58 public/platform/WebIDBKeyPath.h BLINK_EXPORT WebVector<WebString> array() const; // Only valid for ArrayType. BLINK_EXPORT 59 public/platform/WebIDBKeyPath.h BLINK_EXPORT WebString string() const; // Only valid for StringType. BLINK_EXPORT 46 public/platform/WebIDBKeyRange.h BLINK_EXPORT WebIDBKey lower() const; BLINK_EXPORT 47 public/platform/WebIDBKeyRange.h BLINK_EXPORT WebIDBKey upper() const; BLINK_EXPORT 48 public/platform/WebIDBKeyRange.h BLINK_EXPORT bool lowerOpen() const; BLINK_EXPORT 49 public/platform/WebIDBKeyRange.h BLINK_EXPORT bool upperOpen() const; BLINK_EXPORT 51 public/platform/WebIDBKeyRange.h BLINK_EXPORT void assign(const WebIDBKeyRange&); BLINK_EXPORT 52 public/platform/WebIDBKeyRange.h BLINK_EXPORT void assign(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen); BLINK_EXPORT 53 public/platform/WebIDBKeyRange.h BLINK_EXPORT void reset(); BLINK_EXPORT 52 public/platform/WebScrollbarThemePainter.h BLINK_EXPORT void assign(const WebScrollbarThemePainter&); BLINK_EXPORT 54 public/platform/WebScrollbarThemePainter.h BLINK_EXPORT void paintScrollbarBackground(WebCanvas*, const WebRect&); BLINK_EXPORT 55 public/platform/WebScrollbarThemePainter.h BLINK_EXPORT void paintTrackBackground(WebCanvas*, const WebRect&); BLINK_EXPORT 56 public/platform/WebScrollbarThemePainter.h BLINK_EXPORT void paintBackTrackPart(WebCanvas*, const WebRect&); BLINK_EXPORT 57 public/platform/WebScrollbarThemePainter.h BLINK_EXPORT void paintForwardTrackPart(WebCanvas*, const WebRect&); BLINK_EXPORT 58 public/platform/WebScrollbarThemePainter.h BLINK_EXPORT void paintBackButtonStart(WebCanvas*, const WebRect&); BLINK_EXPORT 59 public/platform/WebScrollbarThemePainter.h BLINK_EXPORT void paintBackButtonEnd(WebCanvas*, const WebRect&); BLINK_EXPORT 60 public/platform/WebScrollbarThemePainter.h BLINK_EXPORT void paintForwardButtonStart(WebCanvas*, const WebRect&); BLINK_EXPORT 61 public/platform/WebScrollbarThemePainter.h BLINK_EXPORT void paintForwardButtonEnd(WebCanvas*, const WebRect&); BLINK_EXPORT 62 public/platform/WebScrollbarThemePainter.h BLINK_EXPORT void paintTickmarks(WebCanvas*, const WebRect&); BLINK_EXPORT 63 public/platform/WebScrollbarThemePainter.h BLINK_EXPORT void paintThumb(WebCanvas*, const WebRect&); BLINK_EXPORT 45 public/platform/WebWorkerRunLoop.h BLINK_EXPORT bool postTask(Task*); BLINK_EXPORT 46 public/platform/WebWorkerRunLoop.h BLINK_EXPORT bool equals(const WebWorkerRunLoop&) const; BLINK_EXPORT 47 public/platform/WebWorkerRunLoop.h BLINK_EXPORT bool lessThan(const WebWorkerRunLoop&) const; BLINK_EXPORT 48 public/platform/linux/WebFontInfo.h BLINK_EXPORT static void setSubpixelPositioning(bool); BLINK_EXPORT 58 public/platform/linux/WebFontInfo.h BLINK_EXPORT static void familyForChar(const WebUChar32 character, const char* preferredLocale, WebFontFamily*); BLINK_EXPORT 71 public/platform/linux/WebFontInfo.h BLINK_EXPORT static void renderStyleForStrike(const char* family, int sizeAndStyle, WebFontRenderStyle* result); BLINK_EXPORT 40 public/platform/linux/WebFontRenderStyle.h struct BLINK_EXPORT WebFontRenderStyle { BLINK_EXPORT 67 public/web/WebAXObject.h BLINK_EXPORT void reset(); BLINK_EXPORT 68 public/web/WebAXObject.h BLINK_EXPORT void assign(const WebAXObject&); BLINK_EXPORT 69 public/web/WebAXObject.h BLINK_EXPORT bool equals(const WebAXObject&) const; BLINK_EXPORT 73 public/web/WebAXObject.h BLINK_EXPORT bool isDetached() const; BLINK_EXPORT 76 public/web/WebAXObject.h BLINK_EXPORT static void enableAccessibility(); BLINK_EXPORT 77 public/web/WebAXObject.h BLINK_EXPORT static bool accessibilityEnabled(); BLINK_EXPORT 79 public/web/WebAXObject.h BLINK_EXPORT void startCachingComputedObjectAttributesUntilTreeMutates(); BLINK_EXPORT 80 public/web/WebAXObject.h BLINK_EXPORT void stopCachingComputedObjectAttributes(); BLINK_EXPORT 83 public/web/WebAXObject.h BLINK_EXPORT static void enableInlineTextBoxAccessibility(); BLINK_EXPORT 85 public/web/WebAXObject.h BLINK_EXPORT int axID() const; BLINK_EXPORT 92 public/web/WebAXObject.h BLINK_EXPORT bool updateBackingStoreAndCheckValidity(); BLINK_EXPORT 94 public/web/WebAXObject.h BLINK_EXPORT WebString accessibilityDescription() const; BLINK_EXPORT 95 public/web/WebAXObject.h BLINK_EXPORT unsigned childCount() const; BLINK_EXPORT 97 public/web/WebAXObject.h BLINK_EXPORT WebAXObject childAt(unsigned) const; BLINK_EXPORT 98 public/web/WebAXObject.h BLINK_EXPORT WebAXObject parentObject() const; BLINK_EXPORT 100 public/web/WebAXObject.h BLINK_EXPORT bool isAnchor() const; BLINK_EXPORT 101 public/web/WebAXObject.h BLINK_EXPORT bool isAriaReadOnly() const; BLINK_EXPORT 102 public/web/WebAXObject.h BLINK_EXPORT bool isButtonStateMixed() const; BLINK_EXPORT 103 public/web/WebAXObject.h BLINK_EXPORT bool isChecked() const; BLINK_EXPORT 104 public/web/WebAXObject.h BLINK_EXPORT bool isClickable() const; BLINK_EXPORT 105 public/web/WebAXObject.h BLINK_EXPORT bool isCollapsed() const; BLINK_EXPORT 106 public/web/WebAXObject.h BLINK_EXPORT bool isControl() const; BLINK_EXPORT 107 public/web/WebAXObject.h BLINK_EXPORT bool isEnabled() const; BLINK_EXPORT 108 public/web/WebAXObject.h BLINK_EXPORT bool isFocused() const; BLINK_EXPORT 109 public/web/WebAXObject.h BLINK_EXPORT bool isHovered() const; BLINK_EXPORT 110 public/web/WebAXObject.h BLINK_EXPORT bool isIndeterminate() const; BLINK_EXPORT 111 public/web/WebAXObject.h BLINK_EXPORT bool isLinked() const; BLINK_EXPORT 112 public/web/WebAXObject.h BLINK_EXPORT bool isLoaded() const; BLINK_EXPORT 113 public/web/WebAXObject.h BLINK_EXPORT bool isMultiSelectable() const; BLINK_EXPORT 114 public/web/WebAXObject.h BLINK_EXPORT bool isOffScreen() const; BLINK_EXPORT 115 public/web/WebAXObject.h BLINK_EXPORT bool isPasswordField() const; BLINK_EXPORT 116 public/web/WebAXObject.h BLINK_EXPORT bool isPressed() const; BLINK_EXPORT 117 public/web/WebAXObject.h BLINK_EXPORT bool isReadOnly() const; BLINK_EXPORT 118 public/web/WebAXObject.h BLINK_EXPORT bool isRequired() const; BLINK_EXPORT 119 public/web/WebAXObject.h BLINK_EXPORT bool isSelected() const; BLINK_EXPORT 120 public/web/WebAXObject.h BLINK_EXPORT bool isSelectedOptionActive() const; BLINK_EXPORT 121 public/web/WebAXObject.h BLINK_EXPORT bool isVertical() const; BLINK_EXPORT 122 public/web/WebAXObject.h BLINK_EXPORT bool isVisible() const; BLINK_EXPORT 123 public/web/WebAXObject.h BLINK_EXPORT bool isVisited() const; BLINK_EXPORT 125 public/web/WebAXObject.h BLINK_EXPORT WebString accessKey() const; BLINK_EXPORT 126 public/web/WebAXObject.h BLINK_EXPORT WebAXObject ariaActiveDescendant() const; BLINK_EXPORT 127 public/web/WebAXObject.h BLINK_EXPORT bool ariaControls(WebVector<WebAXObject>& controlsElements) const; BLINK_EXPORT 128 public/web/WebAXObject.h BLINK_EXPORT bool ariaDescribedby(WebVector<WebAXObject>& describedbyElements) const; BLINK_EXPORT 129 public/web/WebAXObject.h BLINK_EXPORT bool ariaFlowTo(WebVector<WebAXObject>& flowToElements) const; BLINK_EXPORT 130 public/web/WebAXObject.h BLINK_EXPORT bool ariaHasPopup() const; BLINK_EXPORT 131 public/web/WebAXObject.h BLINK_EXPORT bool ariaLabelledby(WebVector<WebAXObject>& labelledbyElements) const; BLINK_EXPORT 132 public/web/WebAXObject.h BLINK_EXPORT bool ariaLiveRegionAtomic() const; BLINK_EXPORT 133 public/web/WebAXObject.h BLINK_EXPORT bool ariaLiveRegionBusy() const; BLINK_EXPORT 134 public/web/WebAXObject.h BLINK_EXPORT WebString ariaLiveRegionRelevant() const; BLINK_EXPORT 135 public/web/WebAXObject.h BLINK_EXPORT WebString ariaLiveRegionStatus() const; BLINK_EXPORT 136 public/web/WebAXObject.h BLINK_EXPORT bool ariaOwns(WebVector<WebAXObject>& ownsElements) const; BLINK_EXPORT 137 public/web/WebAXObject.h BLINK_EXPORT WebRect boundingBoxRect() const; BLINK_EXPORT 138 public/web/WebAXObject.h BLINK_EXPORT bool canvasHasFallbackContent() const; BLINK_EXPORT 139 public/web/WebAXObject.h BLINK_EXPORT WebPoint clickPoint() const; BLINK_EXPORT 140 public/web/WebAXObject.h BLINK_EXPORT void colorValue(int& r, int& g, int& b) const; BLINK_EXPORT 141 public/web/WebAXObject.h BLINK_EXPORT double estimatedLoadingProgress() const; BLINK_EXPORT 142 public/web/WebAXObject.h BLINK_EXPORT WebString helpText() const; BLINK_EXPORT 143 public/web/WebAXObject.h BLINK_EXPORT int headingLevel() const; BLINK_EXPORT 144 public/web/WebAXObject.h BLINK_EXPORT int hierarchicalLevel() const; BLINK_EXPORT 145 public/web/WebAXObject.h BLINK_EXPORT WebAXObject hitTest(const WebPoint&) const; BLINK_EXPORT 146 public/web/WebAXObject.h BLINK_EXPORT WebString keyboardShortcut() const; BLINK_EXPORT 147 public/web/WebAXObject.h BLINK_EXPORT WebAXRole role() const; BLINK_EXPORT 148 public/web/WebAXObject.h BLINK_EXPORT unsigned selectionEnd() const; BLINK_EXPORT 149 public/web/WebAXObject.h BLINK_EXPORT unsigned selectionEndLineNumber() const; BLINK_EXPORT 150 public/web/WebAXObject.h BLINK_EXPORT unsigned selectionStart() const; BLINK_EXPORT 151 public/web/WebAXObject.h BLINK_EXPORT unsigned selectionStartLineNumber() const; BLINK_EXPORT 152 public/web/WebAXObject.h BLINK_EXPORT WebString stringValue() const; BLINK_EXPORT 153 public/web/WebAXObject.h BLINK_EXPORT WebString title() const; BLINK_EXPORT 154 public/web/WebAXObject.h BLINK_EXPORT WebAXObject titleUIElement() const; BLINK_EXPORT 155 public/web/WebAXObject.h BLINK_EXPORT WebURL url() const; BLINK_EXPORT 157 public/web/WebAXObject.h BLINK_EXPORT bool supportsRangeValue() const; BLINK_EXPORT 158 public/web/WebAXObject.h BLINK_EXPORT WebString valueDescription() const; BLINK_EXPORT 159 public/web/WebAXObject.h BLINK_EXPORT float valueForRange() const; BLINK_EXPORT 160 public/web/WebAXObject.h BLINK_EXPORT float maxValueForRange() const; BLINK_EXPORT 161 public/web/WebAXObject.h BLINK_EXPORT float minValueForRange() const; BLINK_EXPORT 163 public/web/WebAXObject.h BLINK_EXPORT WebNode node() const; BLINK_EXPORT 164 public/web/WebAXObject.h BLINK_EXPORT WebDocument document() const; BLINK_EXPORT 165 public/web/WebAXObject.h BLINK_EXPORT bool hasComputedStyle() const; BLINK_EXPORT 166 public/web/WebAXObject.h BLINK_EXPORT WebString computedStyleDisplay() const; BLINK_EXPORT 167 public/web/WebAXObject.h BLINK_EXPORT bool accessibilityIsIgnored() const; BLINK_EXPORT 168 public/web/WebAXObject.h BLINK_EXPORT bool lineBreaks(WebVector<int>&) const; BLINK_EXPORT 171 public/web/WebAXObject.h BLINK_EXPORT WebString actionVerb() const; // The verb corresponding to performDefaultAction. BLINK_EXPORT 172 public/web/WebAXObject.h BLINK_EXPORT bool canDecrement() const; BLINK_EXPORT 173 public/web/WebAXObject.h BLINK_EXPORT bool canIncrement() const; BLINK_EXPORT 174 public/web/WebAXObject.h BLINK_EXPORT bool canPress() const; BLINK_EXPORT 175 public/web/WebAXObject.h BLINK_EXPORT bool canSetFocusAttribute() const; BLINK_EXPORT 176 public/web/WebAXObject.h BLINK_EXPORT bool canSetSelectedAttribute() const; BLINK_EXPORT 177 public/web/WebAXObject.h BLINK_EXPORT bool canSetValueAttribute() const; BLINK_EXPORT 178 public/web/WebAXObject.h BLINK_EXPORT bool performDefaultAction() const; BLINK_EXPORT 179 public/web/WebAXObject.h BLINK_EXPORT bool press() const; BLINK_EXPORT 180 public/web/WebAXObject.h BLINK_EXPORT bool increment() const; BLINK_EXPORT 181 public/web/WebAXObject.h BLINK_EXPORT bool decrement() const; BLINK_EXPORT 182 public/web/WebAXObject.h BLINK_EXPORT void setFocused(bool) const; BLINK_EXPORT 183 public/web/WebAXObject.h BLINK_EXPORT void setSelectedTextRange(int selectionStart, int selectionEnd) const; BLINK_EXPORT 186 public/web/WebAXObject.h BLINK_EXPORT unsigned columnCount() const; BLINK_EXPORT 187 public/web/WebAXObject.h BLINK_EXPORT unsigned rowCount() const; BLINK_EXPORT 188 public/web/WebAXObject.h BLINK_EXPORT WebAXObject cellForColumnAndRow(unsigned column, unsigned row) const; BLINK_EXPORT 189 public/web/WebAXObject.h BLINK_EXPORT WebAXObject headerContainerObject() const; BLINK_EXPORT 190 public/web/WebAXObject.h BLINK_EXPORT WebAXObject rowAtIndex(unsigned rowIndex) const; BLINK_EXPORT 191 public/web/WebAXObject.h BLINK_EXPORT WebAXObject columnAtIndex(unsigned columnIndex) const; BLINK_EXPORT 194 public/web/WebAXObject.h BLINK_EXPORT unsigned rowIndex() const; BLINK_EXPORT 195 public/web/WebAXObject.h BLINK_EXPORT WebAXObject rowHeader() const; BLINK_EXPORT 198 public/web/WebAXObject.h BLINK_EXPORT unsigned columnIndex() const; BLINK_EXPORT 199 public/web/WebAXObject.h BLINK_EXPORT WebAXObject columnHeader() const; BLINK_EXPORT 202 public/web/WebAXObject.h BLINK_EXPORT unsigned cellColumnIndex() const; BLINK_EXPORT 203 public/web/WebAXObject.h BLINK_EXPORT unsigned cellColumnSpan() const; BLINK_EXPORT 204 public/web/WebAXObject.h BLINK_EXPORT unsigned cellRowIndex() const; BLINK_EXPORT 205 public/web/WebAXObject.h BLINK_EXPORT unsigned cellRowSpan() const; BLINK_EXPORT 208 public/web/WebAXObject.h BLINK_EXPORT WebAXTextDirection textDirection() const; BLINK_EXPORT 209 public/web/WebAXObject.h BLINK_EXPORT void characterOffsets(WebVector<int>&) const; BLINK_EXPORT 210 public/web/WebAXObject.h BLINK_EXPORT void wordBoundaries(WebVector<int>& starts, WebVector<int>& ends) const; BLINK_EXPORT 213 public/web/WebAXObject.h BLINK_EXPORT void scrollToMakeVisible() const; BLINK_EXPORT 215 public/web/WebAXObject.h BLINK_EXPORT void scrollToMakeVisibleWithSubFocus(const WebRect&) const; BLINK_EXPORT 217 public/web/WebAXObject.h BLINK_EXPORT void scrollToGlobalPoint(const WebPoint&) const; BLINK_EXPORT 45 public/web/WebArrayBufferConverter.h BLINK_EXPORT static v8::Handle<v8::Value> toV8Value(WebArrayBuffer*); BLINK_EXPORT 46 public/web/WebArrayBufferConverter.h BLINK_EXPORT static WebArrayBuffer* createFromV8Value(v8::Handle<v8::Value>); BLINK_EXPORT 51 public/web/WebArrayBufferView.h BLINK_EXPORT void* baseAddress() const; BLINK_EXPORT 52 public/web/WebArrayBufferView.h BLINK_EXPORT unsigned byteOffset() const; BLINK_EXPORT 53 public/web/WebArrayBufferView.h BLINK_EXPORT unsigned byteLength() const; BLINK_EXPORT 55 public/web/WebArrayBufferView.h BLINK_EXPORT void assign(const WebArrayBufferView&); BLINK_EXPORT 56 public/web/WebArrayBufferView.h BLINK_EXPORT void reset(); BLINK_EXPORT 58 public/web/WebArrayBufferView.h BLINK_EXPORT static WebArrayBufferView* createFromV8Value(v8::Handle<v8::Value>); BLINK_EXPORT 61 public/web/WebBindings.h BLINK_EXPORT static bool construct(NPP, NPObject*, const NPVariant* args, uint32_t argCount, NPVariant* result); BLINK_EXPORT 64 public/web/WebBindings.h BLINK_EXPORT static NPObject* createObject(NPP, NPClass*); BLINK_EXPORT 67 public/web/WebBindings.h BLINK_EXPORT static bool enumerate(NPP, NPObject*, NPIdentifier**, uint32_t* identifierCount); BLINK_EXPORT 70 public/web/WebBindings.h BLINK_EXPORT static bool evaluate(NPP, NPObject*, NPString* script, NPVariant* result); BLINK_EXPORT 73 public/web/WebBindings.h BLINK_EXPORT static bool evaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* script, NPVariant* result); BLINK_EXPORT 76 public/web/WebBindings.h BLINK_EXPORT static NPIdentifier getIntIdentifier(int32_t number); BLINK_EXPORT 79 public/web/WebBindings.h BLINK_EXPORT static bool getProperty(NPP, NPObject*, NPIdentifier property, NPVariant *result); BLINK_EXPORT 82 public/web/WebBindings.h BLINK_EXPORT static NPIdentifier getStringIdentifier(const NPUTF8* string); BLINK_EXPORT 85 public/web/WebBindings.h BLINK_EXPORT static void getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier*); BLINK_EXPORT 88 public/web/WebBindings.h BLINK_EXPORT static bool hasMethod(NPP, NPObject*, NPIdentifier method); BLINK_EXPORT 91 public/web/WebBindings.h BLINK_EXPORT static bool hasProperty(NPP, NPObject*, NPIdentifier property); BLINK_EXPORT 94 public/web/WebBindings.h BLINK_EXPORT static bool identifierIsString(NPIdentifier); BLINK_EXPORT 97 public/web/WebBindings.h BLINK_EXPORT static void initializeVariantWithStringCopy(NPVariant*, const NPString*); BLINK_EXPORT 100 public/web/WebBindings.h BLINK_EXPORT static int32_t intFromIdentifier(NPIdentifier); BLINK_EXPORT 103 public/web/WebBindings.h BLINK_EXPORT static bool invoke(NPP, NPObject*, NPIdentifier method, const NPVariant* args, uint32_t argCount, NPVariant* result); BLINK_EXPORT 106 public/web/WebBindings.h BLINK_EXPORT static bool invokeDefault(NPP, NPObject*, const NPVariant* args, uint32_t argCount, NPVariant* result); BLINK_EXPORT 109 public/web/WebBindings.h BLINK_EXPORT static void releaseObject(NPObject*); BLINK_EXPORT 112 public/web/WebBindings.h BLINK_EXPORT static void releaseVariantValue(NPVariant*); BLINK_EXPORT 115 public/web/WebBindings.h BLINK_EXPORT static bool removeProperty(NPP, NPObject*, NPIdentifier); BLINK_EXPORT 118 public/web/WebBindings.h BLINK_EXPORT static NPObject* retainObject(NPObject*); BLINK_EXPORT 121 public/web/WebBindings.h BLINK_EXPORT static void setException(NPObject*, const NPUTF8* message); BLINK_EXPORT 124 public/web/WebBindings.h BLINK_EXPORT static bool setProperty(NPP, NPObject*, NPIdentifier, const NPVariant*); BLINK_EXPORT 127 public/web/WebBindings.h BLINK_EXPORT static void registerObjectOwner(NPP); BLINK_EXPORT 130 public/web/WebBindings.h BLINK_EXPORT static void unregisterObjectOwner(NPP); BLINK_EXPORT 133 public/web/WebBindings.h BLINK_EXPORT static NPP getObjectOwner(NPObject*); BLINK_EXPORT 136 public/web/WebBindings.h BLINK_EXPORT static void unregisterObject(NPObject*); BLINK_EXPORT 139 public/web/WebBindings.h BLINK_EXPORT static NPUTF8* utf8FromIdentifier(NPIdentifier); BLINK_EXPORT 146 public/web/WebBindings.h BLINK_EXPORT static void extractIdentifierData(const NPIdentifier&, const NPUTF8*& string, int32_t& number, bool& isString); BLINK_EXPORT 152 public/web/WebBindings.h BLINK_EXPORT static bool getRange(NPObject* range, WebRange*); BLINK_EXPORT 156 public/web/WebBindings.h BLINK_EXPORT static bool getArrayBuffer(NPObject* arrayBuffer, WebArrayBuffer*); BLINK_EXPORT 160 public/web/WebBindings.h BLINK_EXPORT static bool getArrayBufferView(NPObject* arrayBufferView, WebArrayBufferView*); BLINK_EXPORT 164 public/web/WebBindings.h BLINK_EXPORT static bool getNode(NPObject* element, WebNode*); BLINK_EXPORT 168 public/web/WebBindings.h BLINK_EXPORT static bool getElement(NPObject* element, WebElement*); BLINK_EXPORT 170 public/web/WebBindings.h BLINK_EXPORT static NPObject* makeIntArray(const WebVector<int>&); BLINK_EXPORT 171 public/web/WebBindings.h BLINK_EXPORT static NPObject* makeStringArray(const WebVector<WebString>&); BLINK_EXPORT 179 public/web/WebBindings.h BLINK_EXPORT static void pushExceptionHandler(ExceptionHandler, void* data); BLINK_EXPORT 180 public/web/WebBindings.h BLINK_EXPORT static void popExceptionHandler(); BLINK_EXPORT 183 public/web/WebBindings.h BLINK_EXPORT static void toNPVariant(v8::Local<v8::Value>, NPObject* root, NPVariant* result); BLINK_EXPORT 184 public/web/WebBindings.h BLINK_EXPORT static v8::Handle<v8::Value> toV8Value(const NPVariant*); BLINK_EXPORT 65 public/web/WebBlob.h BLINK_EXPORT static WebBlob createFromFile(const WebString& path, long long size); BLINK_EXPORT 66 public/web/WebBlob.h BLINK_EXPORT static WebBlob fromV8Value(v8::Handle<v8::Value>); BLINK_EXPORT 68 public/web/WebBlob.h BLINK_EXPORT void reset(); BLINK_EXPORT 69 public/web/WebBlob.h BLINK_EXPORT void assign(const WebBlob&); BLINK_EXPORT 70 public/web/WebBlob.h BLINK_EXPORT WebString uuid(); BLINK_EXPORT 74 public/web/WebBlob.h BLINK_EXPORT v8::Handle<v8::Value> toV8Value(); BLINK_EXPORT 70 public/web/WebCache.h BLINK_EXPORT static void setCapacities(size_t minDeadCapacity, BLINK_EXPORT 77 public/web/WebCache.h BLINK_EXPORT static void clear(); BLINK_EXPORT 80 public/web/WebCache.h BLINK_EXPORT static void getUsageStats(UsageStats*); BLINK_EXPORT 83 public/web/WebCache.h BLINK_EXPORT static void getResourceTypeStats(ResourceTypeStats*); BLINK_EXPORT 49 public/web/WebCachedURLRequest.h BLINK_EXPORT void reset(); BLINK_EXPORT 51 public/web/WebCachedURLRequest.h BLINK_EXPORT const WebURLRequest& urlRequest() const; BLINK_EXPORT 52 public/web/WebCachedURLRequest.h BLINK_EXPORT WebString charset() const; BLINK_EXPORT 53 public/web/WebCachedURLRequest.h BLINK_EXPORT bool forPreload() const; BLINK_EXPORT 54 public/web/WebCachedURLRequest.h BLINK_EXPORT WebString initiatorName() const; BLINK_EXPORT 73 public/web/WebColorName.h BLINK_EXPORT void setNamedColors(const WebColorName*, const WebColor*, size_t length); BLINK_EXPORT 47 public/web/WebCustomElement.h BLINK_EXPORT static void addEmbedderCustomElementName(const WebString& name); BLINK_EXPORT 49 public/web/WebDOMActivityLogger.h BLINK_EXPORT bool hasDOMActivityLogger(int worldId); BLINK_EXPORT 53 public/web/WebDOMActivityLogger.h BLINK_EXPORT void setDOMActivityLogger(int worldId, WebDOMActivityLogger*); BLINK_EXPORT 43 public/web/WebDOMCustomEvent.h BLINK_EXPORT void initCustomEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData); BLINK_EXPORT 59 public/web/WebDOMError.h BLINK_EXPORT static WebDOMError create(const WebString& name, const WebString& message); BLINK_EXPORT 61 public/web/WebDOMError.h BLINK_EXPORT void reset(); BLINK_EXPORT 62 public/web/WebDOMError.h BLINK_EXPORT void assign(const WebDOMError&); BLINK_EXPORT 64 public/web/WebDOMError.h BLINK_EXPORT WebString name() const; BLINK_EXPORT 65 public/web/WebDOMError.h BLINK_EXPORT WebString message() const; BLINK_EXPORT 67 public/web/WebDOMError.h BLINK_EXPORT v8::Handle<v8::Value> toV8Value(); BLINK_EXPORT 64 public/web/WebDOMEvent.h BLINK_EXPORT void reset(); BLINK_EXPORT 65 public/web/WebDOMEvent.h BLINK_EXPORT void assign(const WebDOMEvent&); BLINK_EXPORT 69 public/web/WebDOMEvent.h BLINK_EXPORT WebString type() const; BLINK_EXPORT 70 public/web/WebDOMEvent.h BLINK_EXPORT WebNode target() const; BLINK_EXPORT 71 public/web/WebDOMEvent.h BLINK_EXPORT WebNode currentTarget() const; BLINK_EXPORT 73 public/web/WebDOMEvent.h BLINK_EXPORT PhaseType eventPhase() const; BLINK_EXPORT 74 public/web/WebDOMEvent.h BLINK_EXPORT bool bubbles() const; BLINK_EXPORT 75 public/web/WebDOMEvent.h BLINK_EXPORT bool cancelable() const; BLINK_EXPORT 77 public/web/WebDOMEvent.h BLINK_EXPORT bool isUIEvent() const; BLINK_EXPORT 78 public/web/WebDOMEvent.h BLINK_EXPORT bool isMouseEvent() const; BLINK_EXPORT 79 public/web/WebDOMEvent.h BLINK_EXPORT bool isMutationEvent() const; BLINK_EXPORT 80 public/web/WebDOMEvent.h BLINK_EXPORT bool isKeyboardEvent() const; BLINK_EXPORT 81 public/web/WebDOMEvent.h BLINK_EXPORT bool isTextEvent() const; BLINK_EXPORT 82 public/web/WebDOMEvent.h BLINK_EXPORT bool isCompositionEvent() const; BLINK_EXPORT 83 public/web/WebDOMEvent.h BLINK_EXPORT bool isDragEvent() const; BLINK_EXPORT 84 public/web/WebDOMEvent.h BLINK_EXPORT bool isClipboardEvent() const; BLINK_EXPORT 85 public/web/WebDOMEvent.h BLINK_EXPORT bool isMessageEvent() const; BLINK_EXPORT 86 public/web/WebDOMEvent.h BLINK_EXPORT bool isWheelEvent() const; BLINK_EXPORT 87 public/web/WebDOMEvent.h BLINK_EXPORT bool isBeforeTextInsertedEvent() const; BLINK_EXPORT 88 public/web/WebDOMEvent.h BLINK_EXPORT bool isOverflowEvent() const; BLINK_EXPORT 89 public/web/WebDOMEvent.h BLINK_EXPORT bool isPageTransitionEvent() const; BLINK_EXPORT 90 public/web/WebDOMEvent.h BLINK_EXPORT bool isPopStateEvent() const; BLINK_EXPORT 91 public/web/WebDOMEvent.h BLINK_EXPORT bool isProgressEvent() const; BLINK_EXPORT 92 public/web/WebDOMEvent.h BLINK_EXPORT bool isXMLHttpRequestProgressEvent() const; BLINK_EXPORT 50 public/web/WebDOMEventListener.h BLINK_EXPORT WebDOMEventListener(); BLINK_EXPORT 51 public/web/WebDOMEventListener.h BLINK_EXPORT virtual ~WebDOMEventListener(); BLINK_EXPORT 74 public/web/WebDOMFileSystem.h BLINK_EXPORT static WebDOMFileSystem fromV8Value(v8::Handle<v8::Value>); BLINK_EXPORT 78 public/web/WebDOMFileSystem.h BLINK_EXPORT static WebDOMFileSystem create( BLINK_EXPORT 85 public/web/WebDOMFileSystem.h BLINK_EXPORT void reset(); BLINK_EXPORT 86 public/web/WebDOMFileSystem.h BLINK_EXPORT void assign(const WebDOMFileSystem&); BLINK_EXPORT 88 public/web/WebDOMFileSystem.h BLINK_EXPORT WebString name() const; BLINK_EXPORT 89 public/web/WebDOMFileSystem.h BLINK_EXPORT WebFileSystem::Type type() const; BLINK_EXPORT 90 public/web/WebDOMFileSystem.h BLINK_EXPORT WebURL rootURL() const; BLINK_EXPORT 92 public/web/WebDOMFileSystem.h BLINK_EXPORT v8::Handle<v8::Value> toV8Value(); BLINK_EXPORT 93 public/web/WebDOMFileSystem.h BLINK_EXPORT v8::Handle<v8::Value> createV8Entry( BLINK_EXPORT 63 public/web/WebDOMMediaStreamTrack.h BLINK_EXPORT static WebDOMMediaStreamTrack fromV8Value(v8::Handle<v8::Value>); BLINK_EXPORT 65 public/web/WebDOMMediaStreamTrack.h BLINK_EXPORT void reset(); BLINK_EXPORT 66 public/web/WebDOMMediaStreamTrack.h BLINK_EXPORT void assign(const WebDOMMediaStreamTrack&); BLINK_EXPORT 67 public/web/WebDOMMediaStreamTrack.h BLINK_EXPORT WebMediaStreamTrack component() const; BLINK_EXPORT 50 public/web/WebDOMMessageEvent.h BLINK_EXPORT void initMessageEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData, const WebString& origin, const WebFrame* sourceFrame, const WebString& lastEventId, const WebMessagePortChannelArray& channels = WebMessagePortChannelArray()); BLINK_EXPORT 52 public/web/WebDOMMessageEvent.h BLINK_EXPORT WebSerializedScriptValue data() const; BLINK_EXPORT 53 public/web/WebDOMMessageEvent.h BLINK_EXPORT WebString origin() const; BLINK_EXPORT 55 public/web/WebDOMMessageEvent.h BLINK_EXPORT WebMessagePortChannelArray releaseChannels(); BLINK_EXPORT 43 public/web/WebDOMMouseEvent.h BLINK_EXPORT int screenX() const; BLINK_EXPORT 44 public/web/WebDOMMouseEvent.h BLINK_EXPORT int screenY() const; BLINK_EXPORT 45 public/web/WebDOMMouseEvent.h BLINK_EXPORT int clientX() const; BLINK_EXPORT 46 public/web/WebDOMMouseEvent.h BLINK_EXPORT int clientY() const; BLINK_EXPORT 47 public/web/WebDOMMouseEvent.h BLINK_EXPORT int offsetX(); BLINK_EXPORT 48 public/web/WebDOMMouseEvent.h BLINK_EXPORT int offsetY(); BLINK_EXPORT 49 public/web/WebDOMMouseEvent.h BLINK_EXPORT int pageX() const; BLINK_EXPORT 50 public/web/WebDOMMouseEvent.h BLINK_EXPORT int pageY() const; BLINK_EXPORT 51 public/web/WebDOMMouseEvent.h BLINK_EXPORT int x() const; BLINK_EXPORT 52 public/web/WebDOMMouseEvent.h BLINK_EXPORT int y() const; BLINK_EXPORT 54 public/web/WebDOMMouseEvent.h BLINK_EXPORT int button() const; BLINK_EXPORT 55 public/web/WebDOMMouseEvent.h BLINK_EXPORT bool buttonDown() const; BLINK_EXPORT 43 public/web/WebDOMProgressEvent.h BLINK_EXPORT WebDOMProgressEvent(const WebString& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total); BLINK_EXPORT 43 public/web/WebDOMResourceProgressEvent.h BLINK_EXPORT WebDOMResourceProgressEvent(const WebString& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total, const WebString& url); BLINK_EXPORT 45 public/web/WebDatabase.h BLINK_EXPORT WebString name() const; BLINK_EXPORT 46 public/web/WebDatabase.h BLINK_EXPORT WebString displayName() const; BLINK_EXPORT 47 public/web/WebDatabase.h BLINK_EXPORT unsigned long estimatedSize() const; BLINK_EXPORT 48 public/web/WebDatabase.h BLINK_EXPORT WebSecurityOrigin securityOrigin() const; BLINK_EXPORT 49 public/web/WebDatabase.h BLINK_EXPORT bool isSyncDatabase() const; BLINK_EXPORT 51 public/web/WebDatabase.h BLINK_EXPORT static void updateDatabaseSize( BLINK_EXPORT 53 public/web/WebDatabase.h BLINK_EXPORT static void updateSpaceAvailable( BLINK_EXPORT 55 public/web/WebDatabase.h BLINK_EXPORT static void resetSpaceAvailable( BLINK_EXPORT 58 public/web/WebDatabase.h BLINK_EXPORT static void closeDatabaseImmediately( BLINK_EXPORT 54 public/web/WebDevToolsAgent.h BLINK_EXPORT static WebString inspectorProtocolVersion(); BLINK_EXPORT 57 public/web/WebDevToolsAgent.h BLINK_EXPORT static bool supportsInspectorProtocolVersion(const WebString& version); BLINK_EXPORT 102 public/web/WebDevToolsAgent.h BLINK_EXPORT static void interruptAndDispatch(MessageDescriptor*); BLINK_EXPORT 103 public/web/WebDevToolsAgent.h BLINK_EXPORT static bool shouldInterruptForMessage(const WebString&); BLINK_EXPORT 104 public/web/WebDevToolsAgent.h BLINK_EXPORT static void processPendingMessages(); BLINK_EXPORT 46 public/web/WebDevToolsFrontend.h BLINK_EXPORT static WebDevToolsFrontend* create(WebView* view, BLINK_EXPORT 78 public/web/WebDocument.h BLINK_EXPORT WebURL url() const; BLINK_EXPORT 80 public/web/WebDocument.h BLINK_EXPORT WebSecurityOrigin securityOrigin() const; BLINK_EXPORT 82 public/web/WebDocument.h BLINK_EXPORT WebString encoding() const; BLINK_EXPORT 83 public/web/WebDocument.h BLINK_EXPORT WebString contentLanguage() const; BLINK_EXPORT 84 public/web/WebDocument.h BLINK_EXPORT WebString referrer() const; BLINK_EXPORT 87 public/web/WebDocument.h BLINK_EXPORT WebURL openSearchDescriptionURL() const; BLINK_EXPORT 90 public/web/WebDocument.h BLINK_EXPORT WebLocalFrame* frame() const; BLINK_EXPORT 91 public/web/WebDocument.h BLINK_EXPORT bool isHTMLDocument() const; BLINK_EXPORT 92 public/web/WebDocument.h BLINK_EXPORT bool isXHTMLDocument() const; BLINK_EXPORT 93 public/web/WebDocument.h BLINK_EXPORT bool isPluginDocument() const; BLINK_EXPORT 94 public/web/WebDocument.h BLINK_EXPORT WebURL baseURL() const; BLINK_EXPORT 99 public/web/WebDocument.h BLINK_EXPORT WebURL firstPartyForCookies() const; BLINK_EXPORT 101 public/web/WebDocument.h BLINK_EXPORT WebElement documentElement() const; BLINK_EXPORT 102 public/web/WebDocument.h BLINK_EXPORT WebElement body() const; BLINK_EXPORT 103 public/web/WebDocument.h BLINK_EXPORT WebElement head(); BLINK_EXPORT 104 public/web/WebDocument.h BLINK_EXPORT WebString title() const; BLINK_EXPORT 105 public/web/WebDocument.h BLINK_EXPORT WebElementCollection all(); BLINK_EXPORT 106 public/web/WebDocument.h BLINK_EXPORT void forms(WebVector<WebFormElement>&) const; BLINK_EXPORT 107 public/web/WebDocument.h BLINK_EXPORT void images(WebVector<WebElement>&); BLINK_EXPORT 108 public/web/WebDocument.h BLINK_EXPORT WebURL completeURL(const WebString&) const; BLINK_EXPORT 109 public/web/WebDocument.h BLINK_EXPORT WebElement getElementById(const WebString&) const; BLINK_EXPORT 110 public/web/WebDocument.h BLINK_EXPORT WebElement focusedElement() const; BLINK_EXPORT 111 public/web/WebDocument.h BLINK_EXPORT WebDocumentType doctype() const; BLINK_EXPORT 112 public/web/WebDocument.h BLINK_EXPORT void cancelFullScreen(); BLINK_EXPORT 113 public/web/WebDocument.h BLINK_EXPORT WebElement fullScreenElement() const; BLINK_EXPORT 114 public/web/WebDocument.h BLINK_EXPORT WebDOMEvent createEvent(const WebString& eventType); BLINK_EXPORT 115 public/web/WebDocument.h BLINK_EXPORT WebReferrerPolicy referrerPolicy() const; BLINK_EXPORT 116 public/web/WebDocument.h BLINK_EXPORT WebElement createElement(const WebString& tagName); BLINK_EXPORT 123 public/web/WebDocument.h BLINK_EXPORT WebAXObject accessibilityObject() const; BLINK_EXPORT 126 public/web/WebDocument.h BLINK_EXPORT WebAXObject accessibilityObjectFromID(int axID) const; BLINK_EXPORT 128 public/web/WebDocument.h BLINK_EXPORT void insertStyleSheet(const WebString& sourceCode); BLINK_EXPORT 133 public/web/WebDocument.h BLINK_EXPORT void watchCSSSelectors(const WebVector<WebString>& selectors); BLINK_EXPORT 135 public/web/WebDocument.h BLINK_EXPORT WebVector<WebDraggableRegion> draggableRegions() const; BLINK_EXPORT 137 public/web/WebDocument.h BLINK_EXPORT v8::Handle<v8::Value> registerEmbedderCustomElement(const WebString& name, v8::Handle<v8::Value> options, WebExceptionCode&); BLINK_EXPORT 57 public/web/WebDocumentType.h BLINK_EXPORT WebString name() const; BLINK_EXPORT 53 public/web/WebElement.h BLINK_EXPORT bool isFormControlElement() const; BLINK_EXPORT 54 public/web/WebElement.h BLINK_EXPORT bool isTextFormControlElement() const; BLINK_EXPORT 56 public/web/WebElement.h BLINK_EXPORT WebString tagName() const; BLINK_EXPORT 60 public/web/WebElement.h BLINK_EXPORT bool hasTagName(const WebString&) const; BLINK_EXPORT 63 public/web/WebElement.h BLINK_EXPORT bool hasHTMLTagName(const WebString&) const; BLINK_EXPORT 64 public/web/WebElement.h BLINK_EXPORT bool hasAttribute(const WebString&) const; BLINK_EXPORT 65 public/web/WebElement.h BLINK_EXPORT void removeAttribute(const WebString&); BLINK_EXPORT 66 public/web/WebElement.h BLINK_EXPORT WebString getAttribute(const WebString&) const; BLINK_EXPORT 67 public/web/WebElement.h BLINK_EXPORT bool setAttribute(const WebString& name, const WebString& value); BLINK_EXPORT 68 public/web/WebElement.h BLINK_EXPORT WebString innerText(); BLINK_EXPORT 69 public/web/WebElement.h BLINK_EXPORT void requestFullScreen(); BLINK_EXPORT 70 public/web/WebElement.h BLINK_EXPORT WebString attributeLocalName(unsigned index) const; BLINK_EXPORT 71 public/web/WebElement.h BLINK_EXPORT WebString attributeValue(unsigned index) const; BLINK_EXPORT 72 public/web/WebElement.h BLINK_EXPORT unsigned attributeCount() const; BLINK_EXPORT 73 public/web/WebElement.h BLINK_EXPORT WebNode shadowRoot() const; BLINK_EXPORT 79 public/web/WebElement.h BLINK_EXPORT WebString computeInheritedLanguage() const; BLINK_EXPORT 85 public/web/WebElement.h BLINK_EXPORT WebRect boundsInViewportSpace(); BLINK_EXPORT 89 public/web/WebElement.h BLINK_EXPORT WebImage imageContents(); BLINK_EXPORT 60 public/web/WebElementCollection.h BLINK_EXPORT void reset(); BLINK_EXPORT 61 public/web/WebElementCollection.h BLINK_EXPORT void assign(const WebElementCollection&); BLINK_EXPORT 63 public/web/WebElementCollection.h BLINK_EXPORT unsigned length() const; BLINK_EXPORT 64 public/web/WebElementCollection.h BLINK_EXPORT WebElement nextItem() const; BLINK_EXPORT 65 public/web/WebElementCollection.h BLINK_EXPORT WebElement firstItem() const; BLINK_EXPORT 50 public/web/WebEmbeddedWorker.h BLINK_EXPORT static WebEmbeddedWorker* create( BLINK_EXPORT 51 public/web/WebFont.h BLINK_EXPORT static WebFont* create(const WebFontDescription&); BLINK_EXPORT 57 public/web/WebFormControlElement.h BLINK_EXPORT bool isEnabled() const; BLINK_EXPORT 58 public/web/WebFormControlElement.h BLINK_EXPORT bool isReadOnly() const; BLINK_EXPORT 59 public/web/WebFormControlElement.h BLINK_EXPORT WebString formControlName() const; BLINK_EXPORT 60 public/web/WebFormControlElement.h BLINK_EXPORT WebString formControlType() const; BLINK_EXPORT 63 public/web/WebFormControlElement.h BLINK_EXPORT void dispatchFormControlChangeEvent(); BLINK_EXPORT 65 public/web/WebFormControlElement.h BLINK_EXPORT bool isAutofilled() const; BLINK_EXPORT 66 public/web/WebFormControlElement.h BLINK_EXPORT void setAutofilled(bool); BLINK_EXPORT 69 public/web/WebFormControlElement.h BLINK_EXPORT bool autoComplete() const; BLINK_EXPORT 74 public/web/WebFormControlElement.h BLINK_EXPORT void setValue(const WebString&, bool sendEvents = false); BLINK_EXPORT 79 public/web/WebFormControlElement.h BLINK_EXPORT WebString value() const; BLINK_EXPORT 84 public/web/WebFormControlElement.h BLINK_EXPORT void setSuggestedValue(const WebString&); BLINK_EXPORT 87 public/web/WebFormControlElement.h BLINK_EXPORT WebString suggestedValue() const; BLINK_EXPORT 92 public/web/WebFormControlElement.h BLINK_EXPORT WebString editingValue() const; BLINK_EXPORT 95 public/web/WebFormControlElement.h BLINK_EXPORT void setSelectionRange(int start, int end); BLINK_EXPORT 99 public/web/WebFormControlElement.h BLINK_EXPORT int selectionStart() const; BLINK_EXPORT 103 public/web/WebFormControlElement.h BLINK_EXPORT int selectionEnd() const; BLINK_EXPORT 106 public/web/WebFormControlElement.h BLINK_EXPORT WebString directionForFormData() const; BLINK_EXPORT 111 public/web/WebFormControlElement.h BLINK_EXPORT WebString nameForAutofill() const; BLINK_EXPORT 113 public/web/WebFormControlElement.h BLINK_EXPORT WebFormElement form() const; BLINK_EXPORT 62 public/web/WebFormElement.h BLINK_EXPORT bool autoComplete() const; BLINK_EXPORT 63 public/web/WebFormElement.h BLINK_EXPORT WebString action() const; BLINK_EXPORT 64 public/web/WebFormElement.h BLINK_EXPORT WebString name() const; BLINK_EXPORT 65 public/web/WebFormElement.h BLINK_EXPORT WebString method() const; BLINK_EXPORT 66 public/web/WebFormElement.h BLINK_EXPORT bool wasUserSubmitted() const; BLINK_EXPORT 67 public/web/WebFormElement.h BLINK_EXPORT void submit(); BLINK_EXPORT 69 public/web/WebFormElement.h BLINK_EXPORT void getNamedElements(const WebString&, WebVector<WebNode>&); BLINK_EXPORT 70 public/web/WebFormElement.h BLINK_EXPORT void getFormControlElements(WebVector<WebFormControlElement>&) const; BLINK_EXPORT 71 public/web/WebFormElement.h BLINK_EXPORT bool checkValidityWithoutDispatchingEvents(); BLINK_EXPORT 79 public/web/WebFormElement.h BLINK_EXPORT void finishRequestAutocomplete(WebFormElement::AutocompleteResult); BLINK_EXPORT 103 public/web/WebFrame.h BLINK_EXPORT static WebLocalFrame* create(WebFrameClient*); BLINK_EXPORT 106 public/web/WebFrame.h BLINK_EXPORT static int instanceCount(); BLINK_EXPORT 111 public/web/WebFrame.h BLINK_EXPORT static WebLocalFrame* frameForCurrentContext(); BLINK_EXPORT 116 public/web/WebFrame.h BLINK_EXPORT static WebLocalFrame* frameForContext(v8::Handle<v8::Context>); BLINK_EXPORT 120 public/web/WebFrame.h BLINK_EXPORT static WebLocalFrame* fromFrameOwnerElement(const WebElement&); BLINK_EXPORT 43 public/web/WebGeolocationController.h BLINK_EXPORT void positionChanged(const WebGeolocationPosition&); BLINK_EXPORT 44 public/web/WebGeolocationController.h BLINK_EXPORT void errorOccurred(const WebGeolocationError&); BLINK_EXPORT 53 public/web/WebGeolocationError.h BLINK_EXPORT void assign(Error code, const WebString& message); BLINK_EXPORT 54 public/web/WebGeolocationError.h BLINK_EXPORT void assign(const WebGeolocationError&); BLINK_EXPORT 55 public/web/WebGeolocationError.h BLINK_EXPORT void reset(); BLINK_EXPORT 46 public/web/WebGeolocationPermissionRequest.h BLINK_EXPORT WebSecurityOrigin securityOrigin() const; BLINK_EXPORT 47 public/web/WebGeolocationPermissionRequest.h BLINK_EXPORT void setIsAllowed(bool); BLINK_EXPORT 48 public/web/WebGeolocationPermissionRequestManager.h BLINK_EXPORT int add(const blink::WebGeolocationPermissionRequest&); BLINK_EXPORT 49 public/web/WebGeolocationPermissionRequestManager.h BLINK_EXPORT bool remove(const blink::WebGeolocationPermissionRequest&, int&); BLINK_EXPORT 50 public/web/WebGeolocationPermissionRequestManager.h BLINK_EXPORT bool remove(int, blink::WebGeolocationPermissionRequest&); BLINK_EXPORT 53 public/web/WebGeolocationPermissionRequestManager.h BLINK_EXPORT void init(); BLINK_EXPORT 54 public/web/WebGeolocationPermissionRequestManager.h BLINK_EXPORT void reset(); BLINK_EXPORT 50 public/web/WebGeolocationPosition.h 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); BLINK_EXPORT 51 public/web/WebGeolocationPosition.h BLINK_EXPORT void assign(const WebGeolocationPosition&); BLINK_EXPORT 52 public/web/WebGeolocationPosition.h BLINK_EXPORT void reset(); BLINK_EXPORT 43 public/web/WebGlyphCache.h BLINK_EXPORT static size_t pageCount(); BLINK_EXPORT 43 public/web/WebHeap.h BLINK_EXPORT static void attachThread(); BLINK_EXPORT 47 public/web/WebHeap.h BLINK_EXPORT static void detachThread(); BLINK_EXPORT 56 public/web/WebHeap.h BLINK_EXPORT SafePointScope(); BLINK_EXPORT 57 public/web/WebHeap.h BLINK_EXPORT ~SafePointScope(); BLINK_EXPORT 46 public/web/WebHelperPlugin.h BLINK_EXPORT static WebHelperPlugin* create(const WebString& PluginType, WebLocalFrame*); BLINK_EXPORT 64 public/web/WebHistoryItem.h BLINK_EXPORT void initialize(); BLINK_EXPORT 65 public/web/WebHistoryItem.h BLINK_EXPORT void reset(); BLINK_EXPORT 66 public/web/WebHistoryItem.h BLINK_EXPORT void assign(const WebHistoryItem&); BLINK_EXPORT 70 public/web/WebHistoryItem.h BLINK_EXPORT WebString urlString() const; BLINK_EXPORT 71 public/web/WebHistoryItem.h BLINK_EXPORT void setURLString(const WebString&); BLINK_EXPORT 73 public/web/WebHistoryItem.h BLINK_EXPORT WebString referrer() const; BLINK_EXPORT 74 public/web/WebHistoryItem.h BLINK_EXPORT WebReferrerPolicy referrerPolicy() const; BLINK_EXPORT 75 public/web/WebHistoryItem.h BLINK_EXPORT void setReferrer(const WebString&, WebReferrerPolicy); BLINK_EXPORT 77 public/web/WebHistoryItem.h BLINK_EXPORT WebString target() const; BLINK_EXPORT 78 public/web/WebHistoryItem.h BLINK_EXPORT void setTarget(const WebString&); BLINK_EXPORT 80 public/web/WebHistoryItem.h BLINK_EXPORT WebPoint scrollOffset() const; BLINK_EXPORT 81 public/web/WebHistoryItem.h BLINK_EXPORT void setScrollOffset(const WebPoint&); BLINK_EXPORT 83 public/web/WebHistoryItem.h BLINK_EXPORT float pageScaleFactor() const; BLINK_EXPORT 84 public/web/WebHistoryItem.h BLINK_EXPORT void setPageScaleFactor(float); BLINK_EXPORT 86 public/web/WebHistoryItem.h BLINK_EXPORT WebVector<WebString> documentState() const; BLINK_EXPORT 87 public/web/WebHistoryItem.h BLINK_EXPORT void setDocumentState(const WebVector<WebString>&); BLINK_EXPORT 89 public/web/WebHistoryItem.h BLINK_EXPORT long long itemSequenceNumber() const; BLINK_EXPORT 90 public/web/WebHistoryItem.h BLINK_EXPORT void setItemSequenceNumber(long long); BLINK_EXPORT 92 public/web/WebHistoryItem.h BLINK_EXPORT long long documentSequenceNumber() const; BLINK_EXPORT 93 public/web/WebHistoryItem.h BLINK_EXPORT void setDocumentSequenceNumber(long long); BLINK_EXPORT 95 public/web/WebHistoryItem.h BLINK_EXPORT WebSerializedScriptValue stateObject() const; BLINK_EXPORT 96 public/web/WebHistoryItem.h BLINK_EXPORT void setStateObject(const WebSerializedScriptValue&); BLINK_EXPORT 98 public/web/WebHistoryItem.h BLINK_EXPORT WebString httpContentType() const; BLINK_EXPORT 99 public/web/WebHistoryItem.h BLINK_EXPORT void setHTTPContentType(const WebString&); BLINK_EXPORT 101 public/web/WebHistoryItem.h BLINK_EXPORT WebHTTPBody httpBody() const; BLINK_EXPORT 102 public/web/WebHistoryItem.h BLINK_EXPORT void setHTTPBody(const WebHTTPBody&); BLINK_EXPORT 104 public/web/WebHistoryItem.h BLINK_EXPORT WebVector<WebHistoryItem> children() const; BLINK_EXPORT 105 public/web/WebHistoryItem.h BLINK_EXPORT void setChildren(const WebVector<WebHistoryItem>&); BLINK_EXPORT 106 public/web/WebHistoryItem.h BLINK_EXPORT void appendToChildren(const WebHistoryItem&); BLINK_EXPORT 108 public/web/WebHistoryItem.h BLINK_EXPORT WebVector<WebString> getReferencedFilePaths() const; BLINK_EXPORT 51 public/web/WebHitTestResult.h BLINK_EXPORT void assign(const WebHitTestResult&); BLINK_EXPORT 52 public/web/WebHitTestResult.h BLINK_EXPORT void reset(); BLINK_EXPORT 53 public/web/WebHitTestResult.h BLINK_EXPORT bool isNull() const; BLINK_EXPORT 56 public/web/WebHitTestResult.h BLINK_EXPORT WebNode node() const; BLINK_EXPORT 59 public/web/WebHitTestResult.h BLINK_EXPORT WebPoint localPoint() const; BLINK_EXPORT 63 public/web/WebHitTestResult.h BLINK_EXPORT WebElement urlElement() const; BLINK_EXPORT 66 public/web/WebHitTestResult.h BLINK_EXPORT WebURL absoluteImageURL() const; BLINK_EXPORT 69 public/web/WebHitTestResult.h BLINK_EXPORT WebURL absoluteLinkURL() const; BLINK_EXPORT 72 public/web/WebHitTestResult.h BLINK_EXPORT bool isContentEditable() const; BLINK_EXPORT 48 public/web/WebImageCache.h BLINK_EXPORT static void setCacheLimitInBytes(size_t); BLINK_EXPORT 52 public/web/WebImageCache.h BLINK_EXPORT static void clear(); BLINK_EXPORT 55 public/web/WebImageCache.h BLINK_EXPORT static size_t memoryUsageInBytes(); BLINK_EXPORT 58 public/web/WebImageCache.h BLINK_EXPORT static unsigned cacheEntries(); BLINK_EXPORT 58 public/web/WebImageDecoder.h BLINK_EXPORT void setData(const WebData& data, bool allDataReceived); BLINK_EXPORT 61 public/web/WebImageDecoder.h BLINK_EXPORT void reset(); BLINK_EXPORT 64 public/web/WebImageDecoder.h BLINK_EXPORT bool isFailed() const; BLINK_EXPORT 67 public/web/WebImageDecoder.h BLINK_EXPORT bool isSizeAvailable() const; BLINK_EXPORT 70 public/web/WebImageDecoder.h BLINK_EXPORT WebSize size() const; BLINK_EXPORT 73 public/web/WebImageDecoder.h BLINK_EXPORT size_t frameCount() const; BLINK_EXPORT 76 public/web/WebImageDecoder.h BLINK_EXPORT bool isFrameCompleteAtIndex(int index) const; BLINK_EXPORT 79 public/web/WebImageDecoder.h BLINK_EXPORT WebImage getFrameAtIndex(int index) const; BLINK_EXPORT 83 public/web/WebImageDecoder.h BLINK_EXPORT void init(Type type); BLINK_EXPORT 65 public/web/WebInputElement.h BLINK_EXPORT bool isTextField() const; BLINK_EXPORT 67 public/web/WebInputElement.h BLINK_EXPORT bool isText() const; BLINK_EXPORT 68 public/web/WebInputElement.h BLINK_EXPORT bool isPasswordField() const; BLINK_EXPORT 69 public/web/WebInputElement.h BLINK_EXPORT bool isImageButton() const; BLINK_EXPORT 70 public/web/WebInputElement.h BLINK_EXPORT bool isRadioButton() const; BLINK_EXPORT 71 public/web/WebInputElement.h BLINK_EXPORT bool isCheckbox() const; BLINK_EXPORT 72 public/web/WebInputElement.h BLINK_EXPORT int maxLength() const; BLINK_EXPORT 73 public/web/WebInputElement.h BLINK_EXPORT bool isActivatedSubmit() const; BLINK_EXPORT 74 public/web/WebInputElement.h BLINK_EXPORT void setActivatedSubmit(bool); BLINK_EXPORT 75 public/web/WebInputElement.h BLINK_EXPORT int size() const; BLINK_EXPORT 76 public/web/WebInputElement.h BLINK_EXPORT void setChecked(bool, bool sendEvents = false); BLINK_EXPORT 80 public/web/WebInputElement.h BLINK_EXPORT void setEditingValue(const WebString&); BLINK_EXPORT 81 public/web/WebInputElement.h BLINK_EXPORT bool isValidValue(const WebString&) const; BLINK_EXPORT 82 public/web/WebInputElement.h BLINK_EXPORT bool isChecked() const; BLINK_EXPORT 83 public/web/WebInputElement.h BLINK_EXPORT bool isMultiple() const; BLINK_EXPORT 85 public/web/WebInputElement.h BLINK_EXPORT WebElementCollection dataListOptions() const; BLINK_EXPORT 88 public/web/WebInputElement.h BLINK_EXPORT WebString localizeValue(const WebString&) const; BLINK_EXPORT 90 public/web/WebInputElement.h BLINK_EXPORT bool isSpeechInputEnabled() const; BLINK_EXPORT 91 public/web/WebInputElement.h BLINK_EXPORT SpeechInputState getSpeechInputState() const; BLINK_EXPORT 92 public/web/WebInputElement.h BLINK_EXPORT void startSpeechInput(); BLINK_EXPORT 93 public/web/WebInputElement.h BLINK_EXPORT void stopSpeechInput(); BLINK_EXPORT 96 public/web/WebInputElement.h BLINK_EXPORT static int defaultMaxLength(); BLINK_EXPORT 98 public/web/WebInputElement.h BLINK_EXPORT WebElement decorationElementFor(void*); BLINK_EXPORT 99 public/web/WebInputElement.h BLINK_EXPORT WebElement passwordGeneratorButtonElement() const; BLINK_EXPORT 102 public/web/WebInputElement.h BLINK_EXPORT void setShouldRevealPassword(bool value); BLINK_EXPORT 111 public/web/WebInputElement.h BLINK_EXPORT WebInputElement* toWebInputElement(WebElement*); BLINK_EXPORT 291 public/web/WebInputEvent.h BLINK_EXPORT void setKeyIdentifierFromWindowsKeyCode(); BLINK_EXPORT 45 public/web/WebKit.h BLINK_EXPORT void initialize(Platform*); BLINK_EXPORT 52 public/web/WebKit.h BLINK_EXPORT void initializeWithoutV8(Platform*); BLINK_EXPORT 56 public/web/WebKit.h BLINK_EXPORT v8::Isolate* mainThreadIsolate(); BLINK_EXPORT 62 public/web/WebKit.h BLINK_EXPORT void shutdown(); BLINK_EXPORT 71 public/web/WebKit.h BLINK_EXPORT void shutdownWithoutV8(); BLINK_EXPORT 74 public/web/WebKit.h BLINK_EXPORT void setLayoutTestMode(bool); BLINK_EXPORT 75 public/web/WebKit.h BLINK_EXPORT bool layoutTestMode(); BLINK_EXPORT 78 public/web/WebKit.h BLINK_EXPORT void enableLogChannel(const char*); BLINK_EXPORT 82 public/web/WebKit.h BLINK_EXPORT void resetPluginCache(bool reloadPages); BLINK_EXPORT 57 public/web/WebLabelElement.h BLINK_EXPORT WebElement correspondingControl(); BLINK_EXPORT 42 public/web/WebLeakDetector.h BLINK_EXPORT static void collectGarbargeAndGetDOMCounts(WebLocalFrame*, unsigned* numberOfLiveDocuments, unsigned* numberOfLiveNodes); BLINK_EXPORT 46 public/web/WebMIDIClientMock.h BLINK_EXPORT WebMIDIClientMock(); BLINK_EXPORT 49 public/web/WebMIDIClientMock.h BLINK_EXPORT void setSysexPermission(bool); BLINK_EXPORT 50 public/web/WebMIDIClientMock.h BLINK_EXPORT void resetMock(); BLINK_EXPORT 57 public/web/WebMIDIClientMock.h BLINK_EXPORT void reset(); BLINK_EXPORT 55 public/web/WebMIDIPermissionRequest.h BLINK_EXPORT WebSecurityOrigin securityOrigin() const; BLINK_EXPORT 56 public/web/WebMIDIPermissionRequest.h BLINK_EXPORT void setIsAllowed(bool); BLINK_EXPORT 58 public/web/WebMIDIPermissionRequest.h BLINK_EXPORT void reset(); BLINK_EXPORT 59 public/web/WebMIDIPermissionRequest.h BLINK_EXPORT void assign(const WebMIDIPermissionRequest&); BLINK_EXPORT 60 public/web/WebMIDIPermissionRequest.h BLINK_EXPORT bool equals(const WebMIDIPermissionRequest&) const; BLINK_EXPORT 55 public/web/WebMediaDevicesRequest.h BLINK_EXPORT void reset(); BLINK_EXPORT 57 public/web/WebMediaDevicesRequest.h BLINK_EXPORT bool equals(const WebMediaDevicesRequest&) const; BLINK_EXPORT 58 public/web/WebMediaDevicesRequest.h BLINK_EXPORT void assign(const WebMediaDevicesRequest&); BLINK_EXPORT 60 public/web/WebMediaDevicesRequest.h BLINK_EXPORT WebSecurityOrigin securityOrigin() const; BLINK_EXPORT 61 public/web/WebMediaDevicesRequest.h BLINK_EXPORT WebDocument ownerDocument() const; BLINK_EXPORT 63 public/web/WebMediaDevicesRequest.h BLINK_EXPORT void requestSucceeded(WebVector<WebMediaDeviceInfo>); BLINK_EXPORT 43 public/web/WebMediaStreamRegistry.h BLINK_EXPORT static WebMediaStream lookupMediaStreamDescriptor(const WebURL&); BLINK_EXPORT 40 public/web/WebNetworkStateNotifier.h BLINK_EXPORT static void setOnLine(bool); BLINK_EXPORT 68 public/web/WebNode.h BLINK_EXPORT void reset(); BLINK_EXPORT 69 public/web/WebNode.h BLINK_EXPORT void assign(const WebNode&); BLINK_EXPORT 71 public/web/WebNode.h BLINK_EXPORT bool equals(const WebNode&) const; BLINK_EXPORT 74 public/web/WebNode.h BLINK_EXPORT bool lessThan(const WebNode&) const; BLINK_EXPORT 95 public/web/WebNode.h BLINK_EXPORT NodeType nodeType() const; BLINK_EXPORT 96 public/web/WebNode.h BLINK_EXPORT WebNode parentNode() const; BLINK_EXPORT 97 public/web/WebNode.h BLINK_EXPORT WebString nodeName() const; BLINK_EXPORT 98 public/web/WebNode.h BLINK_EXPORT WebString nodeValue() const; BLINK_EXPORT 99 public/web/WebNode.h BLINK_EXPORT WebDocument document() const; BLINK_EXPORT 100 public/web/WebNode.h BLINK_EXPORT WebNode firstChild() const; BLINK_EXPORT 101 public/web/WebNode.h BLINK_EXPORT WebNode lastChild() const; BLINK_EXPORT 102 public/web/WebNode.h BLINK_EXPORT WebNode previousSibling() const; BLINK_EXPORT 103 public/web/WebNode.h BLINK_EXPORT WebNode nextSibling() const; BLINK_EXPORT 104 public/web/WebNode.h BLINK_EXPORT bool hasChildNodes() const; BLINK_EXPORT 105 public/web/WebNode.h BLINK_EXPORT WebNodeList childNodes(); BLINK_EXPORT 106 public/web/WebNode.h BLINK_EXPORT WebString createMarkup() const; BLINK_EXPORT 107 public/web/WebNode.h BLINK_EXPORT bool isLink() const; BLINK_EXPORT 108 public/web/WebNode.h BLINK_EXPORT bool isTextNode() const; BLINK_EXPORT 109 public/web/WebNode.h BLINK_EXPORT bool isFocusable() const; BLINK_EXPORT 110 public/web/WebNode.h BLINK_EXPORT bool isContentEditable() const; BLINK_EXPORT 111 public/web/WebNode.h BLINK_EXPORT bool isElementNode() const; BLINK_EXPORT 113 public/web/WebNode.h BLINK_EXPORT void addEventListener(const WebString& eventType, WebDOMEventListener* listener, bool useCapture); BLINK_EXPORT 114 public/web/WebNode.h BLINK_EXPORT bool dispatchEvent(const WebDOMEvent&); BLINK_EXPORT 115 public/web/WebNode.h BLINK_EXPORT void simulateClick(); BLINK_EXPORT 116 public/web/WebNode.h BLINK_EXPORT WebElementCollection getElementsByTagName(const WebString&) const; BLINK_EXPORT 117 public/web/WebNode.h BLINK_EXPORT WebElement querySelector(const WebString&, WebExceptionCode&) const; BLINK_EXPORT 118 public/web/WebNode.h BLINK_EXPORT WebElement rootEditableElement() const; BLINK_EXPORT 119 public/web/WebNode.h BLINK_EXPORT bool focused() const; BLINK_EXPORT 120 public/web/WebNode.h BLINK_EXPORT bool remove(); BLINK_EXPORT 125 public/web/WebNode.h BLINK_EXPORT bool hasNonEmptyBoundingBox() const; BLINK_EXPORT 126 public/web/WebNode.h BLINK_EXPORT WebPluginContainer* pluginContainer() const; BLINK_EXPORT 127 public/web/WebNode.h BLINK_EXPORT WebElement shadowHost() const; BLINK_EXPORT 57 public/web/WebNodeList.h BLINK_EXPORT void reset(); BLINK_EXPORT 58 public/web/WebNodeList.h BLINK_EXPORT void assign(const WebNodeList&); BLINK_EXPORT 60 public/web/WebNodeList.h BLINK_EXPORT unsigned length() const; BLINK_EXPORT 61 public/web/WebNodeList.h BLINK_EXPORT WebNode item(size_t) const; BLINK_EXPORT 62 public/web/WebNotification.h BLINK_EXPORT void reset(); BLINK_EXPORT 63 public/web/WebNotification.h BLINK_EXPORT void assign(const WebNotification&); BLINK_EXPORT 67 public/web/WebNotification.h BLINK_EXPORT bool equals(const WebNotification& other) const; BLINK_EXPORT 68 public/web/WebNotification.h BLINK_EXPORT bool lessThan(const WebNotification& other) const; BLINK_EXPORT 70 public/web/WebNotification.h BLINK_EXPORT WebString title() const; BLINK_EXPORT 72 public/web/WebNotification.h BLINK_EXPORT WebTextDirection direction() const; BLINK_EXPORT 73 public/web/WebNotification.h BLINK_EXPORT WebString lang() const; BLINK_EXPORT 74 public/web/WebNotification.h BLINK_EXPORT WebString body() const; BLINK_EXPORT 75 public/web/WebNotification.h BLINK_EXPORT WebString tag() const; BLINK_EXPORT 76 public/web/WebNotification.h BLINK_EXPORT WebURL iconURL() const; BLINK_EXPORT 79 public/web/WebNotification.h BLINK_EXPORT void dispatchShowEvent(); BLINK_EXPORT 82 public/web/WebNotification.h BLINK_EXPORT void dispatchErrorEvent(const WebString& errorMessage); BLINK_EXPORT 86 public/web/WebNotification.h BLINK_EXPORT void dispatchCloseEvent(bool byUser); BLINK_EXPORT 89 public/web/WebNotification.h BLINK_EXPORT void dispatchClickEvent(); BLINK_EXPORT 56 public/web/WebOptionElement.h BLINK_EXPORT void setValue(const WebString&); BLINK_EXPORT 57 public/web/WebOptionElement.h BLINK_EXPORT WebString value() const; BLINK_EXPORT 59 public/web/WebOptionElement.h BLINK_EXPORT int index() const; BLINK_EXPORT 60 public/web/WebOptionElement.h BLINK_EXPORT WebString text() const; BLINK_EXPORT 61 public/web/WebOptionElement.h BLINK_EXPORT WebString label() const; BLINK_EXPORT 62 public/web/WebOptionElement.h BLINK_EXPORT bool isEnabled() const; BLINK_EXPORT 43 public/web/WebPagePopup.h BLINK_EXPORT static WebPagePopup* create(WebWidgetClient*); BLINK_EXPORT 59 public/web/WebPageSerializer.h BLINK_EXPORT static void serialize(WebView*, WebVector<Resource>*); BLINK_EXPORT 62 public/web/WebPageSerializer.h BLINK_EXPORT static WebCString serializeToMHTML(WebView*); BLINK_EXPORT 66 public/web/WebPageSerializer.h BLINK_EXPORT static WebCString serializeToMHTMLUsingBinaryEncoding(WebView*); BLINK_EXPORT 91 public/web/WebPageSerializer.h BLINK_EXPORT static bool serialize( BLINK_EXPORT 102 public/web/WebPageSerializer.h BLINK_EXPORT static bool retrieveAllResources(WebView*, BLINK_EXPORT 111 public/web/WebPageSerializer.h BLINK_EXPORT static WebString generateMetaCharsetDeclaration(const WebString& charset); BLINK_EXPORT 113 public/web/WebPageSerializer.h BLINK_EXPORT static WebString generateMarkOfTheWebDeclaration(const WebURL&); BLINK_EXPORT 115 public/web/WebPageSerializer.h BLINK_EXPORT static WebString generateBaseTagDeclaration(const WebString& baseTarget); BLINK_EXPORT 44 public/web/WebPasswordFormData.h BLINK_EXPORT WebPasswordFormData(const WebFormElement&); BLINK_EXPORT 60 public/web/WebPerformance.h BLINK_EXPORT void reset(); BLINK_EXPORT 61 public/web/WebPerformance.h BLINK_EXPORT void assign(const WebPerformance&); BLINK_EXPORT 65 public/web/WebPerformance.h BLINK_EXPORT WebNavigationType navigationType() const; BLINK_EXPORT 67 public/web/WebPerformance.h BLINK_EXPORT double navigationStart() const; BLINK_EXPORT 68 public/web/WebPerformance.h BLINK_EXPORT double unloadEventEnd() const; BLINK_EXPORT 69 public/web/WebPerformance.h BLINK_EXPORT double redirectStart() const; BLINK_EXPORT 70 public/web/WebPerformance.h BLINK_EXPORT double redirectEnd() const; BLINK_EXPORT 71 public/web/WebPerformance.h BLINK_EXPORT unsigned short redirectCount() const; BLINK_EXPORT 72 public/web/WebPerformance.h BLINK_EXPORT double fetchStart() const; BLINK_EXPORT 73 public/web/WebPerformance.h BLINK_EXPORT double domainLookupStart() const; BLINK_EXPORT 74 public/web/WebPerformance.h BLINK_EXPORT double domainLookupEnd() const; BLINK_EXPORT 75 public/web/WebPerformance.h BLINK_EXPORT double connectStart() const; BLINK_EXPORT 76 public/web/WebPerformance.h BLINK_EXPORT double connectEnd() const; BLINK_EXPORT 77 public/web/WebPerformance.h BLINK_EXPORT double requestStart() const; BLINK_EXPORT 78 public/web/WebPerformance.h BLINK_EXPORT double responseStart() const; BLINK_EXPORT 79 public/web/WebPerformance.h BLINK_EXPORT double responseEnd() const; BLINK_EXPORT 80 public/web/WebPerformance.h BLINK_EXPORT double domLoading() const; BLINK_EXPORT 81 public/web/WebPerformance.h BLINK_EXPORT double domInteractive() const; BLINK_EXPORT 82 public/web/WebPerformance.h BLINK_EXPORT double domContentLoadedEventStart() const; BLINK_EXPORT 83 public/web/WebPerformance.h BLINK_EXPORT double domContentLoadedEventEnd() const; BLINK_EXPORT 84 public/web/WebPerformance.h BLINK_EXPORT double domComplete() const; BLINK_EXPORT 85 public/web/WebPerformance.h BLINK_EXPORT double loadEventStart() const; BLINK_EXPORT 86 public/web/WebPerformance.h BLINK_EXPORT double loadEventEnd() const; BLINK_EXPORT 56 public/web/WebPluginDocument.h BLINK_EXPORT WebPlugin* plugin(); BLINK_EXPORT 42 public/web/WebPluginScrollbar.h BLINK_EXPORT static WebPluginScrollbar* createForPlugin(WebScrollbar::Orientation, BLINK_EXPORT 49 public/web/WebPluginScrollbar.h BLINK_EXPORT static int defaultThickness(); BLINK_EXPORT 43 public/web/WebPopupMenu.h BLINK_EXPORT static WebPopupMenu* create(WebWidgetClient*); BLINK_EXPORT 60 public/web/WebRange.h BLINK_EXPORT void reset(); BLINK_EXPORT 61 public/web/WebRange.h BLINK_EXPORT void assign(const WebRange&); BLINK_EXPORT 65 public/web/WebRange.h BLINK_EXPORT int startOffset() const; BLINK_EXPORT 66 public/web/WebRange.h BLINK_EXPORT int endOffset() const; BLINK_EXPORT 67 public/web/WebRange.h BLINK_EXPORT WebNode startContainer(int& exceptionCode) const; BLINK_EXPORT 68 public/web/WebRange.h BLINK_EXPORT WebNode endContainer(int& exceptionCode) const; BLINK_EXPORT 70 public/web/WebRange.h BLINK_EXPORT WebString toHTMLText() const; BLINK_EXPORT 71 public/web/WebRange.h BLINK_EXPORT WebString toPlainText() const; BLINK_EXPORT 73 public/web/WebRange.h BLINK_EXPORT WebRange expandedToParagraph() const; BLINK_EXPORT 75 public/web/WebRange.h BLINK_EXPORT static WebRange fromDocumentRange(WebLocalFrame*, int start, int length); BLINK_EXPORT 77 public/web/WebRange.h BLINK_EXPORT WebVector<WebFloatQuad> textQuads() const; BLINK_EXPORT 42 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableExperimentalFeatures(bool); BLINK_EXPORT 43 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableTestOnlyFeatures(bool); BLINK_EXPORT 45 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableApplicationCache(bool); BLINK_EXPORT 47 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableDatabase(bool); BLINK_EXPORT 49 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableDialogElement(bool); BLINK_EXPORT 51 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableEncryptedMedia(bool); BLINK_EXPORT 52 public/web/WebRuntimeFeatures.h BLINK_EXPORT static bool isEncryptedMediaEnabled(); BLINK_EXPORT 54 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enablePrefixedEncryptedMedia(bool); BLINK_EXPORT 55 public/web/WebRuntimeFeatures.h BLINK_EXPORT static bool isPrefixedEncryptedMediaEnabled(); BLINK_EXPORT 57 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableBleedingEdgeFastPaths(bool); BLINK_EXPORT 59 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableExperimentalCanvasFeatures(bool); BLINK_EXPORT 61 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableFastTextAutosizing(bool); BLINK_EXPORT 63 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableFileSystem(bool); BLINK_EXPORT 65 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableGamepad(bool); BLINK_EXPORT 67 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableLazyLayout(bool); BLINK_EXPORT 69 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableLocalStorage(bool); BLINK_EXPORT 71 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableMediaPlayer(bool); BLINK_EXPORT 73 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableWebKitMediaSource(bool); BLINK_EXPORT 75 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableMediaSource(bool); BLINK_EXPORT 77 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableMediaStream(bool); BLINK_EXPORT 79 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableNotifications(bool); BLINK_EXPORT 81 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableNavigatorContentUtils(bool); BLINK_EXPORT 83 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableOrientationEvent(bool); BLINK_EXPORT 85 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enablePagePopup(bool); BLINK_EXPORT 87 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enablePeerConnection(bool); BLINK_EXPORT 89 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableRequestAutocomplete(bool); BLINK_EXPORT 91 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableScriptedSpeech(bool); BLINK_EXPORT 93 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableServiceWorker(bool); BLINK_EXPORT 95 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableSessionStorage(bool); BLINK_EXPORT 97 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableSpeechInput(bool); BLINK_EXPORT 99 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableSpeechSynthesis(bool); BLINK_EXPORT 101 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableTouch(bool); BLINK_EXPORT 103 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableTouchIconLoading(bool); BLINK_EXPORT 105 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableWebAnimationsCSS(bool); BLINK_EXPORT 106 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableWebAnimationsSVG(bool); BLINK_EXPORT 108 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableWebAudio(bool); BLINK_EXPORT 110 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableWebGLDraftExtensions(bool); BLINK_EXPORT 112 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableWebMIDI(bool); BLINK_EXPORT 114 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableHTMLImports(bool); BLINK_EXPORT 116 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableXSLT(bool); BLINK_EXPORT 118 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableOverlayScrollbars(bool); BLINK_EXPORT 120 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableOverlayFullscreenVideo(bool); BLINK_EXPORT 122 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableSharedWorker(bool); BLINK_EXPORT 124 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableRepaintAfterLayout(bool); BLINK_EXPORT 126 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableExperimentalWebSocket(bool); BLINK_EXPORT 128 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enableTargetedStyleRecalc(bool); BLINK_EXPORT 130 public/web/WebRuntimeFeatures.h BLINK_EXPORT static void enablePreciseMemoryInfo(bool); BLINK_EXPORT 63 public/web/WebScopedMicrotaskSuppression.h BLINK_EXPORT void initialize(); BLINK_EXPORT 64 public/web/WebScopedMicrotaskSuppression.h BLINK_EXPORT void reset(); BLINK_EXPORT 64 public/web/WebScopedUserGesture.h BLINK_EXPORT void initialize(); BLINK_EXPORT 65 public/web/WebScopedUserGesture.h BLINK_EXPORT void initializeWithToken(const WebUserGestureToken&); BLINK_EXPORT 66 public/web/WebScopedUserGesture.h BLINK_EXPORT void reset(); BLINK_EXPORT 48 public/web/WebScopedWindowFocusAllowedIndicator.h BLINK_EXPORT void initialize(); BLINK_EXPORT 49 public/web/WebScopedWindowFocusAllowedIndicator.h BLINK_EXPORT void reset(); BLINK_EXPORT 51 public/web/WebScriptBindings.h BLINK_EXPORT static v8::Local<v8::String> toV8String(const WebString&, v8::Isolate*); BLINK_EXPORT 54 public/web/WebScriptBindings.h BLINK_EXPORT static WebString toWebString(v8::Handle<v8::String>); BLINK_EXPORT 47 public/web/WebScriptController.h BLINK_EXPORT static void registerExtension(v8::Extension*); BLINK_EXPORT 47 public/web/WebSearchableFormData.h BLINK_EXPORT WebSearchableFormData(const WebFormElement&, const WebInputElement& selectedInputElement = WebInputElement()); BLINK_EXPORT 59 public/web/WebSecurityOrigin.h BLINK_EXPORT static WebSecurityOrigin createFromDatabaseIdentifier(const WebString& databaseIdentifier); BLINK_EXPORT 60 public/web/WebSecurityOrigin.h BLINK_EXPORT static WebSecurityOrigin createFromString(const WebString&); BLINK_EXPORT 61 public/web/WebSecurityOrigin.h BLINK_EXPORT static WebSecurityOrigin create(const WebURL&); BLINK_EXPORT 63 public/web/WebSecurityOrigin.h BLINK_EXPORT void reset(); BLINK_EXPORT 64 public/web/WebSecurityOrigin.h BLINK_EXPORT void assign(const WebSecurityOrigin&); BLINK_EXPORT 68 public/web/WebSecurityOrigin.h BLINK_EXPORT WebString protocol() const; BLINK_EXPORT 69 public/web/WebSecurityOrigin.h BLINK_EXPORT WebString host() const; BLINK_EXPORT 70 public/web/WebSecurityOrigin.h BLINK_EXPORT unsigned short port() const; BLINK_EXPORT 73 public/web/WebSecurityOrigin.h BLINK_EXPORT bool isUnique() const; BLINK_EXPORT 79 public/web/WebSecurityOrigin.h BLINK_EXPORT bool canAccess(const WebSecurityOrigin&) const; BLINK_EXPORT 84 public/web/WebSecurityOrigin.h BLINK_EXPORT bool canRequest(const WebURL&) const; BLINK_EXPORT 89 public/web/WebSecurityOrigin.h BLINK_EXPORT WebString toString() const; BLINK_EXPORT 93 public/web/WebSecurityOrigin.h BLINK_EXPORT WebString databaseIdentifier() const; BLINK_EXPORT 97 public/web/WebSecurityOrigin.h BLINK_EXPORT bool canAccessPasswordManager() const; BLINK_EXPORT 100 public/web/WebSecurityOrigin.h BLINK_EXPORT void grantLoadLocalResources() const; BLINK_EXPORT 47 public/web/WebSecurityPolicy.h BLINK_EXPORT static void registerURLSchemeAsLocal(const WebString&); BLINK_EXPORT 52 public/web/WebSecurityPolicy.h BLINK_EXPORT static void registerURLSchemeAsNoAccess(const WebString&); BLINK_EXPORT 58 public/web/WebSecurityPolicy.h BLINK_EXPORT static void registerURLSchemeAsDisplayIsolated(const WebString&); BLINK_EXPORT 62 public/web/WebSecurityPolicy.h BLINK_EXPORT static void registerURLSchemeAsSecure(const WebString&); BLINK_EXPORT 65 public/web/WebSecurityPolicy.h BLINK_EXPORT static void registerURLSchemeAsCORSEnabled(const WebString&); BLINK_EXPORT 68 public/web/WebSecurityPolicy.h BLINK_EXPORT static void registerURLSchemeAsBypassingContentSecurityPolicy(const WebString&); BLINK_EXPORT 72 public/web/WebSecurityPolicy.h BLINK_EXPORT static void registerURLSchemeAsEmptyDocument(const WebString&); BLINK_EXPORT 75 public/web/WebSecurityPolicy.h BLINK_EXPORT static void addOriginAccessWhitelistEntry( BLINK_EXPORT 78 public/web/WebSecurityPolicy.h BLINK_EXPORT static void removeOriginAccessWhitelistEntry( BLINK_EXPORT 81 public/web/WebSecurityPolicy.h BLINK_EXPORT static void resetOriginAccessWhitelists(); BLINK_EXPORT 86 public/web/WebSecurityPolicy.h BLINK_EXPORT static WebString generateReferrerHeader(WebReferrerPolicy, const WebURL&, const WebString& referrer); BLINK_EXPORT 90 public/web/WebSecurityPolicy.h BLINK_EXPORT static void registerURLSchemeAsNotAllowingJavascriptURLs(const WebString&); BLINK_EXPORT 57 public/web/WebSelectElement.h BLINK_EXPORT WebVector<WebElement> listItems() const; BLINK_EXPORT 51 public/web/WebSelector.h BLINK_EXPORT WebString canonicalizeSelector(WebString selector, WebSelectorType restriction = WebSelectorTypeComplex); BLINK_EXPORT 60 public/web/WebSerializedScriptValue.h BLINK_EXPORT static WebSerializedScriptValue fromString(const WebString&); BLINK_EXPORT 62 public/web/WebSerializedScriptValue.h BLINK_EXPORT static WebSerializedScriptValue serialize(v8::Handle<v8::Value>); BLINK_EXPORT 65 public/web/WebSerializedScriptValue.h BLINK_EXPORT static WebSerializedScriptValue createInvalid(); BLINK_EXPORT 67 public/web/WebSerializedScriptValue.h BLINK_EXPORT void reset(); BLINK_EXPORT 68 public/web/WebSerializedScriptValue.h BLINK_EXPORT void assign(const WebSerializedScriptValue&); BLINK_EXPORT 73 public/web/WebSerializedScriptValue.h BLINK_EXPORT WebString toString() const; BLINK_EXPORT 76 public/web/WebSerializedScriptValue.h BLINK_EXPORT v8::Handle<v8::Value> deserialize(); BLINK_EXPORT 52 public/web/WebSharedWorker.h BLINK_EXPORT static WebSharedWorker* create(WebSharedWorkerClient*); BLINK_EXPORT 73 public/web/WebSocket.h BLINK_EXPORT static WebSocket* create(const WebDocument&, WebSocketClient*); BLINK_EXPORT 45 public/web/WebSpeechGrammar.h BLINK_EXPORT WebURL src() const; BLINK_EXPORT 46 public/web/WebSpeechGrammar.h BLINK_EXPORT float weight() const; BLINK_EXPORT 48 public/web/WebSpeechGrammar.h BLINK_EXPORT void reset(); BLINK_EXPORT 49 public/web/WebSpeechGrammar.h BLINK_EXPORT void assign(const WebSpeechGrammar&); BLINK_EXPORT 54 public/web/WebSpeechInputResult.h BLINK_EXPORT void assign(const WebString& utterance, double confidence); BLINK_EXPORT 55 public/web/WebSpeechInputResult.h BLINK_EXPORT void assign(const WebSpeechInputResult& other); BLINK_EXPORT 56 public/web/WebSpeechInputResult.h BLINK_EXPORT void reset(); BLINK_EXPORT 56 public/web/WebSpeechRecognitionHandle.h BLINK_EXPORT void reset(); BLINK_EXPORT 57 public/web/WebSpeechRecognitionHandle.h BLINK_EXPORT void assign(const WebSpeechRecognitionHandle&); BLINK_EXPORT 61 public/web/WebSpeechRecognitionHandle.h BLINK_EXPORT bool equals(const WebSpeechRecognitionHandle&) const; BLINK_EXPORT 62 public/web/WebSpeechRecognitionHandle.h BLINK_EXPORT bool lessThan(const WebSpeechRecognitionHandle&) const; BLINK_EXPORT 46 public/web/WebSpeechRecognitionResult.h BLINK_EXPORT void assign(const WebVector<WebString>& transcripts, const WebVector<float>& confidences, bool final); BLINK_EXPORT 47 public/web/WebSpeechRecognitionResult.h BLINK_EXPORT void assign(const WebSpeechRecognitionResult&); BLINK_EXPORT 48 public/web/WebSpeechRecognitionResult.h BLINK_EXPORT void reset(); BLINK_EXPORT 45 public/web/WebStorageEventDispatcher.h BLINK_EXPORT static void dispatchLocalStorageEvent( BLINK_EXPORT 52 public/web/WebStorageEventDispatcher.h BLINK_EXPORT static void dispatchSessionStorageEvent( BLINK_EXPORT 48 public/web/WebSurroundingText.h BLINK_EXPORT bool isNull() const; BLINK_EXPORT 49 public/web/WebSurroundingText.h BLINK_EXPORT void reset(); BLINK_EXPORT 53 public/web/WebSurroundingText.h BLINK_EXPORT void initialize(const WebNode&, const WebPoint&, size_t maxLength); BLINK_EXPORT 56 public/web/WebSurroundingText.h BLINK_EXPORT WebString textContent() const; BLINK_EXPORT 59 public/web/WebSurroundingText.h BLINK_EXPORT size_t hitOffsetInTextContent() const; BLINK_EXPORT 62 public/web/WebSurroundingText.h BLINK_EXPORT WebRange rangeFromContentOffsets(size_t startOffsetInContent, size_t endOffsetInContent); BLINK_EXPORT 36 public/web/WebTestingSupport.h BLINK_EXPORT static void injectInternalsObject(WebLocalFrame*); BLINK_EXPORT 37 public/web/WebTestingSupport.h BLINK_EXPORT static void resetInternalsObject(WebLocalFrame*); BLINK_EXPORT 58 public/web/WebTextInputInfo.h BLINK_EXPORT bool equals(const WebTextInputInfo&) const; BLINK_EXPORT 43 public/web/WebUserGestureIndicator.h BLINK_EXPORT static bool isProcessingUserGesture(); BLINK_EXPORT 46 public/web/WebUserGestureIndicator.h BLINK_EXPORT static bool consumeUserGesture(); BLINK_EXPORT 51 public/web/WebUserGestureIndicator.h BLINK_EXPORT static WebUserGestureToken currentUserGestureToken(); BLINK_EXPORT 56 public/web/WebUserGestureToken.h BLINK_EXPORT bool hasGestures() const; BLINK_EXPORT 57 public/web/WebUserGestureToken.h BLINK_EXPORT void setOutOfProcess(); BLINK_EXPORT 58 public/web/WebUserGestureToken.h BLINK_EXPORT void setJavascriptPrompt(); BLINK_EXPORT 67 public/web/WebUserGestureToken.h BLINK_EXPORT void assign(const WebUserGestureToken&); BLINK_EXPORT 68 public/web/WebUserGestureToken.h BLINK_EXPORT void reset(); BLINK_EXPORT 62 public/web/WebUserMediaRequest.h BLINK_EXPORT void reset(); BLINK_EXPORT 64 public/web/WebUserMediaRequest.h BLINK_EXPORT bool equals(const WebUserMediaRequest&) const; BLINK_EXPORT 65 public/web/WebUserMediaRequest.h BLINK_EXPORT void assign(const WebUserMediaRequest&); BLINK_EXPORT 67 public/web/WebUserMediaRequest.h BLINK_EXPORT bool audio() const; BLINK_EXPORT 68 public/web/WebUserMediaRequest.h BLINK_EXPORT bool video() const; BLINK_EXPORT 69 public/web/WebUserMediaRequest.h BLINK_EXPORT WebMediaConstraints audioConstraints() const; BLINK_EXPORT 70 public/web/WebUserMediaRequest.h BLINK_EXPORT WebMediaConstraints videoConstraints() const; BLINK_EXPORT 72 public/web/WebUserMediaRequest.h BLINK_EXPORT WebSecurityOrigin securityOrigin() const; BLINK_EXPORT 73 public/web/WebUserMediaRequest.h BLINK_EXPORT WebDocument ownerDocument() const; BLINK_EXPORT 75 public/web/WebUserMediaRequest.h BLINK_EXPORT void requestSucceeded(const WebMediaStream&); BLINK_EXPORT 77 public/web/WebUserMediaRequest.h BLINK_EXPORT void requestDenied(const WebString& description = WebString()); BLINK_EXPORT 78 public/web/WebUserMediaRequest.h BLINK_EXPORT void requestFailedConstraint(const WebString& constraintName, const WebString& description = WebString()); BLINK_EXPORT 79 public/web/WebUserMediaRequest.h BLINK_EXPORT void requestFailedUASpecific(const WebString& name, const WebString& constraintName = WebString(), const WebString& description = WebString()); BLINK_EXPORT 82 public/web/WebUserMediaRequest.h BLINK_EXPORT void requestFailed(const WebString& description = WebString()) { requestDenied(description); } BLINK_EXPORT 71 public/web/WebView.h BLINK_EXPORT static const double textSizeMultiplierRatio; BLINK_EXPORT 72 public/web/WebView.h BLINK_EXPORT static const double minTextSizeMultiplier; BLINK_EXPORT 73 public/web/WebView.h BLINK_EXPORT static const double maxTextSizeMultiplier; BLINK_EXPORT 74 public/web/WebView.h BLINK_EXPORT static const float minPageScaleFactor; BLINK_EXPORT 75 public/web/WebView.h BLINK_EXPORT static const float maxPageScaleFactor; BLINK_EXPORT 88 public/web/WebView.h BLINK_EXPORT static WebView* create(WebViewClient*); BLINK_EXPORT 218 public/web/WebView.h BLINK_EXPORT static double zoomLevelToZoomFactor(double zoomLevel); BLINK_EXPORT 219 public/web/WebView.h BLINK_EXPORT static double zoomFactorToZoomLevel(double factor); BLINK_EXPORT 411 public/web/WebView.h BLINK_EXPORT static void setUseExternalPopupMenus(bool); BLINK_EXPORT 421 public/web/WebView.h BLINK_EXPORT static void updateVisitedLinkState(unsigned long long hash); BLINK_EXPORT 425 public/web/WebView.h BLINK_EXPORT static void resetVisitedLinkState(); BLINK_EXPORT 439 public/web/WebView.h BLINK_EXPORT static void injectStyleSheet(const WebString& sourceCode, const WebVector<WebString>& patterns, StyleInjectionTarget); BLINK_EXPORT 440 public/web/WebView.h BLINK_EXPORT static void removeInjectedStyleSheets(); BLINK_EXPORT 446 public/web/WebView.h BLINK_EXPORT static void willEnterModalLoop(); BLINK_EXPORT 447 public/web/WebView.h BLINK_EXPORT static void didExitModalLoop(); BLINK_EXPORT 40 public/web/WebWorkerInfo.h BLINK_EXPORT static unsigned dedicatedWorkerCount(); BLINK_EXPORT 56 public/web/android/WebInputEventFactory.h BLINK_EXPORT static WebKeyboardEvent keyboardEvent(WebInputEvent::Type, BLINK_EXPORT 63 public/web/android/WebInputEventFactory.h BLINK_EXPORT static WebMouseEvent mouseEvent(MouseEventType, BLINK_EXPORT 71 public/web/android/WebInputEventFactory.h BLINK_EXPORT static WebMouseWheelEvent mouseWheelEvent(MouseWheelDirectionType, BLINK_EXPORT 76 public/web/android/WebInputEventFactory.h BLINK_EXPORT static WebGestureEvent gestureEvent(WebInputEvent::Type, BLINK_EXPORT 84 public/web/android/WebInputEventFactory.h BLINK_EXPORT static WebGestureEvent gestureEvent(WebInputEvent::Type, BLINK_EXPORT 90 public/web/android/WebInputEventFactory.h BLINK_EXPORT static bool isSystemKeyEvent(const WebKeyboardEvent&); BLINK_EXPORT 39 public/web/default/WebRenderTheme.h BLINK_EXPORT void setCaretBlinkInterval(double); BLINK_EXPORT 50 public/web/gtk/WebInputEventFactory.h BLINK_EXPORT static WebKeyboardEvent keyboardEvent(const GdkEventKey*); BLINK_EXPORT 51 public/web/gtk/WebInputEventFactory.h BLINK_EXPORT static WebKeyboardEvent keyboardEvent(wchar_t character, int state, double timeStampSeconds); BLINK_EXPORT 52 public/web/gtk/WebInputEventFactory.h BLINK_EXPORT static WebMouseEvent mouseEvent(const GdkEventButton*); BLINK_EXPORT 53 public/web/gtk/WebInputEventFactory.h BLINK_EXPORT static WebMouseEvent mouseEvent(const GdkEventMotion*); BLINK_EXPORT 54 public/web/gtk/WebInputEventFactory.h BLINK_EXPORT static WebMouseEvent mouseEvent(const GdkEventCrossing*); BLINK_EXPORT 55 public/web/gtk/WebInputEventFactory.h BLINK_EXPORT static WebMouseWheelEvent mouseWheelEvent(const GdkEventScroll*); BLINK_EXPORT 56 public/web/gtk/WebInputEventFactory.h BLINK_EXPORT static bool isSystemKeyEvent(const WebKeyboardEvent&); BLINK_EXPORT 44 public/web/linux/WebFontRendering.h BLINK_EXPORT static void setHinting(SkPaint::Hinting); BLINK_EXPORT 45 public/web/linux/WebFontRendering.h BLINK_EXPORT static void setAutoHint(bool); BLINK_EXPORT 46 public/web/linux/WebFontRendering.h BLINK_EXPORT static void setUseBitmaps(bool); BLINK_EXPORT 47 public/web/linux/WebFontRendering.h BLINK_EXPORT static void setAntiAlias(bool); BLINK_EXPORT 48 public/web/linux/WebFontRendering.h BLINK_EXPORT static void setSubpixelRendering(bool); BLINK_EXPORT 49 public/web/linux/WebFontRendering.h BLINK_EXPORT static void setSubpixelPositioning(bool); BLINK_EXPORT 50 public/web/linux/WebFontRendering.h BLINK_EXPORT static void setLCDOrder(SkFontHost::LCDOrder); BLINK_EXPORT 51 public/web/linux/WebFontRendering.h BLINK_EXPORT static void setLCDOrientation(SkFontHost::LCDOrientation); BLINK_EXPORT 53 public/web/mac/WebInputEventFactory.h BLINK_EXPORT static WebKeyboardEvent keyboardEvent(NSEvent*); BLINK_EXPORT 54 public/web/mac/WebInputEventFactory.h BLINK_EXPORT static WebKeyboardEvent keyboardEvent(wchar_t character, int modifiers, double timeStampSeconds); BLINK_EXPORT 55 public/web/mac/WebInputEventFactory.h BLINK_EXPORT static WebMouseEvent mouseEvent(NSEvent*, NSView*); BLINK_EXPORT 57 public/web/mac/WebInputEventFactory.h BLINK_EXPORT static WebMouseWheelEvent mouseWheelEvent(NSEvent*, NSView*); BLINK_EXPORT 58 public/web/mac/WebInputEventFactory.h BLINK_EXPORT static WebMouseWheelEvent mouseWheelEvent(NSEvent*, NSView*, bool canRubberbandLeft, bool canRubberbandRight); BLINK_EXPORT 59 public/web/mac/WebInputEventFactory.h BLINK_EXPORT static WebGestureEvent gestureEvent(NSEvent *, NSView *); BLINK_EXPORT 60 public/web/mac/WebInputEventFactory.h BLINK_EXPORT static bool isSystemKeyEvent(const WebKeyboardEvent&); BLINK_EXPORT 51 public/web/mac/WebScrollbarTheme.h BLINK_EXPORT static void updateScrollbars( BLINK_EXPORT 56 public/web/mac/WebSubstringUtil.h BLINK_EXPORT static NSAttributedString* attributedWordAtPoint(WebView*, BLINK_EXPORT 62 public/web/mac/WebSubstringUtil.h BLINK_EXPORT static NSAttributedString* attributedSubstringInRange(WebLocalFrame*, BLINK_EXPORT 16 public/web/win/WebFontRendering.h BLINK_EXPORT static void setUseDirectWrite(bool); BLINK_EXPORT 17 public/web/win/WebFontRendering.h BLINK_EXPORT static void setDirectWriteFactory(IDWriteFactory*); BLINK_EXPORT 18 public/web/win/WebFontRendering.h BLINK_EXPORT static void setUseSubpixelPositioning(bool); BLINK_EXPORT 46 public/web/win/WebInputEventFactory.h BLINK_EXPORT static WebKeyboardEvent keyboardEvent(HWND, UINT, WPARAM, LPARAM); BLINK_EXPORT 47 public/web/win/WebInputEventFactory.h BLINK_EXPORT static WebMouseEvent mouseEvent(HWND, UINT, WPARAM, LPARAM); BLINK_EXPORT 48 public/web/win/WebInputEventFactory.h BLINK_EXPORT static WebMouseWheelEvent mouseWheelEvent(HWND, UINT, WPARAM, LPARAM); BLINK_EXPORT 56 public/web/win/WebInputEventFactory.h BLINK_EXPORT static void resetLastClickState(); BLINK_EXPORT 57 public/web/win/WebInputEventFactory.h BLINK_EXPORT static bool isSystemKeyEvent(const WebKeyboardEvent&);