Home | History | Annotate | Download | only in browser

Lines Matching refs:ORIGIN

69     // TODO(viettrungluu): Figure out whether we want to store |origin| as a
72 DetailedInfo(const string16& origin, NodeType node_type,
81 : origin(UTF16ToWideHack(origin)),
96 DetailedInfo(const std::wstring& origin, NodeType node_type,
105 : origin(origin),
121 std::wstring origin;
183 // Returns the origin node's title to use for a given URL.
200 // Creates an content exception for this origin of type
205 // True if a content exception can be created for this origin.
213 // less preferable than storing an extra pointer per origin.
500 ORIGIN = 0,