GetFormat          38 cc/resources/ui_resource_bitmap.h   UIResourceFormat GetFormat() const { return format_; }
GetFormat        2952 cc/trees/layer_tree_host_impl.cc   if (bitmap.GetFormat() == UIResourceBitmap::ETC1)
GetFormat         284 chromeos/network/network_event_log.cc   GetFormat(
GetFormat         290 content/common/gpu/texture_image_transport_surface.cc   return surface_.get() ? surface_->GetFormat() : 0;
GetFormat          39 content/common/gpu/texture_image_transport_surface.h   virtual unsigned GetFormat() OVERRIDE;
GetFormat          33 gpu/command_buffer/service/gl_surface_mock.h   MOCK_METHOD0(GetFormat, unsigned());
GetFormat         440 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   is_bgra_ = (frame.GetFormat() == PP_VIDEOFRAME_FORMAT_BGRA);
GetFormat         101 ppapi/c/ppb_video_frame.h   PP_VideoFrame_Format (*GetFormat)(PP_Resource frame);
GetFormat          49 ppapi/cpp/video_frame.cc     return get_interface<PPB_VideoFrame_0_1>()->GetFormat(pp_resource());
GetFormat          55 ppapi/cpp/video_frame.h   PP_VideoFrame_Format GetFormat() const;
GetFormat         440 ppapi/examples/media_stream_video/media_stream_video.cc   is_bgra_ = (frame.GetFormat() == PP_VIDEOFRAME_FORMAT_BGRA);
GetFormat          33 ppapi/proxy/video_frame_resource.h   virtual PP_VideoFrame_Format GetFormat() OVERRIDE;
GetFormat         101 ppapi/tests/test_media_stream_video_track.cc     ASSERT_TRUE(frame.GetFormat() == PP_VIDEOFRAME_FORMAT_YV12 ||
GetFormat         102 ppapi/tests/test_media_stream_video_track.cc                 frame.GetFormat() == PP_VIDEOFRAME_FORMAT_I420);
GetFormat         118 ppapi/tests/test_media_stream_video_track.cc     ASSERT_EQ(frame.GetFormat(), PP_VIDEOFRAME_FORMAT_UNKNOWN);
GetFormat         169 ppapi/tests/test_media_stream_video_track.cc         ASSERT_EQ(frame.GetFormat(), formats[i].expected_format);
GetFormat         172 ppapi/tests/test_media_stream_video_track.cc         ASSERT_TRUE(frame.GetFormat() == PP_VIDEOFRAME_FORMAT_YV12 ||
GetFormat         173 ppapi/tests/test_media_stream_video_track.cc                     frame.GetFormat() == PP_VIDEOFRAME_FORMAT_I420);
GetFormat         216 ppapi/tests/test_media_stream_video_track.cc       ASSERT_TRUE(frame.GetFormat() == PP_VIDEOFRAME_FORMAT_YV12 ||
GetFormat         217 ppapi/tests/test_media_stream_video_track.cc                   frame.GetFormat() == PP_VIDEOFRAME_FORMAT_I420);
GetFormat          22 ppapi/thunk/ppb_video_frame_api.h   virtual PP_VideoFrame_Format GetFormat() = 0;
GetFormat          46 ppapi/thunk/ppb_video_frame_thunk.cc   return enter.object()->GetFormat();
GetFormat          77 ppapi/thunk/ppb_video_frame_thunk.cc   &GetFormat,
GetFormat          77 third_party/libaddressinput/chromium/cpp/src/address_data.cc               ? rule.GetFormat() : rule.GetLatinFormat();
GetFormat         169 third_party/libaddressinput/chromium/cpp/src/address_ui.cc               ? rule.GetFormat() : rule.GetLatinFormat();
GetFormat         107 third_party/libaddressinput/chromium/cpp/src/rule.h   const std::vector<std::vector<FormatElement> >& GetFormat() const {
GetFormat          69 third_party/libaddressinput/chromium/cpp/test/rule_test.cc   EXPECT_NE(rule.GetFormat(), copy.GetFormat());
GetFormat          85 third_party/libaddressinput/chromium/cpp/test/rule_test.cc   EXPECT_EQ(rule.GetFormat(), copy.GetFormat());
GetFormat         114 third_party/libaddressinput/chromium/cpp/test/rule_test.cc   EXPECT_FALSE(IsFormatEmpty(rule.GetFormat()));
GetFormat         140 third_party/libaddressinput/chromium/cpp/test/rule_test.cc   EXPECT_TRUE(IsFormatEmpty(rule.GetFormat()));
GetFormat         174 third_party/libaddressinput/chromium/cpp/test/rule_test.cc   EXPECT_EQ(rule.GetFormat(), copy.GetFormat());
GetFormat         210 third_party/libaddressinput/chromium/cpp/test/rule_test.cc   EXPECT_EQ(expected_format, rule.GetFormat());
GetFormat         452 third_party/libaddressinput/chromium/cpp/test/rule_test.cc              line_it = rule.GetFormat().begin();
GetFormat         453 third_party/libaddressinput/chromium/cpp/test/rule_test.cc          line_it != rule.GetFormat().end();
GetFormat         487 third_party/libaddressinput/chromium/cpp/test/rule_test.cc              line_it = rule.GetFormat().begin();
GetFormat         488 third_party/libaddressinput/chromium/cpp/test/rule_test.cc          line_it != rule.GetFormat().end();
GetFormat          28 ui/gl/gl_context_osmesa.cc   GLuint format = compatible_surface->GetFormat();
GetFormat         328 ui/gl/gl_surface.cc   return surface_->GetFormat();
GetFormat          99 ui/gl/gl_surface.h   virtual unsigned GetFormat();
GetFormat         157 ui/gl/gl_surface.h   virtual unsigned GetFormat() OVERRIDE;
GetFormat          29 ui/gl/gl_surface_osmesa.h   virtual unsigned GetFormat() OVERRIDE;