normalized         90 android_webview/browser/scoped_app_gl_state_restore.cc         i, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, &vertex_attrib_[i].normalized);
normalized        169 android_webview/browser/scoped_app_gl_state_restore.cc                           vertex_attrib_[i].normalized,
normalized         40 android_webview/browser/scoped_app_gl_state_restore.h     GLint normalized;
normalized         26 cc/input/page_scale_animation.cc gfx::Vector2dF DenormalizeToViewport(const gfx::Vector2dF& normalized,
normalized         28 cc/input/page_scale_animation.cc   return gfx::ScaleVector2d(normalized,
normalized        117 cc/input/page_scale_animation.cc   gfx::Vector2dF normalized = NormalizeFromViewport(
normalized        120 cc/input/page_scale_animation.cc       start_anchor_ - DenormalizeToViewport(normalized, TargetViewportSize());
normalized        138 cc/input/page_scale_animation.cc   gfx::Vector2dF normalized = gfx::ScaleVector2d(
normalized        141 cc/input/page_scale_animation.cc       target_scroll_offset_ + DenormalizeToViewport(normalized,
normalized         63 chrome/browser/enumerate_modules_model_unittest_win.cc     EXPECT_FALSE(test.normalized);
normalized         77 chrome/browser/enumerate_modules_model_unittest_win.cc     EXPECT_TRUE(test.normalized);
normalized        354 chrome/browser/enumerate_modules_model_win.cc   module->normalized = true;
normalized        362 chrome/browser/enumerate_modules_model_win.cc   DCHECK(module.normalized);
normalized        570 chrome/browser/enumerate_modules_model_win.cc     entry.normalized = false;
normalized        594 chrome/browser/enumerate_modules_model_win.cc   module->normalized = false;
normalized        614 chrome/browser/enumerate_modules_model_win.cc   DCHECK(module.normalized);
normalized         98 chrome/browser/enumerate_modules_model_win.h     bool normalized;
normalized        139 chrome/browser/extensions/sandboxed_unpacker.cc   bool normalized = base::NormalizeFilePath(temp_file, &normalized_temp_file);
normalized        140 chrome/browser/extensions/sandboxed_unpacker.cc   if (!normalized) {
normalized        150 chrome/browser/extensions/sandboxed_unpacker.cc   return normalized;
normalized         39 chromeos/network/onc/onc_normalizer.cc   scoped_ptr<base::DictionaryValue> normalized =
normalized         42 chromeos/network/onc/onc_normalizer.cc   if (normalized.get() == NULL)
normalized         46 chromeos/network/onc/onc_normalizer.cc     normalized->RemoveWithoutPathExpansion(::onc::kRecommended, NULL);
normalized         49 chromeos/network/onc/onc_normalizer.cc     NormalizeCertificate(normalized.get());
normalized         51 chromeos/network/onc/onc_normalizer.cc     NormalizeEAP(normalized.get());
normalized         53 chromeos/network/onc/onc_normalizer.cc     NormalizeEthernet(normalized.get());
normalized         55 chromeos/network/onc/onc_normalizer.cc     NormalizeIPsec(normalized.get());
normalized         57 chromeos/network/onc/onc_normalizer.cc     NormalizeNetworkConfiguration(normalized.get());
normalized         59 chromeos/network/onc/onc_normalizer.cc     NormalizeOpenVPN(normalized.get());
normalized         61 chromeos/network/onc/onc_normalizer.cc     NormalizeProxySettings(normalized.get());
normalized         63 chromeos/network/onc/onc_normalizer.cc     NormalizeVPN(normalized.get());
normalized         65 chromeos/network/onc/onc_normalizer.cc     NormalizeWiFi(normalized.get());
normalized         67 chromeos/network/onc/onc_normalizer.cc   return normalized.Pass();
normalized       1090 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc     WGC3Duint index, WGC3Dint size, WGC3Denum type, WGC3Dboolean normalized,
normalized       1093 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc       index, size, type, normalized, stride,
normalized        487 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                    WGC3Dboolean normalized,
normalized        580 gpu/command_buffer/client/gles2_c_lib_autogen.h                               GLboolean normalized,
normalized        584 gpu/command_buffer/client/gles2_c_lib_autogen.h       indx, size, type, normalized, stride, ptr);
normalized       1589 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                          GLboolean normalized,
normalized       1595 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(indx, size, type, normalized, stride, offset);
normalized       1271 gpu/command_buffer/client/gles2_implementation.cc     GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride,
normalized       1278 gpu/command_buffer/client/gles2_implementation.cc       << GLES2Util::GetStringBool(normalized) << ", "
normalized       1283 gpu/command_buffer/client/gles2_implementation.cc       bound_array_buffer_id_, index, size, type, normalized, stride, ptr)) {
normalized       1291 gpu/command_buffer/client/gles2_implementation.cc     helper_->VertexAttribPointer(index, size, type, normalized, stride,
normalized       1295 gpu/command_buffer/client/gles2_implementation.cc   helper_->VertexAttribPointer(index, size, type, normalized, stride,
normalized        469 gpu/command_buffer/client/gles2_implementation_autogen.h                                  GLboolean normalized,
normalized       1572 gpu/command_buffer/client/gles2_implementation_unittest.cc   GLint normalized = 1;
normalized       1589 gpu/command_buffer/client/gles2_implementation_unittest.cc       kAttribIndex1, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, &normalized);
normalized       1598 gpu/command_buffer/client/gles2_implementation_unittest.cc   EXPECT_EQ(GL_FALSE, normalized);
normalized        317 gpu/command_buffer/client/gles2_interface_autogen.h                                  GLboolean normalized,
normalized        338 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                  GLboolean normalized,
normalized        338 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                  GLboolean normalized,
normalized        975 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                    GLboolean normalized,
normalized        979 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->VertexAttribPointer(indx, size, type, normalized, stride, ptr);
normalized        109 gpu/command_buffer/client/vertex_array_object_manager.cc         GLboolean normalized,
normalized        115 gpu/command_buffer/client/vertex_array_object_manager.cc       normalized_ = normalized;
normalized        165 gpu/command_buffer/client/vertex_array_object_manager.cc     GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride,
normalized        249 gpu/command_buffer/client/vertex_array_object_manager.cc     GLboolean normalized,
normalized        259 gpu/command_buffer/client/vertex_array_object_manager.cc     attrib.SetInfo(buffer_id, size, type, normalized, stride, ptr);
normalized        291 gpu/command_buffer/client/vertex_array_object_manager.cc       *param = attrib->normalized();
normalized        436 gpu/command_buffer/client/vertex_array_object_manager.cc     GLboolean normalized,
normalized        444 gpu/command_buffer/client/vertex_array_object_manager.cc       buffer_id, index, size, type, normalized, stride, ptr);
normalized        534 gpu/command_buffer/client/vertex_array_object_manager.cc           ii, attrib.size(), attrib.type(), attrib.normalized(), 0,
normalized         87 gpu/command_buffer/client/vertex_array_object_manager.h       GLboolean normalized,
normalized       7761 gpu/command_buffer/common/gles2_cmd_format_autogen.h     normalized = _normalized;
normalized       7782 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 normalized;
normalized       7797 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(VertexAttribPointer, normalized) == 16,
normalized       2716 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLboolean>(14), cmd.normalized);
normalized        198 gpu/command_buffer/service/context_state.cc       attrib_index, attrib->size(), attrib->type(), attrib->normalized(),
normalized       6253 gpu/command_buffer/service/gles2_cmd_decoder.cc       attrib_index, attrib->size(), attrib->type(), attrib->normalized(),
normalized       6914 gpu/command_buffer/service/gles2_cmd_decoder.cc       *params = attrib->normalized();
normalized       7099 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLboolean normalized = c.normalized;
normalized       7151 gpu/command_buffer/service/gles2_cmd_decoder.cc                       normalized,
normalized       7156 gpu/command_buffer/service/gles2_cmd_decoder.cc     glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
normalized         49 gpu/command_buffer/service/vertex_attrib_manager.cc     GLboolean normalized,
normalized         57 gpu/command_buffer/service/vertex_attrib_manager.cc   normalized_ = normalized;
normalized        210 gpu/command_buffer/service/vertex_attrib_manager.cc               attrib->normalized(),
normalized        225 gpu/command_buffer/service/vertex_attrib_manager.cc               attrib->normalized(),
normalized         56 gpu/command_buffer/service/vertex_attrib_manager.h   GLboolean normalized() const {
normalized        113 gpu/command_buffer/service/vertex_attrib_manager.h       GLboolean normalized,
normalized        198 gpu/command_buffer/service/vertex_attrib_manager.h       GLboolean normalized,
normalized        211 gpu/command_buffer/service/vertex_attrib_manager.h           buffer, size, type, normalized, gl_stride, real_stride, offset);
normalized         78 gpu/command_buffer/service/vertex_attrib_manager_unittest.cc     EXPECT_EQ(GL_FALSE, attrib->normalized());
normalized        123 gpu/command_buffer/service/vertex_attrib_manager_unittest.cc   EXPECT_EQ(GL_TRUE, attrib->normalized());
normalized        108 mojo/apps/js/bindings/gl/context.cc                                   GLboolean normalized, GLsizei stride,
normalized        110 mojo/apps/js/bindings/gl/context.cc   glVertexAttribPointer(index, size, type, normalized, stride,
normalized         53 mojo/apps/js/bindings/gl/context.h                                   GLboolean normalized, GLsizei stride,
normalized       1355 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                          GLboolean normalized,
normalized       1360 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
normalized        530 mojo/public/c/gles2/gles2_call_visitor_autogen.h                GLboolean normalized,
normalized        533 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (indx, size, type, normalized, stride, ptr))
normalized        494 ppapi/c/ppb_opengles2.h                               GLboolean normalized,
normalized        872 ppapi/lib/gl/gles2/gles2.c                                        GLboolean normalized,
normalized        876 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), indx, size, type, normalized, stride, ptr);
normalized        779 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
normalized       1368 ppapi/shared_impl/ppb_opengles2_shared.cc                          GLboolean normalized,
normalized       1374 ppapi/shared_impl/ppb_opengles2_shared.cc         ->VertexAttribPointer(indx, size, type, normalized, stride, ptr);
normalized         20 third_party/cld/encodings/compact_lang_det/win/cld_unicodetext.cc   icu::UnicodeString normalized;
normalized         22 third_party/cld/encodings/compact_lang_det/win/cld_unicodetext.cc   icu::Normalizer::normalize(source, UNORM_NFC, 0, normalized, status);
normalized         25 third_party/cld/encodings/compact_lang_det/win/cld_unicodetext.cc   normalized.toLower();
normalized         32 third_party/cld/encodings/compact_lang_det/win/cld_unicodetext.cc   normalized.toUTF8(sink);
normalized       2784 third_party/expat/files/lib/xmlparse.c     if (!atts[i].normalized) {
normalized        122 third_party/expat/files/lib/xmltok.h   char normalized;
normalized       1445 third_party/expat/files/lib/xmltok_impl.c           atts[nAtts].normalized = 1; \
normalized       1489 third_party/expat/files/lib/xmltok_impl.c         atts[nAtts].normalized = 0;
normalized       1496 third_party/expat/files/lib/xmltok_impl.c                && atts[nAtts].normalized
normalized       1501 third_party/expat/files/lib/xmltok_impl.c         atts[nAtts].normalized = 0;
normalized       1509 third_party/expat/files/lib/xmltok_impl.c         atts[nAtts].normalized = 0;
normalized        254 third_party/harfbuzz-ng/src/hb-glib.cc   gchar *normalized;
normalized        260 third_party/harfbuzz-ng/src/hb-glib.cc   normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFC);
normalized        261 third_party/harfbuzz-ng/src/hb-glib.cc   len = g_utf8_strlen (normalized, -1);
normalized        266 third_party/harfbuzz-ng/src/hb-glib.cc     *ab = g_utf8_get_char (normalized);
normalized        272 third_party/harfbuzz-ng/src/hb-glib.cc   g_free (normalized);
normalized        291 third_party/harfbuzz-ng/src/hb-glib.cc   gchar *normalized;
normalized        296 third_party/harfbuzz-ng/src/hb-glib.cc   normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFD);
normalized        297 third_party/harfbuzz-ng/src/hb-glib.cc   len = g_utf8_strlen (normalized, -1);
normalized        302 third_party/harfbuzz-ng/src/hb-glib.cc     *a = g_utf8_get_char (normalized);
normalized        306 third_party/harfbuzz-ng/src/hb-glib.cc     *a = g_utf8_get_char (normalized);
normalized        307 third_party/harfbuzz-ng/src/hb-glib.cc     *b = g_utf8_get_char (g_utf8_next_char (normalized));
normalized        311 third_party/harfbuzz-ng/src/hb-glib.cc     gchar *recomposed = g_utf8_normalize (normalized, -1, G_NORMALIZE_NFC);
normalized        322 third_party/harfbuzz-ng/src/hb-glib.cc     gchar *end = g_utf8_offset_to_pointer (normalized, len - 1);
normalized        325 third_party/harfbuzz-ng/src/hb-glib.cc     recomposed = g_utf8_normalize (normalized, end - normalized, G_NORMALIZE_NFC);
normalized        332 third_party/harfbuzz-ng/src/hb-glib.cc   g_free (normalized);
normalized        189 third_party/harfbuzz-ng/src/hb-icu.cc   UChar utf16[4], normalized[5];
normalized        202 third_party/harfbuzz-ng/src/hb-icu.cc   len = unorm_normalize (utf16, len, UNORM_NFC, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
normalized        205 third_party/harfbuzz-ng/src/hb-icu.cc   if (u_countChar32 (normalized, len) == 1) {
normalized        206 third_party/harfbuzz-ng/src/hb-icu.cc     U16_GET_UNSAFE (normalized, 0, *ab);
normalized        248 third_party/harfbuzz-ng/src/hb-icu.cc   UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1];
normalized        263 third_party/harfbuzz-ng/src/hb-icu.cc   len = unorm_normalize (utf16, len, UNORM_NFD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
normalized        267 third_party/harfbuzz-ng/src/hb-icu.cc   len = u_countChar32 (normalized, len);
normalized        270 third_party/harfbuzz-ng/src/hb-icu.cc     U16_GET_UNSAFE (normalized, 0, *a);
normalized        275 third_party/harfbuzz-ng/src/hb-icu.cc     U16_NEXT_UNSAFE (normalized, len, *a);
normalized        276 third_party/harfbuzz-ng/src/hb-icu.cc     U16_NEXT_UNSAFE (normalized, len, *b);
normalized        283 third_party/harfbuzz-ng/src/hb-icu.cc     unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_err);
normalized        296 third_party/harfbuzz-ng/src/hb-icu.cc     U16_PREV_UNSAFE (normalized, len, *b); /* Changes len in-place. */
normalized        299 third_party/harfbuzz-ng/src/hb-icu.cc     len = unorm_normalize (normalized, len, UNORM_NFC, 0, recomposed, ARRAY_LENGTH (recomposed), &icu_err);
normalized        318 third_party/harfbuzz-ng/src/hb-icu.cc   UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1];
normalized        333 third_party/harfbuzz-ng/src/hb-icu.cc   len = unorm_normalize (utf16, len, UNORM_NFKD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
normalized        339 third_party/harfbuzz-ng/src/hb-icu.cc   u_strToUTF32 ((UChar32*) decomposed, HB_UNICODE_MAX_DECOMPOSITION_LEN, &utf32_len, normalized, len, &icu_err);
normalized        518 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer);
normalized        427 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java                 String normalized = name.toLowerCase();
normalized        429 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java                     if (normalized.endsWith(ending)) {
normalized        563 ui/gl/gl_bindings_skia_in_process.cc                                  GLboolean normalized, GLsizei stride,
normalized        565 ui/gl/gl_bindings_skia_in_process.cc   glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
normalized        963 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc     WGC3Duint index, WGC3Dint size, WGC3Denum type, WGC3Dboolean normalized,
normalized        967 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc       index, size, type, normalized, stride,
normalized        392 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                    WGC3Dboolean normalized,