HomeSort by relevance Sort by last modified time
    Searched defs:file_source (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_resource_request_policy_apitest.cc 82 std::string file_source; local
85 .AppendASCII("index.html"), &file_source));
87 GURL(std::string("data:text/html;charset=utf-8,") + file_source));
  /external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 639 int file_source = 1; local
644 ASSERT_EQ(1, scanf("%i", &file_source));
645 if (file_source == 1) {
659 if (file_source == 1) {

Completed in 214 milliseconds