Searched refs:current_flags (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Doffline_policy.cc38 int OfflinePolicy::GetAdditionalLoadFlags(int current_flags, argument
53 if (current_flags &
H A Doffline_policy.h39 int GetAdditionalLoadFlags(int current_flags, bool reset_state);
/external/harfbuzz/src/
H A Dharfbuzz-shaper-private.h151 shaper_item->face->current_flags);
H A Dharfbuzz-shaper.h217 int current_flags; /* HB_ShaperFlags */ member in struct:HB_FaceRec_
H A Dharfbuzz-shaper.cpp981 face->current_flags = HB_ShaperFlag_Default;
1060 if (face->current_script == script && face->current_flags == shaper_item->shaperFlags)
1064 face->current_flags = shaper_item->shaperFlags;
1133 if (face->current_flags & HB_ShaperFlag_NoKerning) {
1221 glyphs_positioned = HB_GPOS_Apply_String(item->font, face->gpos, face->current_flags, face->buffer, false, false) != HB_Err_Not_Covered;
1287 if (!(face->current_flags & HB_ShaperFlag_UseDesignMetrics))
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper-private.h139 shaper_item->face->current_flags);
H A Dharfbuzz-shaper.h186 int current_flags; /* HB_ShaperFlags */ member in struct:HB_FaceRec_
H A Dharfbuzz-shaper.cpp625 face->current_flags = HB_ShaperFlag_Default;
704 if (face->current_script == script && face->current_flags == shaper_item->shaperFlags)
708 face->current_flags = shaper_item->shaperFlags;
771 if (face->current_flags & HB_ShaperFlag_NoKerning) {
859 glyphs_positioned = HB_GPOS_Apply_String(item->font, face->gpos, face->current_flags, face->buffer, false, false) != HB_Err_Not_Covered;
925 if (!(face->current_flags & HB_ShaperFlag_UseDesignMetrics))
/external/qemu/
H A Dexec.c961 int current_flags = 0; local
1012 &current_flags);
1046 tb_gen_code(env, current_pc, current_cs_base, current_flags, 1);
1092 int current_flags = 0; local
1120 &current_flags);
1133 tb_gen_code(env, current_pc, current_cs_base, current_flags, 1);

Completed in 157 milliseconds