Home
last modified time | relevance | path

Searched refs:bound_to_frame_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/webkit/renderer/
Dcpp_bound_class.cc180 CppBoundClass::CppBoundClass() : bound_to_frame_(false), npp_(new NPP_t) { in CppBoundClass()
188 if (bound_to_frame_) in ~CppBoundClass()
326 bound_to_frame_ = true; in BindToJavascript()
Dcpp_bound_class.h137 bool bound_to_frame_; variable
/external/chromium/webkit/glue/
Dcpp_bound_class.cc177 : bound_to_frame_(false) { in CppBoundClass()
190 if (bound_to_frame_) in ~CppBoundClass()
333 bound_to_frame_ = true; in BindToJavascript()
Dcpp_bound_class.h175 bool bound_to_frame_; variable