Home | History | Annotate | Download | only in fileapi

Lines Matching refs:GetRegisteredPath

107   // Make sure GetRegisteredPath returns false for id_ since it is
110 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id_, &path));
122 // Make sure the GetRegisteredPath returns true only for the new one.
123 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id_, &path));
124 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id2, &path));
139 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id2, &path));
140 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id3, &path));
141 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id4, &path));
142 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id5, &path));
151 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id2, &path));
152 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id3, &path));
153 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id4, &path));
154 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id5, &path));
160 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id2, &path));
161 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id3, &path));
162 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id4, &path));
163 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id5, &path));