/external/webkit/Source/WebCore/loader/cache/ |
CachedResourceClient.h | 16 You should have received a copy of the GNU Library General Public License 59 // but RenderImages would (assuming they have visibility: visible and their render tree isn't hidden
|
/external/webkit/Source/WebCore/manual-tests/ |
media-controls.html | 82 description: '<p>Should have "Rewind", "Play", "Mute" buttons, timeline with time current and remaining shown.</p>' + 90 description: '<p>Should have "Rewind", "Play", "Mute" buttons, timeline with time current and remaining shown.</p>' + 121 description: '<p>Should have the same appearance as a typical video, except magnified 1.5 times.</p>' + 141 '<p>The controls should have "Rewind", "Play", "Mute" buttons, timeline with time current and remaining shown.</p>', 154 '<p>The controls should have "Rewind", "Pause", "Mute" buttons, timeline with time current and remaining shown,' + 182 description: 'Should have "Rewind" and "Play" buttons, and "Loading..." status ' + 188 description: 'Should have "Rewind" and "Play" buttons. Should not blink/twitch if reloaded.', 193 description: 'Should have "Rewind" and "Play" buttons. Should not blink/twitch if reloaded.',
|
/external/webkit/Source/WebCore/platform/ |
ContentType.cpp | 43 // a MIME type can have one or more "param=value" after a semi-colon, and separated from each other by semi-colons 71 // "type" can have parameters after a semi-colon, strip them
|
/external/webkit/Source/WebCore/platform/chromium/ |
FramelessScrollView.h | 44 // content, which does not have an associated Frame. 47 // can have scroll bars for this instead of trying to reuse ScrollView.
|
/external/webkit/Source/WebCore/rendering/ |
RenderBR.h | 14 * You should have received a copy of the GNU Library General Public License 27 * The whole class here is a hack to get <br> working, as long as we don't have support for
|
RenderTableRow.h | 19 * You should have received a copy of the GNU Library General Public License 59 // The only time rows get a layer is when they have transparency.
|
RenderTextFragment.h | 16 * You should have received a copy of the GNU Library General Public License 31 // first letter and that must therefore have different styles (and positions in the render tree).
|
/external/webkit/Source/WebCore/rendering/style/ |
StyleGeneratedImage.cpp | 17 * You should have received a copy of the GNU Library General Public License 47 // Don't let images that have a width/height >= 1 shrink below 1 when zoomed.
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResourceClipper.h | 14 * You should have received a copy of the GNU Library General Public License 65 // clipPath can be clipped too, but don't have a boundingBox or repaintRect. So we can't call
|
/external/webkit/Source/WebCore/svg/ |
SVGAnimateElement.h | 16 * You should have received a copy of the GNU Library General Public License 54 // If we have 'currentColor' or 'inherit' as animation value, we need to grab the value during the animation
|
/external/webkit/Source/WebCore/svg/properties/ |
SVGStaticPropertyWithParentTearOff.h | 14 * You should have received a copy of the GNU Library General Public License 29 // UpdateMethod is 12 bytes. We have to pack to a size greater than or equal to that to avoid an
|
/external/webkit/Source/WebCore/webaudio/ |
AudioBasicProcessorNode.h | 39 // AudioBasicProcessorNode is an AudioNode with one input and one output where the input and output have the same number of channels. 51 // Called in the main thread when the number of channels for the input may have changed.
|
/external/webkit/Source/WebKit/android/jni/ |
WebIconDatabase.h | 70 // Queue of page urls that have received an icon. 73 // Flag to indicate that we have requested a delivery of notifications.
|
/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/ |
tst_qwebhistoryinterface.cpp | 14 You should have received a copy of the GNU Library General Public License 83 * as visited, so the below website should have exactly one element in the a:visited
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
WebContextWin.cpp | 65 // Remove the ending '\' (necessary to have CFNetwork find the Cache file). 90 // IconDatabase should be disabled by default on Windows, and should therefore have no default path.
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/ |
LayerTreeHostCAWin.h | 31 #if HAVE(WKQCA) 82 #endif // HAVE(WKQCA)
|
/external/webkit/Tools/BuildSlaveSupport/gtk/ |
daemontools-buildbot.conf | 13 # You should have received a copy of the GNU Library General Public License 51 # it is recommended to have ~20GB for cores in 64-bit machines.
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/ |
NullNPPGetValuePointer.cpp | 53 // WebKit copies the NPPluginFuncs struct this technique will have no effect and WebKit will 68 pluginLog(m_npp, "NPP_GetValue was called but should not have been. Maybe WebKit copied the NPPluginFuncs struct, which would invalidate this test.");
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
sheriffbot_unittest.py | 46 "process_work_item": """MOCK: irc.post: abarth, darin, eseidel: http://trac.webkit.org/changeset/29837 might have broken Builder1 49 http://trac.webkit.org/changeset/29837 might have broken Builder1
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/ |
lasthit.rb | 20 # Shows statistics about recent agents that have tested with iExploder. 23 # was, and how many tests they have done.
|
/external/webp/ |
README | 27 This is mainly just one function to call, so just have a look at 46 should be all you need to have the following files
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
md4.c | 118 size_t have, need; local 120 /* Check how many bytes we already have and how many more we need. */ 121 have = (size_t)((ctx->count >> 3) & (MD4_BLOCK_LENGTH - 1)); 122 need = MD4_BLOCK_LENGTH - have; 128 if (have != 0) { 129 os_memcpy(ctx->buffer + have, input, need); 133 have = 0; 146 os_memcpy(ctx->buffer + have, input, len);
|
/external/wpa_supplicant_8/src/crypto/ |
md4-internal.c | 110 size_t have, need; local 112 /* Check how many bytes we already have and how many more we need. */ 113 have = (size_t)((ctx->count >> 3) & (MD4_BLOCK_LENGTH - 1)); 114 need = MD4_BLOCK_LENGTH - have; 120 if (have != 0) { 121 os_memcpy(ctx->buffer + have, input, need); 125 have = 0; 138 os_memcpy(ctx->buffer + have, input, len);
|
/external/wpa_supplicant_8/src/wps/ |
upnp_xml.c | 47 * out we do not have to read any of these attributes, just ignore them. 50 * (and ?), but may have an inner structure of <namespace><colon><plain_label>. 53 * unique (not in general, but for this application). We do however have to be 56 * In generating XML we have to be more careful, but that is easy because 75 * Note that angle brackets present in the original data must have been encoded 118 * characters have special meaning and so must be escaped where they 158 * tag must not have any special chars. 159 * data may have special chars, which are escaped.
|
/external/zlib/contrib/ada/ |
readme.txt | 11 - Attension: ZLib.Read generic routine have a initialization requirement 33 You should have the ZLib library already build on your computer, before
|