HomeSort by relevance Sort by last modified time
    Searched refs:text_before (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/chromeos/status/
clock_menu_button_browsertest.cc 46 std::wstring text_before = clock->text(); local
51 EXPECT_NE(text_before, text_after);
  /external/harfbuzz_ng/util/
shape-consumer.hh 49 const char *text_before,
54 shaper.populate_buffer (buffer, text, text_len, text_before, text_after);
options.hh 177 const char *text_before, const char *text_after)
180 if (text_before) {
181 unsigned int len = strlen (text_before);
182 hb_buffer_add_utf8 (buffer, text_before, len, len, 0);
269 text_before = NULL;
300 const char *text_before; member in struct:text_options_t
hb-ot-shape-closure.cc 65 const char *text_before,
main-font-text.hh 64 consumer.consume_line (buffer, text, text_len, input.text_before, input.text_after);
options.cc 356 {"text-before", 0, 0, G_OPTION_ARG_STRING, &this->text_before, "Set text context before each line", "string"},

Completed in 80 milliseconds