Home | History | Annotate | Download | only in nav

Lines Matching refs:m_obj

121     jweak       m_obj;
148 return getRealObject(env, m_obj);
159 m_javaGlue.m_obj = env->NewWeakGlobalRef(javaWebView);
217 if (m_javaGlue.m_obj)
220 env->DeleteWeakGlobalRef(m_javaGlue.m_obj);
221 m_javaGlue.m_obj = 0;
250 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
515 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
737 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
753 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
765 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
778 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
1260 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
1272 LOG_ASSERT(m_javaGlue.m_obj, "A WebView was not associated with this WebViewNative!");
1318 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");