Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Side by Side Diff: Source/core/testing/Internals.h

Issue 291163004: Implement media cast buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reenable previously crashing tests - now fixed Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/core/rendering/RenderThemeChromiumSkia.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * Copyright (C) 2013 Apple Inc. All rights reserved. 3 * Copyright (C) 2013 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 String pageProperty(String, int, ExceptionState& = ASSERT_NO_EXCEPTION) cons t; 242 String pageProperty(String, int, ExceptionState& = ASSERT_NO_EXCEPTION) cons t;
243 String pageSizeAndMarginsInPixels(int, int, int, int, int, int, int, Excepti onState& = ASSERT_NO_EXCEPTION) const; 243 String pageSizeAndMarginsInPixels(int, int, int, int, int, int, int, Excepti onState& = ASSERT_NO_EXCEPTION) const;
244 244
245 void setDeviceScaleFactor(float scaleFactor, ExceptionState&); 245 void setDeviceScaleFactor(float scaleFactor, ExceptionState&);
246 246
247 void setIsCursorVisible(Document*, bool, ExceptionState&); 247 void setIsCursorVisible(Document*, bool, ExceptionState&);
248 248
249 void mediaPlayerRequestFullscreen(HTMLMediaElement*); 249 void mediaPlayerRequestFullscreen(HTMLMediaElement*);
250 double effectiveMediaVolume(HTMLMediaElement*); 250 double effectiveMediaVolume(HTMLMediaElement*);
251 251
252 void mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement *, bool);
253
252 void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme) ; 254 void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme) ;
253 void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(const String& scheme); 255 void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(const String& scheme);
254 256
255 PassRefPtrWillBeRawPtr<TypeConversions> typeConversions() const; 257 PassRefPtrWillBeRawPtr<TypeConversions> typeConversions() const;
256 PrivateScriptTest* privateScriptTest() const; 258 PrivateScriptTest* privateScriptTest() const;
257 DictionaryTest* dictionaryTest() const; 259 DictionaryTest* dictionaryTest() const;
258 260
259 Vector<String> getReferencedFilePaths() const; 261 Vector<String> getReferencedFilePaths() const;
260 262
261 void startTrackingRepaints(Document*, ExceptionState&); 263 void startTrackingRepaints(Document*, ExceptionState&);
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 PassRefPtrWillBeRawPtr<ClientRectList> annotatedRegions(Document*, bool drag gable, ExceptionState&); 332 PassRefPtrWillBeRawPtr<ClientRectList> annotatedRegions(Document*, bool drag gable, ExceptionState&);
331 333
332 DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, Ex ceptionState&); 334 DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, Ex ceptionState&);
333 RefPtrWillBeMember<InternalRuntimeFlags> m_runtimeFlags; 335 RefPtrWillBeMember<InternalRuntimeFlags> m_runtimeFlags;
334 RefPtrWillBeMember<InternalProfilers> m_profilers; 336 RefPtrWillBeMember<InternalProfilers> m_profilers;
335 }; 337 };
336 338
337 } // namespace blink 339 } // namespace blink
338 340
339 #endif // Internals_h 341 #endif // Internals_h
OLDNEW
« no previous file with comments | « Source/core/rendering/RenderThemeChromiumSkia.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698