Searched refs:casting (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/file_manager/video_player/css/
H A Dvideo_player.css76 #video-player:not([casting]) > #cast-container {
134 #video-player:not([tools]):not([casting]) .tool {
138 #video-player:not([tools]):not([casting]) {
H A Dmedia_controls.css498 #video-player[casting] .media-button.cast > .default.normal {
504 #video-player[casting] .media-button.cast > .default.hover {
510 #video-player[casting] .media-button.cast > .default.active {
/external/chromium_org/ui/file_manager/video_player/js/
H A Dvideo_player.js25 this.casting = false;
111 if (this.casting)
299 this.controls.casting = !!this.currentCast_;
323 videoPlayerElement.setAttribute('casting', true);
347 videoPlayerElement.removeAttribute('casting');
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcheck_lint.sh21 COMMON_LINT_FILTER=-build/include,-build/header_guard,-legal/copyright,-whitespace/comments,-readability/casting,\
/external/eigen/test/
H A Dbasicstuff.cpp170 void casting() function
213 CALL_SUBTEST_2(casting());
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as55 // LEXER FIELDS (must be in same state object to avoid casting
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Darray.pxd34 a._d[2] += 0.66 # use as double array without extra casting
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas583 // LEXER FIELDS (must be in same state object to avoid casting

Completed in 366 milliseconds