Home | History | Annotate | Download | only in chromeos

Lines Matching refs:OWNER

323     // For owner, write access to config should be equal CanBeWrittenByOwner().
324 // For non-owner, config is never writeable.
376 // For owner, write access to config should be equal CanBeWrittenByOwner().
377 // For non-owner, config is never writeable.
387 // Rest of protos should be writeable by owner, but not writeable by
388 // non-owner.
430 InitConfigWithTestInput(tests[i].input, MK_SRC(OWNER), &init_config);
449 SetAutomaticProxy(MK_MODE(DIRECT), MK_SRC(OWNER), NULL, &init_config,
569 SetAutomaticProxy(MK_MODE(DIRECT), MK_SRC(OWNER), NULL, &init_config,
596 InitConfigWithTestInput(tests[i].input, MK_SRC(OWNER), &source_config);
642 TestReadWriteAccessForMode(tests[i].input, MK_SRC(OWNER));
658 // Init with owner source.
659 TestReadWriteAccessForScheme(MK_SRC(OWNER), http_uri, "http");
660 TestReadWriteAccessForScheme(MK_SRC(OWNER), https_uri, "https");
661 TestReadWriteAccessForScheme(MK_SRC(OWNER), ftp_uri, "ftp");
662 TestReadWriteAccessForScheme(MK_SRC(OWNER), socks_uri, "socks");