HomeSort by relevance Sort by last modified time
    Searched full:is_preview (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/skia/ext/
platform_device.cc 67 void SetIsPreviewMetafile(const SkCanvas& canvas, bool is_preview) {
68 SetBoolMetaData(canvas, kIsPreviewMetafileKey, is_preview);
platform_device.h 81 SK_API void SetIsPreviewMetafile(const SkCanvas& canvas, bool is_preview);
  /external/chromium_org/chrome/renderer/
page_load_histograms.cc 79 bool is_preview,
81 std::string preview_suffix = is_preview ? "_Preview" : "_NoPreview";
96 is_preview) { \
107 PltHistogramWithGwsPreview(name, sample, is_preview, \
229 bool is_preview) {
341 is_preview);
346 is_preview);
351 is_preview);
366 is_preview);
371 is_preview);
491 bool is_preview = false; local
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_mac.mm 100 bool is_preview, Metafile* metafile, gfx::Size* page_size,
131 skia::SetIsPreviewMetafile(*canvas, is_preview);
print_web_view_helper_win.cc 124 bool is_preview, Metafile* metafile, double* actual_shrink,
157 if (!is_preview) {
182 if (is_preview) {
185 skia::SetIsPreviewMetafile(*canvas, is_preview);
print_web_view_helper.h 231 bool is_preview,
240 bool is_preview,
  /external/chromium_org/components/autofill/core/browser/
autofill_external_delegate.h 91 // If |is_preview| is true then this is just a preview to show the user what
92 // would be selected and if |is_preview| is false then the user has selected
94 void FillAutofillFormData(int unique_id, bool is_preview);
autofill_external_delegate.cc 275 bool is_preview) {
280 AutofillDriver::RendererFormDataAction renderer_action = is_preview ?
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.h 245 bool is_preview,
254 bool is_preview,

Completed in 136 milliseconds