Home | History | Annotate | Download | only in browser

Lines Matching defs:ID

133     // The tab ID
250 static final String ID = "ID";
1197 * This is used to get a new ID when the tab has been preloaded, before it is displayed and
1379 // the parent tab id is already saved. If we are changing that id
1381 // parent tab id in the saved Bundle.
1397 throw new IllegalStateException("Parent has same ID as child!");
1556 .findViewById(R.id.geolocation_permissions_prompt);
1569 .findViewById(R.id.permissions_prompt);
1576 * @return The application id string
1583 * Set the application id string
1584 * @param id
1586 void setAppId(String id) {
1587 mAppId = id;
1711 mSavedState.putLong(ID, mId);
1737 // This will maintain the app id, original url and close-on-exit values.
1738 mId = b.getLong(ID);