Home | History | Annotate | Download | only in extensions

Lines Matching defs:split

779   std::vector<std::string> split;
780 base::SplitString(api_name, '.', &split);
798 for (size_t i = 0; i < split.size() - 1; ++i) {
799 ancestor_name += (i ? ".": "") + split[i];
812 bind_object = GetOrCreateObject(bind_object, split[i], context->isolate());
819 *bind_name = split.back();