Searched refs:OVERRIDE (Results 76 - 100 of 10210) sorted by relevance

1234567891011>>

/external/chromium_org/ash/system/win/audio/
H A Dtray_audio_delegate_win.h24 virtual void AdjustOutputVolumeToAudibleLevel() OVERRIDE; member in class:ash::system::TrayAudioDelegateWin
25 virtual int GetOutputDefaultVolumeMuteLevel() OVERRIDE; member in class:ash::system::TrayAudioDelegateWin
26 virtual int GetOutputVolumeLevel() OVERRIDE; member in class:ash::system::TrayAudioDelegateWin
27 virtual int GetActiveOutputDeviceIconId() OVERRIDE; member in class:ash::system::TrayAudioDelegateWin
28 virtual bool HasAlternativeSources() OVERRIDE; member in class:ash::system::TrayAudioDelegateWin
29 virtual bool IsOutputAudioMuted() OVERRIDE; member in class:ash::system::TrayAudioDelegateWin
30 virtual void SetOutputAudioIsMuted(bool is_muted) OVERRIDE; member in class:ash::system::TrayAudioDelegateWin
31 virtual void SetOutputVolumeLevel(int level) OVERRIDE; member in class:ash::system::TrayAudioDelegateWin
/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_signin_screen.h54 virtual void CancelPasswordChangedFlow() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
55 virtual void CancelUserAdding() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
56 virtual void CreateAccount() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
57 virtual void CompleteLogin(const UserContext& user_context) OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
58 virtual void Login(const UserContext& user_context) OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
59 virtual void LoginAsRetailModeUser() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
60 virtual void LoginAsGuest() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
61 virtual void MigrateUserData(const std::string& old_password) OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
62 virtual void LoginAsPublicAccount(const std::string& username) OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
63 virtual void LoadWallpaper(const std::string& username) OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
64 virtual void LoadSigninWallpaper() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
65 virtual void OnSigninScreenReady() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
66 virtual void RemoveUser(const std::string& username) OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
67 virtual void ResyncUserData() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
68 virtual void ShowEnterpriseEnrollmentScreen() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
69 virtual void ShowKioskEnableScreen() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
70 virtual void ShowKioskAutolaunchScreen() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
71 virtual void ShowWrongHWIDScreen() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
73 LoginDisplayWebUIHandler* webui_handler) OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
76 virtual const UserList& GetUsers() const OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
77 virtual bool IsShowGuest() const OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
78 virtual bool IsShowUsers() const OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
79 virtual bool IsSigninInProgress() const OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
80 virtual bool IsUserSigninCompleted() const OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
81 virtual void SetDisplayEmail(const std::string& email) OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
82 virtual void Signout() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
84 bool diagnostic_mode) OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
85 virtual void HandleGetUsers() OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
88 ScreenlockBridge::LockHandler::AuthType auth_type) OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
90 const std::string& username) const OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
93 virtual void OnLoginFailure(const LoginFailure& error) OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
94 virtual void OnLoginSuccess(const UserContext& user_context) OVERRIDE; member in class:chromeos::AppLaunchSigninScreen
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate_android.h28 virtual SessionID::id_type GetWindowId() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
29 virtual SessionID::id_type GetSessionId() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
30 virtual bool IsBeingDestroyed() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
31 virtual Profile* profile() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
32 virtual std::string GetExtensionAppId() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
33 virtual int GetCurrentEntryIndex() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
34 virtual int GetEntryCount() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
35 virtual int GetPendingEntryIndex() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
36 virtual content::NavigationEntry* GetPendingEntry() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
37 virtual content::NavigationEntry* GetEntryAtIndex(int i) const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
38 virtual content::NavigationEntry* GetActiveEntry() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
39 virtual bool IsPinned() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
40 virtual bool HasWebContents() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
41 virtual content::WebContents* GetWebContents() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
42 virtual int GetSyncId() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
43 virtual void SetSyncId(int sync_id) OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
47 virtual bool ProfileIsSupervised() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
49 GetBlockedNavigations() const OVERRIDE; member in class:browser_sync::SyncedTabDelegateAndroid
[all...]
/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.h24 virtual SessionID::id_type GetWindowId() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
25 virtual SessionID::id_type GetSessionId() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
26 virtual bool IsBeingDestroyed() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
27 virtual Profile* profile() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
28 virtual std::string GetExtensionAppId() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
29 virtual int GetCurrentEntryIndex() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
30 virtual int GetEntryCount() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
31 virtual int GetPendingEntryIndex() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
32 virtual content::NavigationEntry* GetPendingEntry() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
33 virtual content::NavigationEntry* GetEntryAtIndex(int i) const OVERRIDE; member in class:TabContentsSyncedTabDelegate
34 virtual content::NavigationEntry* GetActiveEntry() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
35 virtual bool ProfileIsSupervised() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
37 GetBlockedNavigations() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
38 virtual bool IsPinned() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
39 virtual bool HasWebContents() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
40 virtual content::WebContents* GetWebContents() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
41 virtual int GetSyncId() const OVERRIDE; member in class:TabContentsSyncedTabDelegate
42 virtual void SetSyncId(int sync_id) OVERRIDE; member in class:TabContentsSyncedTabDelegate
[all...]
/external/chromium_org/chrome/browser/ui/translate/
H A Dtranslate_bubble_model_impl.h29 virtual TranslateBubbleModel::ViewState GetViewState() const OVERRIDE; member in class:TranslateBubbleModelImpl
31 OVERRIDE; member in class:TranslateBubbleModelImpl
32 virtual void ShowError(TranslateErrors::Type error_type) OVERRIDE; member in class:TranslateBubbleModelImpl
33 virtual void GoBackFromAdvanced() OVERRIDE; member in class:TranslateBubbleModelImpl
34 virtual int GetNumberOfLanguages() const OVERRIDE; member in class:TranslateBubbleModelImpl
35 virtual base::string16 GetLanguageNameAt(int index) const OVERRIDE; member in class:TranslateBubbleModelImpl
36 virtual int GetOriginalLanguageIndex() const OVERRIDE; member in class:TranslateBubbleModelImpl
37 virtual void UpdateOriginalLanguageIndex(int index) OVERRIDE; member in class:TranslateBubbleModelImpl
38 virtual int GetTargetLanguageIndex() const OVERRIDE; member in class:TranslateBubbleModelImpl
39 virtual void UpdateTargetLanguageIndex(int index) OVERRIDE; member in class:TranslateBubbleModelImpl
40 virtual void SetNeverTranslateLanguage(bool value) OVERRIDE; member in class:TranslateBubbleModelImpl
41 virtual void SetNeverTranslateSite(bool value) OVERRIDE; member in class:TranslateBubbleModelImpl
42 virtual bool ShouldAlwaysTranslate() const OVERRIDE; member in class:TranslateBubbleModelImpl
43 virtual void SetAlwaysTranslate(bool value) OVERRIDE; member in class:TranslateBubbleModelImpl
44 virtual void Translate() OVERRIDE; member in class:TranslateBubbleModelImpl
45 virtual void RevertTranslation() OVERRIDE; member in class:TranslateBubbleModelImpl
46 virtual void TranslationDeclined(bool explicitly_closed) OVERRIDE; member in class:TranslateBubbleModelImpl
47 virtual bool IsPageTranslatedInCurrentLanguages() const OVERRIDE; member in class:TranslateBubbleModelImpl
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_stub.h18 virtual void BindCompletedAsyncTransfers() OVERRIDE; member in class:gpu::AsyncPixelTransferManagerStub
21 AsyncPixelTransferCompletionObserver* observer) OVERRIDE; member in class:gpu::AsyncPixelTransferManagerStub
22 virtual uint32 GetTextureUploadCount() OVERRIDE; member in class:gpu::AsyncPixelTransferManagerStub
23 virtual base::TimeDelta GetTotalTextureUploadTime() OVERRIDE; member in class:gpu::AsyncPixelTransferManagerStub
24 virtual void ProcessMorePendingTransfers() OVERRIDE; member in class:gpu::AsyncPixelTransferManagerStub
25 virtual bool NeedsProcessMorePendingTransfers() OVERRIDE; member in class:gpu::AsyncPixelTransferManagerStub
26 virtual void WaitAllAsyncTexImage2D() OVERRIDE; member in class:gpu::AsyncPixelTransferManagerStub
32 const AsyncTexImage2DParams& define_params) OVERRIDE; member in class:gpu::AsyncPixelTransferManagerStub
/external/chromium_org/jingle/glue/
H A Dpseudotcp_adapter.h34 const net::CompletionCallback& callback) OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
36 const net::CompletionCallback& callback) OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
37 virtual int SetReceiveBufferSize(int32 size) OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
38 virtual int SetSendBufferSize(int32 size) OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
41 virtual int Connect(const net::CompletionCallback& callback) OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
42 virtual void Disconnect() OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
43 virtual bool IsConnected() const OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
44 virtual bool IsConnectedAndIdle() const OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
45 virtual int GetPeerAddress(net::IPEndPoint* address) const OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
46 virtual int GetLocalAddress(net::IPEndPoint* address) const OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
47 virtual const net::BoundNetLog& NetLog() const OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
48 virtual void SetSubresourceSpeculation() OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
49 virtual void SetOmniboxSpeculation() OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
50 virtual bool WasEverUsed() const OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
51 virtual bool UsingTCPFastOpen() const OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
52 virtual bool WasNpnNegotiated() const OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
53 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
54 virtual bool GetSSLInfo(net::SSLInfo* ssl_info) OVERRIDE; member in class:jingle_glue::PseudoTcpAdapter
[all...]
/external/chromium_org/net/udp/
H A Dudp_server_socket.h25 virtual int Listen(const IPEndPoint& address) OVERRIDE; member in class:net::UDPServerSocket
29 const CompletionCallback& callback) OVERRIDE; member in class:net::UDPServerSocket
33 const CompletionCallback& callback) OVERRIDE; member in class:net::UDPServerSocket
34 virtual int SetReceiveBufferSize(int32 size) OVERRIDE; member in class:net::UDPServerSocket
35 virtual int SetSendBufferSize(int32 size) OVERRIDE; member in class:net::UDPServerSocket
36 virtual void Close() OVERRIDE; member in class:net::UDPServerSocket
37 virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE; member in class:net::UDPServerSocket
38 virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE; member in class:net::UDPServerSocket
39 virtual const BoundNetLog& NetLog() const OVERRIDE; member in class:net::UDPServerSocket
40 virtual void AllowAddressReuse() OVERRIDE; member in class:net::UDPServerSocket
41 virtual void AllowBroadcast() OVERRIDE; member in class:net::UDPServerSocket
42 virtual int JoinGroup(const IPAddressNumber& group_address) const OVERRIDE; member in class:net::UDPServerSocket
43 virtual int LeaveGroup(const IPAddressNumber& group_address) const OVERRIDE; member in class:net::UDPServerSocket
44 virtual int SetMulticastInterface(uint32 interface_index) OVERRIDE; member in class:net::UDPServerSocket
45 virtual int SetMulticastTimeToLive(int time_to_live) OVERRIDE; member in class:net::UDPServerSocket
46 virtual int SetMulticastLoopbackMode(bool loopback) OVERRIDE; member in class:net::UDPServerSocket
47 virtual int SetDiffServCodePoint(DiffServCodePoint dscp) OVERRIDE; member in class:net::UDPServerSocket
48 virtual void DetachFromThread() OVERRIDE; member in class:net::UDPServerSocket
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLScriptElement.h51 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; member in class:WebCore::FINAL
52 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; member in class:WebCore::FINAL
53 virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE; member in class:WebCore::FINAL
54 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE; member in class:WebCore::FINAL
56 virtual bool isURLAttribute(const Attribute&) const OVERRIDE; member in class:WebCore::FINAL
57 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; member in class:WebCore::FINAL
58 virtual const QualifiedName& subResourceAttributeName() const OVERRIDE; member in class:WebCore::FINAL
60 virtual String sourceAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
61 virtual String charsetAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
62 virtual String typeAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
63 virtual String languageAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
64 virtual String forAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
65 virtual String eventAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
66 virtual bool asyncAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
67 virtual bool deferAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
68 virtual bool hasSourceAttribute() const OVERRIDE; member in class:WebCore::FINAL
70 virtual void dispatchLoadEvent() OVERRIDE; member in class:WebCore::FINAL
72 virtual PassRefPtrWillBeRawPtr<Element> cloneElementWithoutAttributesAndChildren() OVERRIDE; member in class:WebCore::FINAL
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DCheckboxInputType.h44 virtual const AtomicString& formControlType() const OVERRIDE; member in class:WebCore::FINAL
45 virtual bool valueMissing(const String&) const OVERRIDE; member in class:WebCore::FINAL
46 virtual String valueMissingText() const OVERRIDE; member in class:WebCore::FINAL
47 virtual void handleKeyupEvent(KeyboardEvent*) OVERRIDE; member in class:WebCore::FINAL
48 virtual PassOwnPtrWillBeRawPtr<ClickHandlingState> willDispatchClick() OVERRIDE; member in class:WebCore::FINAL
49 virtual void didDispatchClick(Event*, const ClickHandlingState&) OVERRIDE; member in class:WebCore::FINAL
50 virtual bool isCheckbox() const OVERRIDE; member in class:WebCore::FINAL
51 virtual bool supportsIndeterminateAppearance() const OVERRIDE; member in class:WebCore::FINAL
H A DTextFieldInputType.h48 virtual bool canSetSuggestedValue() OVERRIDE; member in class:WebCore::TextFieldInputType
49 virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE; member in class:WebCore::TextFieldInputType
55 virtual void createShadowSubtree() OVERRIDE; member in class:WebCore::TextFieldInputType
56 virtual void destroyShadowSubtree() OVERRIDE; member in class:WebCore::TextFieldInputType
57 virtual void attributeChanged() OVERRIDE; member in class:WebCore::TextFieldInputType
58 virtual void disabledAttributeChanged() OVERRIDE; member in class:WebCore::TextFieldInputType
59 virtual void readonlyAttributeChanged() OVERRIDE; member in class:WebCore::TextFieldInputType
60 virtual bool supportsReadOnly() const OVERRIDE; member in class:WebCore::TextFieldInputType
61 virtual void handleFocusEvent(Element* oldFocusedNode, FocusType) OVERRIDE FINAL;
62 virtual void handleBlurEvent() OVERRIDE FINA
63 virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE; member in class:WebCore::TextFieldInputType
64 virtual void updateView() OVERRIDE; member in class:WebCore::TextFieldInputType
78 virtual bool valueMissing(const String&) const OVERRIDE; member in class:WebCore::TextFieldInputType
79 virtual void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) OVERRIDE; member in class:WebCore::TextFieldInputType
82 virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE; member in class:WebCore::TextFieldInputType
83 virtual bool shouldUseInputMethod() const OVERRIDE; member in class:WebCore::TextFieldInputType
84 virtual String sanitizeValue(const String&) const OVERRIDE; member in class:WebCore::TextFieldInputType
85 virtual bool shouldRespectListAttribute() OVERRIDE; member in class:WebCore::TextFieldInputType
86 virtual void listAttributeTargetChanged() OVERRIDE; member in class:WebCore::TextFieldInputType
88 virtual bool appendFormData(FormDataList&, bool multipart) const OVERRIDE; member in class:WebCore::TextFieldInputType
[all...]
H A DFileInputType.h48 virtual void trace(Visitor*) OVERRIDE; member in class:WebCore::FINAL
53 virtual const AtomicString& formControlType() const OVERRIDE; member in class:WebCore::FINAL
54 virtual FormControlState saveFormControlState() const OVERRIDE; member in class:WebCore::FINAL
55 virtual void restoreFormControlState(const FormControlState&) OVERRIDE; member in class:WebCore::FINAL
56 virtual bool appendFormData(FormDataList&, bool) const OVERRIDE; member in class:WebCore::FINAL
57 virtual bool valueMissing(const String&) const OVERRIDE; member in class:WebCore::FINAL
58 virtual String valueMissingText() const OVERRIDE; member in class:WebCore::FINAL
59 virtual void handleDOMActivateEvent(Event*) OVERRIDE; member in class:WebCore::FINAL
60 virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE; member in class:WebCore::FINAL
61 virtual bool canSetStringValue() const OVERRIDE; member in class:WebCore::FINAL
62 virtual FileList* files() OVERRIDE; member in class:WebCore::FINAL
63 virtual void setFiles(PassRefPtrWillBeRawPtr<FileList>) OVERRIDE; member in class:WebCore::FINAL
64 virtual bool canSetValue(const String&) OVERRIDE; member in class:WebCore::FINAL
65 virtual bool getTypeSpecificValue(String&) OVERRIDE; // Checked first, before internal storage or the value attribute. member in class:WebCore::FINAL
66 virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE; member in class:WebCore::FINAL
67 virtual bool receiveDroppedFiles(const DragData*) OVERRIDE; member in class:WebCore::FINAL
68 virtual String droppedFileSystemId() OVERRIDE; member in class:WebCore::FINAL
69 virtual bool isFileUpload() const OVERRIDE; member in class:WebCore::FINAL
70 virtual void createShadowSubtree() OVERRIDE; member in class:WebCore::FINAL
71 virtual void disabledAttributeChanged() OVERRIDE; member in class:WebCore::FINAL
72 virtual void multipleAttributeChanged() OVERRIDE; member in class:WebCore::FINAL
73 virtual String defaultToolTip() const OVERRIDE; member in class:WebCore::FINAL
76 virtual void filesChosen(const Vector<FileChooserFileInfo>&) OVERRIDE; member in class:WebCore::FINAL
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGInline.h32 virtual const char* renderName() const OVERRIDE { return "RenderSVGInline"; }
33 virtual LayerType layerTypeRequired() const OVERRIDE FINAL { return NoLayer; }
34 virtual bool isSVGInline() const OVERRIDE FINAL { return true; }
35 virtual bool isSVG() const OVERRIDE FINAL { return true; }
37 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE; member in class:WebCore::RenderSVGInline
44 virtual FloatRect objectBoundingBox() const OVERRIDE FINAL;
45 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL;
46 virtual FloatRect paintInvalidationRectInLocalCoordinates() const OVERRIDE FINAL;
48 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE FINAL;
49 virtual void computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect&, bool fixed = false) const OVERRIDE FINA
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSocketImpl.h57 virtual BinaryType binaryType() const OVERRIDE; member in class:blink::FINAL
58 virtual bool setBinaryType(BinaryType) OVERRIDE; member in class:blink::FINAL
59 virtual void connect(const WebURL&, const WebString& protocol) OVERRIDE; member in class:blink::FINAL
60 virtual WebString subprotocol() OVERRIDE; member in class:blink::FINAL
61 virtual WebString extensions() OVERRIDE; member in class:blink::FINAL
62 virtual bool sendText(const WebString&) OVERRIDE; member in class:blink::FINAL
63 virtual bool sendArrayBuffer(const WebArrayBuffer&) OVERRIDE; member in class:blink::FINAL
64 virtual unsigned long bufferedAmount() const OVERRIDE; member in class:blink::FINAL
65 virtual void close(int code, const WebString& reason) OVERRIDE; member in class:blink::FINAL
66 virtual void fail(const WebString& reason) OVERRIDE; member in class:blink::FINAL
67 virtual void disconnect() OVERRIDE; member in class:blink::FINAL
70 virtual void didConnect(const String& subprotocol, const String& extensions) OVERRIDE; member in class:blink::FINAL
71 virtual void didReceiveMessage(const String& message) OVERRIDE; member in class:blink::FINAL
72 virtual void didReceiveBinaryData(PassOwnPtr<Vector<char> > binaryData) OVERRIDE; member in class:blink::FINAL
73 virtual void didReceiveMessageError() OVERRIDE; member in class:blink::FINAL
74 virtual void didConsumeBufferedAmount(unsigned long consumed) OVERRIDE; member in class:blink::FINAL
75 virtual void didStartClosingHandshake() OVERRIDE; member in class:blink::FINAL
76 virtual void didClose(ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE; member in class:blink::FINAL
[all...]
/external/chromium_org/ui/gl/
H A Dgl_image_stub.h18 virtual void Destroy() OVERRIDE {}
19 virtual gfx::Size GetSize() OVERRIDE; member in class:gfx::GLImageStub
20 virtual bool BindTexImage(unsigned target) OVERRIDE; member in class:gfx::GLImageStub
21 virtual void ReleaseTexImage(unsigned target) OVERRIDE {}
22 virtual void WillUseTexImage() OVERRIDE {}
23 virtual void DidUseTexImage() OVERRIDE {}
24 virtual void WillModifyTexImage() OVERRIDE {}
25 virtual void DidModifyTexImage() OVERRIDE {}
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumSkia.h42 virtual String extraDefaultStyleSheet() OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
43 virtual String extraQuirksStyleSheet() OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
45 virtual Color platformTapHighlightColor() const OVERRIDE
51 virtual bool supportsHover(const RenderStyle*) const OVERRIDE FINAL;
54 virtual bool supportsFocusRing(const RenderStyle*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
57 virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
58 virtual Color platformInactiveSelectionBackgroundColor() const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
59 virtual Color platformActiveSelectionForegroundColor() const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
60 virtual Color platformInactiveSelectionForegroundColor() const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
61 virtual Color platformFocusRingColor() const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
64 virtual double caretBlinkInterval() const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
67 virtual void systemFont(CSSValueID, FontDescription&) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
69 virtual int minimumMenuListSize(RenderStyle*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
71 virtual void setCheckboxSize(RenderStyle*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
73 virtual void setRadioSize(RenderStyle*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
75 virtual void adjustButtonStyle(RenderStyle*, Element*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
77 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
79 virtual void adjustSearchFieldStyle(RenderStyle*, Element*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
80 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
82 virtual void adjustSearchFieldCancelButtonStyle(RenderStyle*, Element*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
83 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
85 virtual void adjustSearchFieldDecorationStyle(RenderStyle*, Element*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
87 virtual void adjustSearchFieldResultsDecorationStyle(RenderStyle*, Element*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
88 virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
90 virtual bool paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
91 virtual bool paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
92 virtual void adjustSliderThumbSize(RenderStyle*, Element*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
93 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
94 virtual bool paintMediaToggleClosedCaptionsButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
95 virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
96 virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
97 virtual bool paintMediaOverlayPlayButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
98 virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
99 virtual String formatMediaControlsTime(float time) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
100 virtual String formatMediaControlsCurrentTime(float currentTime, float duration) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
101 virtual bool paintMediaFullscreenButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
112 virtual void adjustMenuListStyle(RenderStyle*, Element*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
113 virtual void adjustMenuListButtonStyle(RenderStyle*, Element*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
114 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
116 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
117 virtual double animationDurationForProgressBar(RenderProgress*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
120 virtual int popupInternalPaddingLeft(RenderStyle*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
121 virtual int popupInternalPaddingRight(RenderStyle*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
122 virtual int popupInternalPaddingTop(RenderStyle*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
123 virtual int popupInternalPaddingBottom(RenderStyle*) const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
152 virtual bool shouldShowPlaceholderWhenFocused() const OVERRIDE; member in class:WebCore::RenderThemeChromiumSkia
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.h49 const Widget::InitParams& params) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
50 virtual void OnNativeWidgetCreated(const Widget::InitParams& params) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
51 virtual scoped_ptr<corewm::Tooltip> CreateTooltip() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
53 CreateDragDropClient(DesktopNativeCursorManager* cursor_manager) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
54 virtual void Close() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
55 virtual void CloseNow() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
56 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
57 virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
59 const gfx::Rect& restored_bounds) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
60 virtual bool IsVisible() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
61 virtual void SetSize(const gfx::Size& size) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
62 virtual void StackAtTop() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
63 virtual void CenterWindow(const gfx::Size& size) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
66 ui::WindowShowState* show_state) const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
67 virtual gfx::Rect GetWindowBoundsInScreen() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
68 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
69 virtual gfx::Rect GetRestoredBounds() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
70 virtual gfx::Rect GetWorkAreaBoundsInScreen() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
71 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
72 virtual void Activate() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
73 virtual void Deactivate() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
74 virtual bool IsActive() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
75 virtual void Maximize() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
76 virtual void Minimize() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
77 virtual void Restore() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
78 virtual bool IsMaximized() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
79 virtual bool IsMinimized() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
80 virtual bool HasCapture() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
81 virtual void SetAlwaysOnTop(bool always_on_top) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
82 virtual bool IsAlwaysOnTop() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
83 virtual void SetVisibleOnAllWorkspaces(bool always_visible) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
84 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
85 virtual void ClearNativeFocus() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
89 Widget::MoveLoopEscapeBehavior escape_behavior) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
90 virtual void EndMoveLoop() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
91 virtual void SetVisibilityChangedAnimationsEnabled(bool value) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
92 virtual bool ShouldUseNativeFrame() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
93 virtual bool ShouldWindowContentsBeTransparent() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
94 virtual void FrameTypeChanged() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
95 virtual void SetFullscreen(bool fullscreen) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
96 virtual bool IsFullscreen() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
97 virtual void SetOpacity(unsigned char opacity) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
99 const gfx::ImageSkia& app_icon) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
100 virtual void InitModalType(ui::ModalType modal_type) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
101 virtual void FlashFrame(bool flash_frame) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
102 virtual void OnRootViewLayout() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
103 virtual void OnNativeWidgetFocus() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
104 virtual void OnNativeWidgetBlur() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
105 virtual bool IsAnimatingClosed() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
106 virtual bool IsTranslucentWindowOpacitySupported() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
109 virtual ui::EventSource* GetEventSource() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
110 virtual gfx::AcceleratedWidget GetAcceleratedWidget() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
111 virtual void Show() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
112 virtual void Hide() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
113 virtual gfx::Rect GetBounds() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
114 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
115 virtual gfx::Point GetLocationOnNativeScreen() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
116 virtual void SetCapture() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
117 virtual void ReleaseCapture() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
118 virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
119 virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
120 virtual void SetCursorNative(gfx::NativeCursor cursor) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
121 virtual void OnCursorVisibilityChangedNative(bool show) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
122 virtual void MoveCursorToNative(const gfx::Point& location) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
125 virtual ui::EventProcessor* GetEventProcessor() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
130 const gfx::Vector2d& bottom_right_delta) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
131 virtual void OnWindowHidingAnimationCompleted() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
134 virtual bool IsWidgetWindow() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
135 virtual bool IsUsingCustomFrame() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
136 virtual void SchedulePaint() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
137 virtual void EnableInactiveRendering() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
138 virtual bool IsInactiveRenderingDisabled() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
139 virtual bool CanResize() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
140 virtual bool CanMaximize() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
141 virtual bool CanActivate() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
142 virtual bool WidgetSizeIsClientSize() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
143 virtual bool IsModal() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
144 virtual int GetInitialShowState() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
145 virtual bool WillProcessWorkAreaChange() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
146 virtual int GetNonClientComponent(const gfx::Point& point) const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
147 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* path) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
148 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
150 gfx::Size* max_size) const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
151 virtual gfx::Size GetRootViewSize() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
152 virtual void ResetWindowControls() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
153 virtual void PaintLayeredWindow(gfx::Canvas* canvas) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
154 virtual gfx::NativeViewAccessible GetNativeViewAccessible() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
155 virtual bool ShouldHandleSystemCommands() const OVERRIDE; member in class:views::DesktopWindowTreeHostWin
156 virtual InputMethod* GetInputMethod() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
157 virtual void HandleAppDeactivated() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
158 virtual void HandleActivationChanged(bool active) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
159 virtual bool HandleAppCommand(short command) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
160 virtual void HandleCancelMode() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
161 virtual void HandleCaptureLost() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
162 virtual void HandleClose() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
163 virtual bool HandleCommand(int command) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
164 virtual void HandleAccelerator(const ui::Accelerator& accelerator) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
165 virtual void HandleCreate() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
166 virtual void HandleDestroying() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
167 virtual void HandleDestroyed() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
168 virtual bool HandleInitialFocus(ui::WindowShowState show_state) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
169 virtual void HandleDisplayChange() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
170 virtual void HandleBeginWMSizeMove() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
171 virtual void HandleEndWMSizeMove() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
172 virtual void HandleMove() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
173 virtual void HandleWorkAreaChanged() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
174 virtual void HandleVisibilityChanging(bool visible) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
175 virtual void HandleVisibilityChanged(bool visible) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
176 virtual void HandleClientSizeChanged(const gfx::Size& new_size) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
177 virtual void HandleFrameChanged() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
178 virtual void HandleNativeFocus(HWND last_focused_window) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
179 virtual void HandleNativeBlur(HWND focused_window) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
180 virtual bool HandleMouseEvent(const ui::MouseEvent& event) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
181 virtual bool HandleKeyEvent(const ui::KeyEvent& event) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
182 virtual bool HandleUntranslatedKeyEvent(const ui::KeyEvent& event) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
183 virtual void HandleTouchEvent(const ui::TouchEvent& event) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
187 LRESULT* result) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
189 HKL input_language_id) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
190 virtual bool HandlePaintAccelerated(const gfx::Rect& invalid_rect) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
191 virtual void HandlePaint(gfx::Canvas* canvas) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
194 LRESULT* l_result) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
197 LPARAM l_param) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
198 virtual void HandleMenuLoop(bool in_menu_loop) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
202 LRESULT* result) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
205 LPARAM l_param) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
206 virtual bool HandleScrollEvent(const ui::ScrollEvent& event) OVERRIDE; member in class:views::DesktopWindowTreeHostWin
207 virtual void HandleWindowSizeChanging() OVERRIDE; member in class:views::DesktopWindowTreeHostWin
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGScriptElement.h45 virtual bool isAnimatableAttribute(const QualifiedName&) const OVERRIDE; member in class:WebCore::FINAL
52 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; member in class:WebCore::FINAL
53 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; member in class:WebCore::FINAL
54 virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE; member in class:WebCore::FINAL
55 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE; member in class:WebCore::FINAL
57 virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; member in class:WebCore::FINAL
58 virtual bool isURLAttribute(const Attribute&) const OVERRIDE; member in class:WebCore::FINAL
59 virtual bool isStructurallyExternal() const OVERRIDE { return hasSourceAttribute(); }
60 virtual void finishParsingChildren() OVERRIDE; member in class:WebCore::FINAL
62 virtual bool haveLoadedRequiredResources() OVERRIDE; member in class:WebCore::FINAL
64 virtual String sourceAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
65 virtual String charsetAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
66 virtual String typeAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
67 virtual String languageAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
68 virtual String forAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
69 virtual String eventAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
70 virtual bool asyncAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
71 virtual bool deferAttributeValue() const OVERRIDE; member in class:WebCore::FINAL
72 virtual bool hasSourceAttribute() const OVERRIDE; member in class:WebCore::FINAL
74 virtual void dispatchLoadEvent() OVERRIDE; member in class:WebCore::FINAL
76 virtual PassRefPtrWillBeRawPtr<Element> cloneElementWithoutAttributesAndChildren() OVERRIDE; member in class:WebCore::FINAL
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dgain_control_impl.h36 virtual int Initialize() OVERRIDE; member in class:webrtc::GainControlImpl
39 virtual bool is_enabled() const OVERRIDE; member in class:webrtc::GainControlImpl
40 virtual int stream_analog_level() OVERRIDE; member in class:webrtc::GainControlImpl
44 virtual int Enable(bool enable) OVERRIDE; member in class:webrtc::GainControlImpl
45 virtual int set_stream_analog_level(int level) OVERRIDE; member in class:webrtc::GainControlImpl
46 virtual int set_mode(Mode mode) OVERRIDE; member in class:webrtc::GainControlImpl
47 virtual Mode mode() const OVERRIDE; member in class:webrtc::GainControlImpl
48 virtual int set_target_level_dbfs(int level) OVERRIDE; member in class:webrtc::GainControlImpl
49 virtual int target_level_dbfs() const OVERRIDE; member in class:webrtc::GainControlImpl
50 virtual int set_compression_gain_db(int gain) OVERRIDE; member in class:webrtc::GainControlImpl
51 virtual int compression_gain_db() const OVERRIDE; member in class:webrtc::GainControlImpl
52 virtual int enable_limiter(bool enable) OVERRIDE; member in class:webrtc::GainControlImpl
53 virtual bool is_limiter_enabled() const OVERRIDE; member in class:webrtc::GainControlImpl
54 virtual int set_analog_level_limits(int minimum, int maximum) OVERRIDE; member in class:webrtc::GainControlImpl
55 virtual int analog_level_minimum() const OVERRIDE; member in class:webrtc::GainControlImpl
56 virtual int analog_level_maximum() const OVERRIDE; member in class:webrtc::GainControlImpl
57 virtual bool stream_is_saturated() const OVERRIDE; member in class:webrtc::GainControlImpl
60 virtual void* CreateHandle() const OVERRIDE; member in class:webrtc::GainControlImpl
61 virtual int InitializeHandle(void* handle) const OVERRIDE; member in class:webrtc::GainControlImpl
62 virtual int ConfigureHandle(void* handle) const OVERRIDE; member in class:webrtc::GainControlImpl
63 virtual void DestroyHandle(void* handle) const OVERRIDE; member in class:webrtc::GainControlImpl
64 virtual int num_handles_required() const OVERRIDE; member in class:webrtc::GainControlImpl
65 virtual int GetHandleError(void* handle) const OVERRIDE; member in class:webrtc::GainControlImpl
[all...]
/external/chromium_org/cc/trees/
H A Dsingle_thread_proxy.h31 virtual void FinishAllRendering() OVERRIDE; member in class:cc::SingleThreadProxy
32 virtual bool IsStarted() const OVERRIDE; member in class:cc::SingleThreadProxy
33 virtual void SetLayerTreeHostClientReady() OVERRIDE; member in class:cc::SingleThreadProxy
34 virtual void SetVisible(bool visible) OVERRIDE; member in class:cc::SingleThreadProxy
35 virtual const RendererCapabilities& GetRendererCapabilities() const OVERRIDE; member in class:cc::SingleThreadProxy
36 virtual void SetNeedsAnimate() OVERRIDE; member in class:cc::SingleThreadProxy
37 virtual void SetNeedsUpdateLayers() OVERRIDE; member in class:cc::SingleThreadProxy
38 virtual void SetNeedsCommit() OVERRIDE; member in class:cc::SingleThreadProxy
39 virtual void SetNeedsRedraw(const gfx::Rect& damage_rect) OVERRIDE; member in class:cc::SingleThreadProxy
40 virtual void SetNextCommitWaitsForActivation() OVERRIDE; member in class:cc::SingleThreadProxy
42 virtual void SetDeferCommits(bool defer_commits) OVERRIDE; member in class:cc::SingleThreadProxy
43 virtual bool CommitRequested() const OVERRIDE; member in class:cc::SingleThreadProxy
44 virtual bool BeginMainFrameRequested() const OVERRIDE; member in class:cc::SingleThreadProxy
46 virtual void Start() OVERRIDE; member in class:cc::SingleThreadProxy
47 virtual void Stop() OVERRIDE; member in class:cc::SingleThreadProxy
48 virtual size_t MaxPartialTextureUpdates() const OVERRIDE; member in class:cc::SingleThreadProxy
49 virtual void ForceSerializeOnSwapBuffers() OVERRIDE; member in class:cc::SingleThreadProxy
50 virtual scoped_ptr<base::Value> AsValue() const OVERRIDE; member in class:cc::SingleThreadProxy
51 virtual bool CommitPendingForTesting() OVERRIDE; member in class:cc::SingleThreadProxy
54 virtual void UpdateRendererCapabilitiesOnImplThread() OVERRIDE; member in class:cc::SingleThreadProxy
55 virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE; member in class:cc::SingleThreadProxy
60 virtual void DidSwapBuffersOnImplThread() OVERRIDE; member in class:cc::SingleThreadProxy
61 virtual void DidSwapBuffersCompleteOnImplThread() OVERRIDE; member in class:cc::SingleThreadProxy
63 virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE; member in class:cc::SingleThreadProxy
64 virtual void NotifyReadyToActivate() OVERRIDE; member in class:cc::SingleThreadProxy
65 virtual void SetNeedsRedrawOnImplThread() OVERRIDE; member in class:cc::SingleThreadProxy
67 const gfx::Rect& dirty_rect) OVERRIDE; member in class:cc::SingleThreadProxy
68 virtual void SetNeedsAnimateOnImplThread() OVERRIDE; member in class:cc::SingleThreadProxy
69 virtual void SetNeedsManageTilesOnImplThread() OVERRIDE; member in class:cc::SingleThreadProxy
70 virtual void DidInitializeVisibleTileOnImplThread() OVERRIDE; member in class:cc::SingleThreadProxy
71 virtual void SetNeedsCommitOnImplThread() OVERRIDE; member in class:cc::SingleThreadProxy
73 scoped_ptr<AnimationEventsVector> events) OVERRIDE; member in class:cc::SingleThreadProxy
76 int priority_cutoff) OVERRIDE; member in class:cc::SingleThreadProxy
77 virtual bool IsInsideDraw() OVERRIDE; member in class:cc::SingleThreadProxy
[all...]
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h36 virtual void EnableSendQueue() OVERRIDE; member in class:content::MockRenderProcessHost
37 virtual bool Init() OVERRIDE; member in class:content::MockRenderProcessHost
38 virtual int GetNextRoutingID() OVERRIDE; member in class:content::MockRenderProcessHost
39 virtual void AddRoute(int32 routing_id, IPC::Listener* listener) OVERRIDE; member in class:content::MockRenderProcessHost
40 virtual void RemoveRoute(int32 routing_id) OVERRIDE; member in class:content::MockRenderProcessHost
41 virtual void AddObserver(RenderProcessHostObserver* observer) OVERRIDE; member in class:content::MockRenderProcessHost
42 virtual void RemoveObserver(RenderProcessHostObserver* observer) OVERRIDE; member in class:content::MockRenderProcessHost
45 IPC::Message* msg) OVERRIDE; member in class:content::MockRenderProcessHost
46 virtual void ReceivedBadMessage() OVERRIDE; member in class:content::MockRenderProcessHost
47 virtual void WidgetRestored() OVERRIDE; member in class:content::MockRenderProcessHost
48 virtual void WidgetHidden() OVERRIDE; member in class:content::MockRenderProcessHost
49 virtual int VisibleWidgetCount() const OVERRIDE; member in class:content::MockRenderProcessHost
50 virtual bool IsIsolatedGuest() const OVERRIDE; member in class:content::MockRenderProcessHost
51 virtual StoragePartition* GetStoragePartition() const OVERRIDE; member in class:content::MockRenderProcessHost
53 virtual bool FastShutdownIfPossible() OVERRIDE; member in class:content::MockRenderProcessHost
54 virtual bool FastShutdownStarted() const OVERRIDE; member in class:content::MockRenderProcessHost
55 virtual void DumpHandles() OVERRIDE; member in class:content::MockRenderProcessHost
56 virtual base::ProcessHandle GetHandle() const OVERRIDE; member in class:content::MockRenderProcessHost
57 virtual int GetID() const OVERRIDE; member in class:content::MockRenderProcessHost
58 virtual bool HasConnection() const OVERRIDE; member in class:content::MockRenderProcessHost
59 virtual void SetIgnoreInputEvents(bool ignore_input_events) OVERRIDE; member in class:content::MockRenderProcessHost
60 virtual bool IgnoreInputEvents() const OVERRIDE; member in class:content::MockRenderProcessHost
61 virtual void Cleanup() OVERRIDE; member in class:content::MockRenderProcessHost
62 virtual void AddPendingView() OVERRIDE; member in class:content::MockRenderProcessHost
63 virtual void RemovePendingView() OVERRIDE; member in class:content::MockRenderProcessHost
64 virtual void SetSuddenTerminationAllowed(bool allowed) OVERRIDE; member in class:content::MockRenderProcessHost
65 virtual bool SuddenTerminationAllowed() const OVERRIDE; member in class:content::MockRenderProcessHost
66 virtual BrowserContext* GetBrowserContext() const OVERRIDE; member in class:content::MockRenderProcessHost
68 StoragePartition* partition) const OVERRIDE; member in class:content::MockRenderProcessHost
69 virtual IPC::ChannelProxy* GetChannel() OVERRIDE; member in class:content::MockRenderProcessHost
70 virtual void AddFilter(BrowserMessageFilter* filter) OVERRIDE; member in class:content::MockRenderProcessHost
71 virtual bool FastShutdownForPageCount(size_t count) OVERRIDE; member in class:content::MockRenderProcessHost
72 virtual base::TimeDelta GetChildProcessIdleTime() const OVERRIDE; member in class:content::MockRenderProcessHost
73 virtual void ResumeRequestsForView(int route_id) OVERRIDE; member in class:content::MockRenderProcessHost
74 virtual void FilterURL(bool empty_allowed, GURL* url) OVERRIDE; member in class:content::MockRenderProcessHost
76 virtual void EnableAecDump(const base::FilePath& file) OVERRIDE; member in class:content::MockRenderProcessHost
77 virtual void DisableAecDump() OVERRIDE; member in class:content::MockRenderProcessHost
79 base::Callback<void(const std::string&)> callback) OVERRIDE; member in class:content::MockRenderProcessHost
83 const WebRtcRtpPacketCallback& packet_callback) OVERRIDE; member in class:content::MockRenderProcessHost
86 OVERRIDE; member in class:content::MockRenderProcessHost
87 virtual void NotifyTimezoneChange() OVERRIDE; member in class:content::MockRenderProcessHost
90 virtual bool Send(IPC::Message* msg) OVERRIDE; member in class:content::MockRenderProcessHost
93 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; member in class:content::MockRenderProcessHost
94 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE; member in class:content::MockRenderProcessHost
134 SiteInstance* site_instance) const OVERRIDE; member in class:content::MockRenderProcessHostFactory
[all...]
/external/chromium_org/apps/ui/views/
H A Dnative_app_window_views.h76 virtual bool IsActive() const OVERRIDE; member in class:apps::NativeAppWindowViews
77 virtual bool IsMaximized() const OVERRIDE; member in class:apps::NativeAppWindowViews
78 virtual bool IsMinimized() const OVERRIDE; member in class:apps::NativeAppWindowViews
79 virtual bool IsFullscreen() const OVERRIDE; member in class:apps::NativeAppWindowViews
80 virtual gfx::NativeWindow GetNativeWindow() OVERRIDE; member in class:apps::NativeAppWindowViews
81 virtual gfx::Rect GetRestoredBounds() const OVERRIDE; member in class:apps::NativeAppWindowViews
82 virtual ui::WindowShowState GetRestoredState() const OVERRIDE; member in class:apps::NativeAppWindowViews
83 virtual gfx::Rect GetBounds() const OVERRIDE; member in class:apps::NativeAppWindowViews
84 virtual void Show() OVERRIDE; member in class:apps::NativeAppWindowViews
85 virtual void ShowInactive() OVERRIDE; member in class:apps::NativeAppWindowViews
86 virtual void Hide() OVERRIDE; member in class:apps::NativeAppWindowViews
87 virtual void Close() OVERRIDE; member in class:apps::NativeAppWindowViews
88 virtual void Activate() OVERRIDE; member in class:apps::NativeAppWindowViews
89 virtual void Deactivate() OVERRIDE; member in class:apps::NativeAppWindowViews
90 virtual void Maximize() OVERRIDE; member in class:apps::NativeAppWindowViews
91 virtual void Minimize() OVERRIDE; member in class:apps::NativeAppWindowViews
92 virtual void Restore() OVERRIDE; member in class:apps::NativeAppWindowViews
93 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE; member in class:apps::NativeAppWindowViews
94 virtual void FlashFrame(bool flash) OVERRIDE; member in class:apps::NativeAppWindowViews
95 virtual bool IsAlwaysOnTop() const OVERRIDE; member in class:apps::NativeAppWindowViews
96 virtual void SetAlwaysOnTop(bool always_on_top) OVERRIDE; member in class:apps::NativeAppWindowViews
99 virtual void OnWidgetMove() OVERRIDE; member in class:apps::NativeAppWindowViews
100 virtual views::View* GetInitiallyFocusedView() OVERRIDE; member in class:apps::NativeAppWindowViews
101 virtual bool CanResize() const OVERRIDE; member in class:apps::NativeAppWindowViews
102 virtual bool CanMaximize() const OVERRIDE; member in class:apps::NativeAppWindowViews
103 virtual base::string16 GetWindowTitle() const OVERRIDE; member in class:apps::NativeAppWindowViews
104 virtual bool ShouldShowWindowTitle() const OVERRIDE; member in class:apps::NativeAppWindowViews
105 virtual bool ShouldShowWindowIcon() const OVERRIDE; member in class:apps::NativeAppWindowViews
107 ui::WindowShowState show_state) OVERRIDE; member in class:apps::NativeAppWindowViews
108 virtual void DeleteDelegate() OVERRIDE; member in class:apps::NativeAppWindowViews
109 virtual views::Widget* GetWidget() OVERRIDE; member in class:apps::NativeAppWindowViews
110 virtual const views::Widget* GetWidget() const OVERRIDE; member in class:apps::NativeAppWindowViews
111 virtual views::View* GetContentsView() OVERRIDE; member in class:apps::NativeAppWindowViews
114 const gfx::Point& location) OVERRIDE; member in class:apps::NativeAppWindowViews
118 bool visible) OVERRIDE; member in class:apps::NativeAppWindowViews
120 bool active) OVERRIDE; member in class:apps::NativeAppWindowViews
124 content::RenderViewHost* render_view_host) OVERRIDE; member in class:apps::NativeAppWindowViews
127 content::RenderViewHost* new_host) OVERRIDE; member in class:apps::NativeAppWindowViews
130 virtual void Layout() OVERRIDE; member in class:apps::NativeAppWindowViews
132 const ViewHierarchyChangedDetails& details) OVERRIDE; member in class:apps::NativeAppWindowViews
133 virtual gfx::Size GetMinimumSize() const OVERRIDE; member in class:apps::NativeAppWindowViews
134 virtual gfx::Size GetMaximumSize() const OVERRIDE; member in class:apps::NativeAppWindowViews
135 virtual void OnFocus() OVERRIDE; member in class:apps::NativeAppWindowViews
138 virtual void SetFullscreen(int fullscreen_types) OVERRIDE; member in class:apps::NativeAppWindowViews
139 virtual bool IsFullscreenOrPending() const OVERRIDE; member in class:apps::NativeAppWindowViews
140 virtual bool IsDetached() const OVERRIDE; member in class:apps::NativeAppWindowViews
141 virtual void UpdateWindowIcon() OVERRIDE; member in class:apps::NativeAppWindowViews
142 virtual void UpdateWindowTitle() OVERRIDE; member in class:apps::NativeAppWindowViews
143 virtual void UpdateBadgeIcon() OVERRIDE; member in class:apps::NativeAppWindowViews
145 const std::vector<extensions::DraggableRegion>& regions) OVERRIDE; member in class:apps::NativeAppWindowViews
146 virtual SkRegion* GetDraggableRegion() OVERRIDE; member in class:apps::NativeAppWindowViews
147 virtual void UpdateShape(scoped_ptr<SkRegion> region) OVERRIDE; member in class:apps::NativeAppWindowViews
149 const content::NativeWebKeyboardEvent& event) OVERRIDE; member in class:apps::NativeAppWindowViews
150 virtual bool IsFrameless() const OVERRIDE; member in class:apps::NativeAppWindowViews
151 virtual bool HasFrameColor() const OVERRIDE; member in class:apps::NativeAppWindowViews
152 virtual SkColor ActiveFrameColor() const OVERRIDE; member in class:apps::NativeAppWindowViews
153 virtual SkColor InactiveFrameColor() const OVERRIDE; member in class:apps::NativeAppWindowViews
154 virtual gfx::Insets GetFrameInsets() const OVERRIDE; member in class:apps::NativeAppWindowViews
155 virtual void HideWithApp() OVERRIDE; member in class:apps::NativeAppWindowViews
156 virtual void ShowWithApp() OVERRIDE; member in class:apps::NativeAppWindowViews
157 virtual void UpdateShelfMenu() OVERRIDE; member in class:apps::NativeAppWindowViews
158 virtual gfx::Size GetContentMinimumSize() const OVERRIDE; member in class:apps::NativeAppWindowViews
159 virtual gfx::Size GetContentMaximumSize() const OVERRIDE; member in class:apps::NativeAppWindowViews
161 const gfx::Size& max_size) OVERRIDE; member in class:apps::NativeAppWindowViews
162 virtual bool CanHaveAlphaEnabled() const OVERRIDE; member in class:apps::NativeAppWindowViews
165 virtual gfx::NativeView GetHostView() const OVERRIDE; member in class:apps::NativeAppWindowViews
166 virtual gfx::Point GetDialogPosition(const gfx::Size& size) OVERRIDE; member in class:apps::NativeAppWindowViews
167 virtual gfx::Size GetMaximumDialogSize() OVERRIDE; member in class:apps::NativeAppWindowViews
169 web_modal::ModalDialogHostObserver* observer) OVERRIDE; member in class:apps::NativeAppWindowViews
171 web_modal::ModalDialogHostObserver* observer) OVERRIDE; member in class:apps::NativeAppWindowViews
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_linux.cc48 virtual void Initialize() OVERRIDE {
52 virtual void Shutdown() OVERRIDE {
55 virtual bool GetTrayVisibilityOnStartup() OVERRIDE {
59 virtual ash::user::LoginStatus GetUserLoginStatus() const OVERRIDE {
63 virtual void ChangeProfilePicture() OVERRIDE {
66 virtual const std::string GetEnterpriseDomain() const OVERRIDE {
70 virtual const base::string16 GetEnterpriseMessage() const OVERRIDE {
74 virtual const std::string GetLocallyManagedUserManager() const OVERRIDE {
79 OVERRIDE {
83 virtual const base::string16 GetLocallyManagedUserMessage() const OVERRIDE {
[all...]
H A Dsystem_tray_delegate_win.cc49 virtual void Initialize() OVERRIDE {
53 virtual void Shutdown() OVERRIDE {
56 virtual bool GetTrayVisibilityOnStartup() OVERRIDE {
60 virtual ash::user::LoginStatus GetUserLoginStatus() const OVERRIDE {
64 virtual void ChangeProfilePicture() OVERRIDE {
67 virtual const std::string GetEnterpriseDomain() const OVERRIDE {
71 virtual const base::string16 GetEnterpriseMessage() const OVERRIDE {
75 virtual const std::string GetLocallyManagedUserManager() const OVERRIDE {
80 OVERRIDE {
84 virtual const base::string16 GetLocallyManagedUserMessage() const OVERRIDE {
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_mac.h28 device::BluetoothDevice::Observer* observer) OVERRIDE; member in class:device::BluetoothDeviceMac
30 device::BluetoothDevice::Observer* observer) OVERRIDE; member in class:device::BluetoothDeviceMac
31 virtual uint32 GetBluetoothClass() const OVERRIDE; member in class:device::BluetoothDeviceMac
32 virtual std::string GetAddress() const OVERRIDE; member in class:device::BluetoothDeviceMac
33 virtual VendorIDSource GetVendorIDSource() const OVERRIDE; member in class:device::BluetoothDeviceMac
34 virtual uint16 GetVendorID() const OVERRIDE; member in class:device::BluetoothDeviceMac
35 virtual uint16 GetProductID() const OVERRIDE; member in class:device::BluetoothDeviceMac
36 virtual uint16 GetDeviceID() const OVERRIDE; member in class:device::BluetoothDeviceMac
37 virtual int GetRSSI() const OVERRIDE; member in class:device::BluetoothDeviceMac
38 virtual int GetCurrentHostTransmitPower() const OVERRIDE; member in class:device::BluetoothDeviceMac
39 virtual int GetMaximumHostTransmitPower() const OVERRIDE; member in class:device::BluetoothDeviceMac
40 virtual bool IsPaired() const OVERRIDE; member in class:device::BluetoothDeviceMac
41 virtual bool IsConnected() const OVERRIDE; member in class:device::BluetoothDeviceMac
42 virtual bool IsConnectable() const OVERRIDE; member in class:device::BluetoothDeviceMac
43 virtual bool IsConnecting() const OVERRIDE; member in class:device::BluetoothDeviceMac
44 virtual UUIDList GetUUIDs() const OVERRIDE; member in class:device::BluetoothDeviceMac
45 virtual bool ExpectingPinCode() const OVERRIDE; member in class:device::BluetoothDeviceMac
46 virtual bool ExpectingPasskey() const OVERRIDE; member in class:device::BluetoothDeviceMac
47 virtual bool ExpectingConfirmation() const OVERRIDE; member in class:device::BluetoothDeviceMac
51 const ConnectErrorCallback& error_callback) OVERRIDE; member in class:device::BluetoothDeviceMac
52 virtual void SetPinCode(const std::string& pincode) OVERRIDE; member in class:device::BluetoothDeviceMac
53 virtual void SetPasskey(uint32 passkey) OVERRIDE; member in class:device::BluetoothDeviceMac
54 virtual void ConfirmPairing() OVERRIDE; member in class:device::BluetoothDeviceMac
55 virtual void RejectPairing() OVERRIDE; member in class:device::BluetoothDeviceMac
56 virtual void CancelPairing() OVERRIDE; member in class:device::BluetoothDeviceMac
59 const ErrorCallback& error_callback) OVERRIDE; member in class:device::BluetoothDeviceMac
60 virtual void Forget(const ErrorCallback& error_callback) OVERRIDE; member in class:device::BluetoothDeviceMac
64 const ConnectToServiceErrorCallback& error_callback) OVERRIDE; member in class:device::BluetoothDeviceMac
67 const ConnectErrorCallback& error_callback) OVERRIDE; member in class:device::BluetoothDeviceMac
70 const ErrorCallback& error_callback) OVERRIDE; member in class:device::BluetoothDeviceMac
78 virtual std::string GetDeviceName() const OVERRIDE; member in class:device::BluetoothDeviceMac
[all...]

Completed in 796 milliseconds

1234567891011>>